> Internet > | > | (external NIC) > | > ariel > | | > (192.168.1.10) | | (192.168.247.10) <--- (two internal NICs) > | | > ____________| |___________ > | | > | | > | | > wiredSubnet wirelessSubnet > --------------------- ----------------------- > taz (192.168.1.2) paltiel (192.168.247.6) > woody (192.168.1.3) > ezekiel (192.168.1.4) > noah (192.168.1.5) > > ezekiel:/home/thoover# route -n > Kernel IP routing table > Destination Gateway Genmask Flags Metric Ref Use > Iface > 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 > eth0 > 0.0.0.0 192.168.1.11 0.0.0.0 UG 0 0 0 > eth0 ^^ This should be 10. With the current setting Ezekiel can indeed connect to Ariel (that's on the same subnet), but it doesn't know how to reach other networks.
Iwan.