I'm trying to get two cards in a server to cooperate. Here's the routing
table which is slightly abbreviated for display:

Kernel IP routing table
Destination     Gateway Genmask         Flags   Use Iface
192.168.0.0     *       255.255.255.0   U       eth1
192.168.0.0     *       255.255.255.0   U       eth1
169.254.0.0     *       255.255.0.0     U       eth1
127.0.0.0       *       255.0.0.0       U       lo
default         router  0.0.0.0         UG      eth1
default         router  0.0.0.0         UG      eth0

If I'm reading this correctly, network sends are over device eth1. I
need to change this to eth0 but all attempts at "route del . . ." result
in an "invalid" modification. I assume that Bind created the 169.254.0.0
entry. Ultimately, I want all traffic going out on eth0.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to