My host ip is: 192.168.1.110 with on a /24 subnet The router has two interfaces 192.168.1.1/24 (eth0) and 10.1.0.1/24 (eth1) The remote machine has two interfaces 10.1.0.11/24 (eth0) and 10.2.0.11/24 (eth1) The routing table for the remote machine is: Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.2.0.1 0.0.0.0 UG 0 0 0 eth0 10.1.0.0 0.0.0.0 255.255.255.0 U 1000 0 0 eth1 What might be the problem and why? How could I correct it by only modifying the remote machine?