I'll try to put in my 5 cents ... A working example from openet.ru --- (x.x.x.99 ... x.x.x.110) --- (eth1, x.x.x.98 | eth0, x.x.x.98) --- (x.x.x.97) 1. Delete default routes ip route del x.x.x.96/28 dev eth0 ip route del x.x.x.96/28 dev eth1 2. Set up routes for subnets ip route add x.x.x.97 dev eth0 ip route add x.x.x.96/28 dev eth1 3. Turn on Proxy ARP echo 1 > /proc/sys/net/ipv4/conf/eth0/proxy_arp echo 1 > /proc/sys/net/ipv4/conf/eth1/proxy_arp --- -- Best regards Anatoly Muliarski -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html