> Hello,
> I would liked to know the process via ipchains to filter icmp
> requests to & from my machine. I nessus scan returns the following info
> Solution : filter out the icmp timestamp
> requests (13), and the outgoing icmp
> timestamp replies (14).
> I have looked up info on this but i couldnt find alot. Ideally i would like
> to be able to ping my machnie from internal 192.x.x.x network & from my work
> machine.
> --
> Regards...
> Andrew
# ICMP TIMESTAMP INBOUND -------------------------------
# Do NOT reply to ICMP TIMESTAMP packets (type 13 and 14) (this can help
# stop OS fingerprinting)
#
echo " Optional parameter: ICMP TIMESTAMP inbound filtered"
ipchains -A input -j DENY -i $EXTDEV -p icmp -s $ANYWHERE -d $EXTERNALIP
--icmp-type timestamp-request -l
ipchains -A input -j REJECT -i $EXTDEV -p icmp -s $ANYWHERE -d
$EXTERNALIP --icmp-type timestamp-reply -l
# ICMP TIMESTAMP OUTBOUND ------------------------------
# Do NOT reply to ICMP TIMESTAMP packets (type 13 and 14) (this can help
# stop OS fingerprinting) $EXTERNALIP
#
echo " Optional parameter: ICMP TIMESTAMP outbound filtered"
ipchains -A output -j REJECT -i $EXTDEV -p icmp -s $EXTERNALIP -d
$ANYWHERE --icmp-type timestamp-request -l
ipchains -A output -j REJECT -i $EXTDEV -p icmp -s $EXTERNALIP -d
$ANYWHERE --icmp-type timestamp-reply -l
--
Confucius say: He who play in root, eventually kill tree.
Registered with the Linux Counter. http://counter.li.org
ID # 123538
Completed more W/U's than 99.162% of seti users. +/- 0.01%