proxy arp

Francis Dupont fdupont at isc.org
Sat Mar 17 14:27:42 UTC 2012


BTW here is the script I use on the AFTR VM (p3p1 is really
the interface name, aftr-nat is 149.20.57.253 and the proxy
NDP is because clients are not at the usual side):

#!/bin/sh

echo 1 >  /proc/sys/net/ipv4/conf/p3p1/proxy_arp
ip neigh add proxy 149.20.57.253 dev p3p1

echo 1 >  /proc/sys/net/ipv6/conf/p3p1/proxy_ndp
ip -6 neigh add proxy 2001:4f8:3:bf::af dev p3p1

Regards

Francis Dupont <fdupont at isc.org>


More information about the sdcpe-devel mailing list