Re: iptables rules and open ports
Wil Reichert wrote:
> http://netfilter.samba.org/unreliable-guides/packet-filtering-HOWTO/index.html
>
> Section 7 covers fun stuff like avoiding ping-o-death & syn-flooding.
I've seen it (I used Section 5 to create my rules). However, my
computer is stand alone workstation without any servers, but with DLS
connection, so I want to make it run in stealth mode, even unpingbile at
all
ping-o-deth rune is based on the limit. I tried
"iptables -A block -p icmp --icmp-type echo-request -j DROP"
but it doesn't work
> --- Hall Stevenson <hallstevenson@mindspring.com> wrote:
> > > How to make my computer not pingable?
> >
> > As root,
> >
> > "echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all"
doesn't work either (till be pingable).
Thanks.
Reply to: