|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Assign IP's
Just to add my two cents worth and experience from last night. Got my
Debian Sarge domU's up and running for the first time.
Within dom0:-
# to allow me to have 32 domUs. Each one will use a two loopback devices.
rmmod loop && modprobe loop max_loop=64
# for each domU's config file in /etc/xen/foo
# each one ghas a unique mac addy
vif = [ '<mac address>' , 'bri=xenbr0']
# set up your domU's interface as required by your distro.
# I'm using sarge as domU
# /etc/{resolv.conf,hosts,hostname}, /etc/network/interfaces
That's all well and good for Debian Sarge but *nothing* is happening
for CentOS domU's. Anyone got examples of config files for
/etc/sysconfig/networking-scripts and
/etc/sysconfig/networking/devices ?
On 08/08/06, Stefano Cislaghi <s.cislaghi@xxxxxxxxx> wrote:
2006/8/7, Eric Peterson <srcfoo@xxxxxxxxx>:
> Try 'modprobe loop' in domain 0 before trying to start your guest domains.
Yes, it's working... now I'll work on IP configuration.
Thanks
Stefano
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
--
John Maclean - 07739 171 531
MSc (DIC)
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|