|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
Re: [XenPPC] xend and routes
> cso89:~ # netstat -rn
> netstat -rn
> Kernel IP routing table
> Destination Gateway Genmask Flags MSS Window irtt
> Iface
> 9.2.78.1 0.0.0.0 255.255.255.255 UH 0 0 0
> eth0
> 9.2.78.0 0.0.0.0 255.255.255.0 U 0 0 0
> eth1
> 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0
> eth0
> 192.168.0.0 0.0.0.0 255.255.0.0 U 0 0 0
> eth0
> 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
> 0.0.0.0 9.2.78.1 0.0.0.0 UG 0 0 0
> eth0
> 0.0.0.0 9.2.78.1 0.0.0.0 UG 0 0 0
> eth1
>
>
> The next to last route is bogus and interferes with the proper operation
> of the machine as far as the network goes. I am not sure what the
> first route in the list above is all about, but seems strange as well.
> In any case it was not there before.
Not clear how this happened, but can fix the problem by deleting the eth0
gateway, 'route del ...'
Multiple gateways occur when a second gateway is added without deleting the
original gateway,
eg with 'route add gw...' However, in this case, the eth0 should not have been
added, as you
point-out.
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|
|
|
|
|