No I have not yet handled the ARP problem. Could I use the following commands to hide the interface? I'm on kernel 2.6.19 # Start the hiding interface functionality echo 1 > /proc/sys/net/ipv4/conf/all/hidden # Hide all addresses for this interface echo 1 > /proc/sys/net/ipv4/conf/<interface_name>/hidden Thanks