|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] DomO network bridge
On 15/07/2010 22:40, Hardeep Uppal wrote:
> Hi,
>
> I have xen3.3 running on debian 2.6.26-2-xen-686 domO kernel and couple of
> domU kernel running Ubuntu9.04. I'm using xen-tools to create domU. The
> domUs can ping each other but cannot ping anything else including dom0 or
> any outside host. Dom0 cannot ping the domUs but is able to talk to other
> host. I have been having problem getting the bridge between dom0 and domU.
> The network bridge script throws the follow error when executed.
>
> ettm@ettm:~$ sudo /etc/xen/scripts/network-bridge start
> ifdown: interface eth0 not configured
> ifdown: interface peth0 not configured
> Error: either "dev" is duplicate, or "peth0" is a garbage.
>
> I am not sure what the above error means. Is there another way to setup
> bridging between domU and dom0 without using network-bridge? I would really
> appreciate any help I can get.
Try to follow this:
http://lists.xensource.com/archives/html/xen-users/2010-07/msg00275.html
just skip the bond0 stanza.
Here a resume of resulting /etc/network/interfaces without comments
----8<----8<----8<----8<----8<----8<----8<----8<----8<----8<----8<---
auto lo
iface lo inet loopback
auto br0
iface br0 inet static
address 192.168.1.10
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports eth0
bridge_maxwait 0
---->8---->8---->8---->8---->8---->8---->8---->8---->8---->8---->8---
That's all.
Kind regards,
Marco
--
---------------------------------------------------------------------
| Marco Nenciarini | Debian/GNU Linux Developer - Plug Member |
| mnencia@xxxxxxxxxxxxxx | http://www.prato.linux.it/~mnencia |
---------------------------------------------------------------------
Key fingerprint = FED9 69C7 9E67 21F5 7D95 5270 6864 730D F095 E5E4
signature.asc
Description: OpenPGP digital signature
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|