EDIT: Thread name should be “No network on XEN guest ofcourse”. My bad
I am trying to run OpenSUSE 11.3 as guest in OpenSUSE 11.2 as host. First problem I came across was libvirtd service wasnt started and after that I was able to install guest OS. Now there is a problem as guest doesnt have connection with internet.
Here is the script for the guest
Here are the images that show how it is all configured taken from Virutal Manager.
network1 png tmpbridge png host config png
The last image is from the guest config I just named it badly.
Observe that xen is up and runing and there are no others issue this far. I Could really use a helping hand in making this work. Thanks in advance.
Although I’m not a Xen practitioner (I’m experienced with others, primarily VMware),
I can suggest some common troubleshooting steps
ifconfig on both host and guest
If your guest has an IP address (because you’re trying to use DHCP), check whether host and guest can ping each other.
If your guest doesn’t have an IP address, troubleshoot DHCP, eg test a static address, inspect DHCP Server leases
If you have a network device bridging issue that’s not network related, consider at least temporarily configuring NAT on your Guest with your Host as the translation device.
You’ll also have to define what you mean by “no network.” To some that might mean no networking at all. To others it might mean some basic IP address communication but no name resolution. To others it might mean no Internet.
Remember that all Host addresses have to be unique while the NetworkID has to be common.
I would like to add that I installed Opensuse 11.4 now as both host and guest. Guest is up and runing but without network. Same problems as with opensuse 11.2 looks to me.
ifconfig on both host and guest
ifconfig on both host
If your guest has an IP address (because you’re trying to use DHCP), check whether host and guest can ping each other.
From above I would guess that guest does not have an valid ip adress. when I try to ping the host I get the message
ping 192.168.122.2
connect: Network is unreachable
If your guest doesn’t have an IP address, troubleshoot DHCP, eg test a static address, inspect DHCP Server leases
.
If by that you mean try to assign ip adress to the gues manually yes I have tried that too and no luck. I have also tried to change ip adress range in the virtual manager but looks like it is not allowed as numbers turn red as soon as I try to change anything.
Thanks for a reply.
Regards.