|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Debian DomU no network and modprobe errors on xm create
On 4/2/06, Simon <greminn@xxxxxxxxx> wrote:
> On 4/1/06, Andrej Radonic <andrej.radonic@xxxxxxxx> wrote:
> > the "IP" Parameter is no longer allowed outside the "vif" statement.
> > Comment it out and see if networking comes up after stopping / starting
> > (not "restart"-ing) your domU
>
> Thanks for the TIP, iv updated the conf file to have:
>
> vif=['ip=192.168.1.100']
>
> and removed the old line, but still no go. Will keep playing here.
If i add a eth0 line to the domU's /etc/network/interfaces, so that it
looks like this:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
Networking comes up OK, having been assigned the IP from our network
DHCP server... But this is not the correct way todo this is it? As you
are supposed to have the xen assign the IP?
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|