Nicholas S-A <[EMAIL PROTECTED]> wrote:
> Yes, it turns out that is the problem! The router somehow got misconfigured 
> as 0.0.0.0 instead of 10.0.1.1.
> here is ifconfig:
[config eth0,eth1,lo,bond0,dummy0]

They seem to be ok.

> and route -n:
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
> 10.0.1.0        *               255.255.255.0   U         0 0          0 eth0
> 10.0.1.0        *               255.255.255.0   U         0 0          0 eth1
> loopback        localhost       255.0.0.0       UG        0 0          0 lo

This is not ok. But you mention correctly that you have to do:
route add default gw 10.0.1.1

Not sure if you have to
route add default gw 10.0.1.1 dev eth0
route add default gw 10.0.1.1 dev eth1
though.

Matti
-- 

Attachment: pgpk68tkNQXqd.pgp
Description: PGP signature

Reply via email to