|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Xen 3.1 networking questions
Also NAT and HVM seems to be broken/not working: http://www.nabble.com/Re%3A-nat-does-not-work-with-hvm-tf3645589.html#a10181512 So no chance to start a windows HVM on my root server :( Florian Engelmann schrieb: Ok at the moment I use NAT and i can connect to the internet, but I always have to change the router. Xen starts a new vifx.0 interface which is my domUs router. The IP changes every time. How to fix that???here are my configs: xend-config.sxp (dhcp does not work anyway): (network-script 'network-nat dhcp=yes') (vif-script vif-nat) domU.cfg: vif = [ 'ip=10.0.0.100' ] ip = '10.0.0.100' netmask = '255.0.0.0' gateway = '10.0.0.1' /etc/network/interfaces auto eth0 #iface eth0 inet dhcp iface eth0 inet static address 10.0.0.100 #gateway 10.0.0.254 netmask 255.0.0.0 the gateway is then set by xen to 10.0.0.1 but i have to change it with: route del default gw 10.0.0.1 and route add default gw 10.0.x.xxx while 10.0.x.xxx is the ip of dom0s vifx.0 strange.... Florian Engelmann schrieb:I just found this guide: http://de.xen-forum.net/viewtopic.php?t=479&highlight=1und1But it is not working for me. I searched now 2 days but there is no real documentation of networking in xen 3.1 out there. I would like to enable NAT networking and dhcp on the privates LAN side. But I don't know how to setup xen-NAT at all and how to enable xen-dhcp. Isn't there any documentation? Is xen open source still in development or stopped it after citrix bought xensource?Florian Engelmann schrieb:Hi,after hours of testing my last hope is the mailinglist. I have got a root server (www.1und1.com) and I just installed debian etch amd64 on it. I maanged to compile xen 3.1 from source and also my 1st HVM virtual guest is running fine (Windows 2003). But 1und1 uses a absolut strange network setup I have never seen before and I do not understand why it is working at all!?! These are the settings the root Sever is getting with DHCP (and they are working...):ifconfig: eth0 Link encap:Ethernet HWaddr 00:19:99:0D:CD:05inet addr:87.106.189.xxx Bcast:87.106.189.203 Mask:255.255.255.255 _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |