|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Network VIFs in xen-3.1 guest do not start up
Hi, for changing ip, netmask and gateway have to change the /etc/network/interface file in guest machine, before start. Mount the disk.img file and modify the file for example
auto eth0 iface eth0 inet static
address 192.168.0.11 netmask 255.255.255.0 gateway 192.168.0.1
Next start the machine will work all.
Regards.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|