"Robb" <(E-Mail Removed)> schreef in bericht
news:38Tsb.816$(E-Mail Removed) .com...
> Hi all,
>
> I am using RH7.3 and I put the following line in the file
/etc/rc.d/init.d/iptables
>
> echo "1" > /proc/sys/net/ipv4/ icmp_echo_ignore_broadcasts
>
> but, still some one can ping my machine and gets the reply(my friends can
confirm it from their machines).
>
>
> I changed the line to
>
> echo 1 > /proc/sys/net/ipv4/ icmp_echo_ignore_broadcasts
>
> the result is the same.
>
> I did something wrong?(different file or different file folder????)
>
> Your kind help(hint or info or any idea) will be appreciated greatly
>
> Robb
>
A ping to one specific machine is not a broadcast,
that´s why your machine still replies.
Try echo 1 > /proc/sys/net/ipv4/ icmp_echo_ignore_all
|