|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Looking for easy guide for Fedora 8 xen networking
Jason Solan wrote:
From the other environments I've used, the networking "just works" for
the guest if there's only 1 nic card. It stays on the same subnet as
the dom0 and everything works like the guest has its own network card.
In using Fedora 8, the default networking appears to create a bridged
device and put it on a 192.168.122 subnet. If the domU requests a DHCP
address, this nic provides it and the domU stays on the 192.168.122
subnet. I can get out from the domU, but I can't seem to get in.
There are two bridges, IIRC, virtbr0 for a local network (which is what
you're using) and eth0. Previously the you would have had something
like virbr0 and xenbr0 where xenbr0 has dom0's eth0 and peth0 on it; in
Fedora8 eth0 is the bridge instead. You probably want to use that
instead of virbr0.
Now that the bridge has an IP address you can, again IIRC, do cool
things with iptables for traffic flowing through the bridge without
having to use ebtables.
jch
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|