[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Xen Networking
Hi! Thanks for your responses! Both answers were very helpfull. Everything worked just great: VPN, the nat and the VM LAN. My mistake was that in the interfaces file I was always declaring both the eth0 and the xenbr0 (even with the eth0 with no configurations). Now I just have another question. Assume I'm going to create a new VM, and it will have the same parameters as this one (bridge eth0). I should create another bridge (xenbr1), or it will automatically use the existing bridge (xenbr0)? Also, I'm trying to install windows server 2008 instead of the xp. I get a blue screen with the 0x0...7E error. I've checked the list for previous errors like this, and trying the following. - Used 2 different isos (one downloaded from MS) and another from a DVD. - with the DVD iso I get the blue screen just after the "windows loading files" - with the MS iso I get the blue screen a few seconds after the GUI is launched saying "starting windows" - I've changed the DVD configuration file from file:/ to tap:aio: - I've all acpi,apic and pae = 1 in the config Any ideas? Should I send another email with a different subject? Thanks again for your suggestions. Vinicius 2012/9/13 Fajar A. Nugraha <list@xxxxxxxxx>: > On Fri, Sep 14, 2012 at 1:46 AM, Vinicius Kwiecien Ruoso > <vinicius.ruoso@xxxxxxxxx> wrote: >> I've tried those with different configurations in /etc/network/interfaces >> >> using: >> auto eth0 >> iface eth0 inet static >> address 172.16.10.1 >> netmask 255.255.255.0 >> >> auto xenbr0 >> iface xenbr0 inet static >> address 172.16.10.50 >> netmask 255.255.255.0 >> bridge_ports eth0 >> >> >> also didn't work. When I configure the interfaces like this and run >> /etc/init.d/networking restart, the eth0 looses it IP address, and >> nothing works anymore... > > Duh. Your config is wrong. > > If eth0 is part of the bridge, then you put the IP on the bridge, not on eth0. > Examples (both assume you use dhcp, adjust as needed): > - > http://wiki.xen.org/wiki/Xen_Beginners_Guide#Setup_Linux_Bridge_for_guest_networking > - http://wiki.1tux.org/wiki/Ubuntu/Bridge > > -- > Fajar _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |