Hi, I'm trying to utilize two devices on my machine using ip route. bdg:~# ip route del default scope global nexthop via 202.146.253.9 dev ppp0 weight 2 nexthop via 192.168.1.45 dev eth0 weight 1
bdg:~# ip route list 192.168.11.2 via 192.168.1.25 dev eth0 202.146.253.9 dev ppp0 proto kernel scope link src 202.146.246.146 192.168.1.110 dev eth0 scope link 192.168.7.0/24 via 192.168.1.227 dev eth0 metric 1 192.168.0.0/22 dev eth0 proto kernel scope link src 192.168.1.110 default equalize nexthop via 202.146.253.9 dev ppp0 weight 2 dead nexthop via 192.168.1.45 dev eth0 weight 1 Why is the ppp0 "dead"? If I changed the order, then eth0 would be "dead" too. TIA, Oki