Hi All,
I have set up a new domain and I require multiple ips in the
domain
If I only have 1 line in vif I get networking on the new
domain, however I need 2 on this one, and I have another 7 domains to set up which
require between 2 and 30 ips, whenever I have multiple entries in vif I only
get the loopback device when I do an ifconfig on the created domain.
kernel = "/boot/vmlinuz-2.6.12.6-xenU"
memory = 128
name = "1"
dhcp = "Off"
disk = ['file:/opt/xen/domains/1/debian.3-1.img,sda1,w',
'file:/opt/xen/domains/1/debian.swap,sda2,w']
root = "/dev/sda1 ro"
vif = [ 'ip=x.y.224.77,mac=00:E0:81:29:71:3D,bridge=xenbr0'
'ip=x.y.224.76,mac=00:E0:81:29:71:3E,bridge=xenbr0']
netmask="255.255.255.0"
gateway="x.y.224.1"
any help would be great
Dave