I've got 2 NICs I'm not able to reach my dns servers on eth0 unless I
disable eth1. Obviously, my routes are incorrect but my medeling with
them has caused more problems than not. Here is my setup:
eth0
ip 129.200.32.46
subnet 255.255.255.192
gateway 129.200.32.1
dns 129.200.101.3
dns 129.172.51.4
eth1
ip 10.0.0.211
subnet 255.255.255.0
gateway 10.0.0.1
no dns
I can ping hosts with 10.0.0.2xx IPs and hosts with 129.200.32.xxx IPs
but I cannot ping the DNS server IPs. When I do it tells me its using
the 10.0.0.211 interface(eth1). Any suggestions on how I should setup
my routes?