|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Not sure if my bridge is the problem or my firewall
On Sun, Apr 06, 2008 at 02:49:43PM -0700, trist007 wrote:
>
> I'm running Xen and created a virtual os called Domain-1. So now I have two
> systems, Domain-0(dom0) and Domain-1(dom1), both running fedora 8. I only
> have 1 ethernet device eth0. However, for some reason, my internet doesn't
> work in Domain-1.
>
> My output for route -n on Domain-0 is:
> Kernel IP routing table
> Destination Gateway Genmask Flags Metric Ref Use
> Iface
> 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
> 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0
> virbr0
> 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
You're using the wrong bridge, one created by libvirtd. Either define
the correct bridge in your domU configuration, or stop libvirtd and
prevent it from running:
# service libvirtd stop
# chkconfig libvirtd off
You'll have to shutdown and restart domU.
--
lfr
0/0
pgpMhZRMydRC1.pgp
Description: PGP signature
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|