Re: Xen 3.0.3 and VLAN

2006-11-05 Thread Tim Post
On Sun, 2006-11-05 at 21:21 +0100, [EMAIL PROTECTED] wrote: > Hi Tim, > > the missing comma after the bridge specification in the vif declaration of > the domU cfg's > seemed to have caused the problems I encountered. > Excellent. > Now I'm using the xen network-dummy script > and have succesf

Re: Xen 3.0.3 and VLAN

2006-11-05 Thread Bruno . Voigt
Hi Tim, the missing comma after the bridge specification in the vif declaration of the domU cfg's seemed to have caused the problems I encountered. Now I'm using the xen network-dummy script and have succesfully in dom0 put up 3 bridges belonging to different VLAN's and can assign these bridges

Re: Antwort: Re: Xen 3.0.3 and VLAN

2006-11-03 Thread Tim Post
On Fri, 2006-11-03 at 10:15 +0100, [EMAIL PROTECTED] wrote: > /etc/network/interfaces: > > auto lo > iface lo inet loopback > > auto eth0.94 > iface eth0.94 inet static > address 172.17.94.48 > netmask 255.255.255.0 > gateway 172.17.94.254 > broadcast 172.17.94.25

Antwort: Re: Xen 3.0.3 and VLAN

2006-11-03 Thread Bruno . Voigt
Tim Post <[EMAIL PROTECTED]> schrieb am 03.11.2006 02:34:42: Hi Tim, > Try using brctl to manually create the bridge, then pin the nic to the > bridge manually (quick fix), if that works just toss something in init.d > to do so. Thanks for your advice! I adjusted the interfaces file so that the

Re: Xen 3.0.3 and VLAN

2006-11-02 Thread Tim Post
Bruno, Try using brctl to manually create the bridge, then pin the nic to the bridge manually (quick fix), if that works just toss something in init.d to do so. Better fix : I usually find its easier to rename network-script to network-dummy, and make the bridges in /etc/network/interfaces mysel

Xen 3.0.3 and VLAN

2006-11-02 Thread Bruno . Voigt
Hi, has anyone experience with a system configuration using xen 3.0.x and vlan ? The box is connected to a cisco switch via 802.11q and has access to two vlans. in /etc/network/interfaces instead of eth0 only eth0.2 is configured. auto eth0.2 iface eth0.2 inet static address 10.0.0.1 netmask 2