FreeBSD 8 proxy-arp

is it possible to turn on proxy-arp on a certain interface? unlike a net.link.ether.inet.proxyall which is turn it global
 
Better late than never...

From arp(4):
Normally, proxy ARP in FreeBSD is set up on a host-by-host basis using the arp(8) utility, by adding an entry for each host inside a given subnet for which proxying of ARP requests is desired. However, the "proxy all" feature causes the local host to act as a proxy for all hosts reachable through some other network interface, different from the one the request came in from. It may be enabled by setting the sysctl(8) MIB variable net.link.ether.inet.proxyall to 1.

I would say it is not possible to restrict proxy-arp to a certain interface without extra tools. Try net-mgmt/choparp
 
Back
Top