Mailinglist Archive: opensuse (1701 mails)
| < Previous | Next > |
Re: [opensuse] 11.1, Xen and NetworkManager
- From: Hans Witvliet <hwit@xxxxxxxxxxx>
- Date: Tue, 22 Sep 2009 19:45:09 +0200
- Message-id: <1253641509.17568.37.camel@t43>
On Tue, 2009-09-22 at 00:53 -0400, Ciro Iriarte wrote:
Hi Ciro,
When upgrading your dom-0 you have to addapt your startup file for your
clients:
On openSUSE_10.3
vif=[ 'mac=00:16:3e:10:01:00,bridge=xenbr0',
'mac=00:16:3e:10:01:01,bridge=xenbr1',
'mac=00:16:3e:10:01:02,bridge=xenbr2', ]
On openSuSE_11.0:
vif=[ 'mac=00:16:3e:10:01:00,bridge=eth0',
'mac=00:16:3e:10:01:01,bridge=eth1',
'mac=00:16:3e:10:01:02,bridge=eth2', ]
Currently (openSUSE_11.1 & SLE_11
vif=[ 'mac=00:16:3e:10:01:00,bridge=br0',
'mac=00:16:3e:10:01:01,bridge=br1',
'mac=00:16:3e:10:01:02,bridge=br2', ]
If your dom-U's only have one network interface, you can use:
vif=[ 'mac=00:16:3e:10:01:00']
The name of the bridge devices they are using in 'the current release'
can be examined with: "brctl show" commando
Hans
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
Hi, i've been a long time Xen user in SLES10SP2 and now i'm trying to
run Xen on openSUSE 11.1. According to the config file, noew the
networking should be done with the distro native tools and not using
the xen scripts. How am I supposed to use 11.1 with Xen and
NetworkManager?, I can't find documentation detailing that.
Regards,
--
Ciro Iriarte
http://cyruspy.wordpress.com
--
Hi Ciro,
When upgrading your dom-0 you have to addapt your startup file for your
clients:
On openSUSE_10.3
vif=[ 'mac=00:16:3e:10:01:00,bridge=xenbr0',
'mac=00:16:3e:10:01:01,bridge=xenbr1',
'mac=00:16:3e:10:01:02,bridge=xenbr2', ]
On openSuSE_11.0:
vif=[ 'mac=00:16:3e:10:01:00,bridge=eth0',
'mac=00:16:3e:10:01:01,bridge=eth1',
'mac=00:16:3e:10:01:02,bridge=eth2', ]
Currently (openSUSE_11.1 & SLE_11
vif=[ 'mac=00:16:3e:10:01:00,bridge=br0',
'mac=00:16:3e:10:01:01,bridge=br1',
'mac=00:16:3e:10:01:02,bridge=br2', ]
If your dom-U's only have one network interface, you can use:
vif=[ 'mac=00:16:3e:10:01:00']
The name of the bridge devices they are using in 'the current release'
can be examined with: "brctl show" commando
Hans
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |