|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Need help setting up guest's networking
Yevgeniy Goldberg wrote:
Nico,
I did have my firewall turned off.
What would be an example of hard-coding a vif name?
Also, I've discovered that I could manually assign an IP address to a
vif interface in Dom0.
This way I could network between the Dom0 and DomU, but could not
establish an Internet connection from the DomU.
My attempt to set the network interface of DomU to dhcp did not work
either.
The vifnames are set in the "vif=" configuration statement. So
vif = [ 'mac=MACADDRESS, bridge=xenbr0' ]
would become
vif = [ 'vifname=xen0.01,mac=MACADDRESS, bridge=xenbr0' ]
Setting the IP address of a network port is not the right job for Xen
itself: it's the right job for the guest domain, which has all the
network configuration tools built in normally, and itself needs to know
the netmask and gateway address.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|