[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-users] No network on DomU
- To: "John Smith" <netman1@xxxxxxx>
- From: "Hiamal Llanos" <hiamall@xxxxxxxxx>
- Date: Sun, 1 Oct 2006 18:31:02 +0200
- Cc: xen-users@xxxxxxxxxxxxxxxxxxx
- Delivery-date: Sun, 01 Oct 2006 09:31:49 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=qtRsnlOe9P9RP/Q76AHj6cneiEVxkZ+GxtqzElae6SEdCg7US0OVKBfo5RrKNzP2fgNE39U6kDCvWLWbdoFuAz/fwtsprc0+lfbqUwQ2TXekqTBDc1OvhoHIbhLGwgIHiI7C1u+9I8q7mEWPy2wo0y3zn7fgA3T2hicagzfusiA=
- List-id: Xen user discussion <xen-users.lists.xensource.com>
Hi John,
On 10/1/06, John Smith <netman1@xxxxxxx> wrote:...
> Now I have vif0.0 but no xenbr0. To get it working correctly I have to > do the following, after a reboot: > > $ sudo /etc/init.d/xendomains stop > $ sudo /etc/init.d/xend stop > $ sudo /etc/xen/scripts/network-bridge stop
> $ sudo /etc/xen/scripts/network-bridge start vif0.0 > $ sudo /etc/init.d/xend start > $ sudo /etc/init.d/xendomains start > > So now I have peth0, vif0.0 and xenbr0 > And addind vif = [''] to /etc/xen/sarge gawe my back eth0 on domU.
> > But...wy dosn't xenbr0 get createt on system boot? What I'm missing? > Must I change something in /etc/xen/xend- config.sxp?: > > (logfile /var/log/xen/xend.log) > (loglevel DEBUG)
> (xend-http-server yes) > (xend-relocation-server yes) > (xend-port 8000) > (xend-relocation-port 8002) > (xend-address localhost) > (xend-relocation-address localhost)
> (network-script network-dummy) > (network-script 'network-bridge netdev=eth0') > (network-script 'network-bridge bridge=xenbr0') > (vif-script vif-bridge) > (dom0-min-mem 64) > (dom0-cpus 0)
> > > > Thanks > Hiamal > ** > > > ------------------------------------------------------------------------ > > _______________________________________________
> Xen-users mailing list > Xen-users@xxxxxxxxxxxxxxxxxxx > http://lists.xensource.com/xen-users
Hiamal,
I think those network-script entries in your config are conflicting: as far as I know you can only have one.
Here is my xen-config.sxp;
(xend-relocation-server no) (xend-relocation-hosts-allow '')
(network-script 'network-bridge netdev=eth0') (vif-script vif-bridge) (dom0-min-mem 196) (dom0-cpus 0)
Thanks! Yes by removing the line (network-script 'network-bridge bridge=xenbr0') it now works correctly.
Hiamal
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|