Re: [PATCH] iptables: new strict host model match
From: Denys Fedoryschenko <hidden>
Date: 2009-03-02 13:46:34
Also in:
netfilter-devel
From: Denys Fedoryschenko <hidden>
Date: 2009-03-02 13:46:34
Also in:
netfilter-devel
On Monday 02 March 2009 15:42:33 Jesper Dangaard Brouer wrote:
On Thu, 26 Feb 2009, Stephen Hemminger wrote:quoted
This is a simple little iptables match that can be used to create the Strong End System model, that router and other non-Linux customers expect. There are management and other applications that use ping and expect to only get a response when the interface with that address is up. Normally, a Linux system will respond to a packet that arrives for any of the system addresses independent of which link it arrives on.Is this no almost the same as: echo 1 > /proc/sys/net/ipv4/conf/all/arp_ignore
I guess if some "smart guy" will set static association in his ARP table, he can ignore this rule and "hack the host" over another ip, which sits on internal interface for example.