[Pkg-xen-devel] Xen from backports on sarge not working

Conny Brunnkvist conny at fuchsia.se
Wed Jun 21 14:48:02 UTC 2006


Roberto Suarez Soto skrev:
> Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
> 

> 	And the configuration file chen.cfg is:
> vif = [ 'ip=192.168.20.200', 'mac=00:16:3E:CE:00:FF' ]

> 	And my /etc/xen/xend-config.sxp (comments removed):
> (network-script 'network-bridge netdev=dummy0')
> (vif-script vif-bridge)

Maybe I don't get the whole picture here but I'd guess that you're
aiming for either something like this:

(network-script network-dummy)
(vif-script vif-bridge)

OR, to specify add a real NIC (other than eth0) as the bridge-port:

(network-script 'network-bridge netdev=eth1')
(vif-script vif-bridge)

//conny



More information about the Pkg-xen-devel mailing list