|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] No network after restore of PV domU
Hi.When i shutdown my dom0 (debian squeeze kernel 2.6.32-5) all the domU are saved.
When the dom0 restart all the DomU domains are restored. --> Normal
But for the PVs domU, when they are restored I have no network anymore.
I need to type these commands to put the network up
xm console domuPV
(login ...)
ping gateway -->( no response)
ifdown eth0
ifup eth0
ping gateway --> ok
Is there a work around to this bug ?
* Here is my PV domu config file:
bootloader='/usr/lib/xen-default/bin/pygrub'
memory=1024
name="vmdev"
vcpus=1
vif = [ 'mac=00:16:3E:07:00:08 , bridge=xenbr0' ]
disk = [ 'phy:/dev/mapper/vgvm-system,xvda,w' ]
* Here is my dom0 network config file (/etc/network/interfaces):
auto eth0
iface eth0 inet manual
up sleep 5; ethtool -s eth0 autoneg off speed 1000 duplex full
auto xenbr0
iface xenbr0 inet static
address 172.16.128.135
netmask 255.255.0.0
network 172.16.0.0
broadcast 172.16.255.255
gateway 172.16.0.254
# dns-* options are implemented by the resolvconf package, if
installed
dns-nameservers 172.16.128.28 172.16.128.32
bridge_ports eth0
bridge_fd 0
* Here is my domu network config file:
auto eth0
iface eth0 inet static
address 172.16.128.144
netmask 255.255.0.0
network 172.16.0.0
broadcast 172.16.255.255
gateway 172.16.0.254
Cédric T
Attachment:
smime.p7s _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |