Hi, I wonder what''s happening with my networking? When i reboot the server, i don''t have the networking. Debian Etch - Xen 3.1 # uname -r 2.6.18-xen # cat /etc/network/interfaces auto lo iface lo inet loopback auto xenbr0 iface xenbr0 inet static address 192.168.88.5 netmask 255.255.255.0 network 192.168.88.0 broadcast 192.168.88.255 gateway 192.168.88.1 bridge_port eth0 # optional bridge_maxwait 0 #dmesg |grep -i xen /local/scratch/shand/3.1.0/xen-3.1-testing.hg/linux-2.6.18-xen/drivers/usb/input/hid-core.c: v2.6:USB HID core driver xenbr0: port 1(vif0.0) entering learning state xenbr0: topology change detected, propagating xenbr0: port 1(vif0.0) entering forwarding state xenbr0: port 2(peth0) entering learning state xenbr0: topology change detected, propagating xenbr0: port 2(peth0) entering forwarding state xenbr0: port 3(vif1.0) entering learning state xenbr0: topology change detected, propagating xenbr0: port 3(vif1.0) entering forwarding state xenbr0: port 4(vif2.0) entering learning state xenbr0: topology change detected, propagating xenbr0: port 4(vif2.0) entering forwarding state xenbr0: port 5(vif3.0) entering learning state xenbr0: topology change detected, propagating xenbr0: port 5(vif3.0) entering forwarding state # cat /etc/xen/xend-config.sxp (xend-relocation-server yes) (xend-relocation-hosts-allow ''^localhost$ ^localhost\\.localdomain$'') (network-script network-bridge) (vif-script vif-bridge) (dom0-min-mem 196) (dom0-cpus 0) To have the networking, i must to do # /etc/init.d/networking restart So, to have it after rebooting, i put it in /etc/rc.local # cat /etc/rc.local /etc/init.d/networking restart exit 0 What''s the problem with my server? I''d like to understand this problem? Any idea, please? Thank you in advance. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users