This is a discussion on How to make Linux answer for ICMP Address mask request? within the Linux Security forums, part of the System Security and Security Related category; Hello, How can I make Linux (2.6 kernel) answer for ICMP Address mask request? Should I set something in /...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
How can I make Linux (2.6 kernel) answer for ICMP Address mask request? Should I set something in /proc/sys/net? -- Piotr Sobolewski http://sobolewscy.tehran.lain.pl/piotr/ http://www.wstepwolny.w.pl |
|
|||
|
Piotr Sobolewski wrote:
> Hello, > > How can I make Linux (2.6 kernel) answer for ICMP Address mask request? > Should I set something in /proc/sys/net? > AFAIK, iptables -A INPUT -p icmp --icmp-type address-mask-request -j ACCEPT iptables -A OUTPUT -p icmp --icmp-type address-mask-reply -j ACCEPT cheers, Eric |