noarp question

Horms horms at verge.net.au
Sat Oct 15 14:37:59 EST 2005


On Fri, Oct 14, 2005 at 01:29:51PM -0400, Shi, Josh (Unix Admin - PCS) wrote:
> On real servers, noarp is required. an example is as follows:
> 
> #/sbin/arptables -A IN -j DROP -d 192.168.6.240
> #/sbin/arptables -A OUT -j mangle -o eth0 -s 192.168.6.240 --mangle-ip-s
> 192.168.6.2
> 
> Then for the secord, the following works ?
> #/sbin/arptables -A IN -j DROP -d 192.168.6.242
> #/sbin/arptables -A OUT -j mangle -o eth0 -s 192.168.6.242 --mangle-ip-s
> 192.168.6.4

Basically yes, though I'm not sure why .240 changed to .242

-- 
Horms



More information about the Ultramonkey-users mailing list