[SOLVED] routing table issue
I'm having some routing problems with a machine and can't figure out why.
eth0 is in 172.17.192.0/20 network.
I'm trying to connect from a different network - 172.17.16.* but with no avail.
I suspect it won't use the gateway.
Is this a metric problem? :confused:
Code:
Kernel IP routing table
Destination Gateway Genamsk Flags Metric Ref Use Iface
139.10.0.0 * 255.255.0.0 U 0 0 0 eth1
172.17.0.0 * 255.255.0.0 U 0 0 0 eth0
default 172.17.198.110 0.0.0.0 UG 0 0 0 eth0
Thanks!