* H. Peter Anvin <[EMAIL PROTECTED]> 2006-08-22 17:31 > Specifically, Linux will not ProxyARP for an address unless it has a > route for it, *and* that route either has a DNAT marking or points to a > different interface than the input interface:
I can think of a very ugly way: Use netfilter to match on the arp packet prerouting, set nfmark to some value, create a routing rule matching the fwmark again, have it look up a separate table with a dummy route pointing to a dummy device. Make sure to have a proxy neighbour entry as using the device proxy_arp sysctl would fail again. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html