search for: rcxend

Displaying 5 results from an estimated 5 matches for "rcxend".

2006 May 05
1
Re: Re: Suse 10.1 RC3: cannot configure my nics: now solved!
...bridge id STP enabled interfaces xen-br0 8000.000c76550535 no eth0 vif1.0 vif4.0 So the eth0 is missing in the bridge How can I fix this? rcxend stop ifdown vif1.0 ifdown xenbr0 brctl delif xenbr0 vif1.0 brctl delbr xenbr0 rcxend start ifconfig now shows peth0, vif0.0 ... all as it should dep breath and fire xm create base ping 192.168.0.101 PING 192.168.0.101 (192.168.0.101) 56(84) bytes of data. 64 bytes from 192.168.0.101: icmp_seq=1 t...
2013 Feb 14
3
[PATCH] tools/xend: Only add cpuid and cpuid_check to sexpr once
# HG changeset patch # User Jim Fehlig <jfehlig@suse.com> # Date 1360861948 -3600 # Node ID 0f9c7503650fa1b1103b769e1129d66ff614b2ad # Parent cffb489a6df37d8d114e7d2d53a7a85d14e8f968 tools/xend: Only add cpuid and cpuid_check to sexpr once When converting a XendConfig object to sexpr, cpuid and cpuid_check were being emitted twice in the resulting sexpr. The first conversion writes
2008 Jan 30
0
xen networking troubles
...irected to a given destination domU. After taking a closer look into the scripts, I am not sure, whether xen can help me with its interal network scripts at all. I commented out all network-script and vif-script in /etc/xen/xend-config.sxp. But after reboot, I still have 12 bridges created by rcxend start. After a bit wondering, I figured out that bridge is default when nothing else is speicified. However, I do not have a vif0.0, nor a peth0 interface in the domU ifconfig output. Also a brctl show shows that all bridges have no interfaces assigned. I don''t know, whether the xen...
2007 Sep 05
2
Server moved - networking stopped
...IP At the command prompt I did # modprobe dummy # ifconfig dummy0 111.222.93.105 netmask 255.255.255.248 up That gives me: dummy0 Link encap:Ethernet HWaddr 26:65:C6:05:99:96 inet addr:111.222.93.105 Bcast:111.222.93.111 Mask:255.255.255.248 Which looks okay. I restart xen: # rcxend restart And my bridge appears: xenbr0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF inet addr:111.222.93.105 Bcast:0.0.0.0 Mask:255.255.255.248 starting a machine makes a vif appear too: vif3.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF inet6 addr: fe80::fcff:ffff...
2008 Jun 06
32
Dedicate Nic''s to DomU''s
Hey all I''m new to Linux and Virtualizing. I''m trying to dedicate my nic''s to each virtual server. For instance, virt server A would use nic1 and virt server B would use nic2 and so on. I''ve been reading some stuff for this list and to tell you the truth I''m a bit overwhelmed. We are going to run SLES10.1 and Xen. I would appreciate any assistance.