Alan Sparks wrote: > Is there additional voodoo that needs to be set to allow traffic to > cross from one interface to the other? > > Thanks in advance for any advice or pointers. I hope I've made the > problem clear enough... At the point you think things should be working and they aren't, it's time to fire up tcpdump on both interfaces and see what the packets are actually doing. tcpdump -ni eth0 ip and tcpdump -ni eth1 ip for example