Manuel Bouyer wrote:
You need to setup bridge0 before starting the domU. E.g.: ifconfig bridge0 create brconfig bridge0 add <your network interface> up
bridge0 is set to come up on boot. ifconfig bridge0: flags=41<UP,RUNNING> mtu 1500 bash-3.2$ cat /etc/ifconfig.bridge0 create !brconfig $int add tlp0 up As per the how to. Mark Kirby