Comment 8 for bug 201765

Revision history for this message
Elie De Brauwer (elie) wrote :

And you can get this file from the xen-utils-3.1 package, or simply copy paste this one:

root@bean:~# cat /etc/xen/qemu-ifup
#!/bin/sh

#. /etc/rc.d/init.d/functions
#ulimit -c unlimited

echo 'config qemu network with xen bridge for ' $*

ifconfig $1 0.0.0.0 up
brctl addif $2 $1