|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Networking domU > Internet ping gives "destination host
Mario Minati wrote:
> Hello @all,
> rc_manager:~# route -n
> Kernel IP routing table
> Destination Gateway Genmask Flags Metric Ref Use
> Iface
> 192.168.250.0 0.0.0.0 255.255.255.0 U 0 0 0
> eth1
> 192.168.10.0 0.0.0.0 255.255.255.0 U 0 0 0
> eth0
> 0.0.0.0 192.168.250.1 0.0.0.0 UG 0 0 0
> eth1
> 0.0.0.0 192.168.10.1 0.0.0.0 UG 0 0 0
> eth0
>
>
Looks like the kernel wants to get out at eth1.
Try to delete the default route at eth1,
IRC route del default gw 192.168.250.1 or try with Interface metrics.
HTH
Johannes
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|