Tagged Questions
1
vote
1answer
585 views
How do I set up a xen bridge?
I have been reading various pages on how to set up the network for xen. Unfortunately, none of them actually have a full example config. They clearly show what the xenbr0 section should look like, but ...
0
votes
0answers
103 views
Xen bridging on 12.10
I have been trying to follow the guidance on using Xen from Ubuntu. When setting up the bridging I followed the notes but when I restart the network my windows change and I get a recurring error ...
0
votes
2answers
1k views
Bridging: Loosing WLAN network connection with 4addr on option - Why?
Question:
For use with my Xen VM, I need to create a virtual network interface (vif) that is bridged to wlan0.
If in /etc/network/interfaces I add
auto xenbr0
iface xenbr0 inet dhcp
And ...
1
vote
1answer
4k views
How to set up bridged networking in Xen?
I have 2 domU virtual machines installed on a 11.10 Oneiric Dom0. My internal network is on the 192.168.1 subnet, and when the domU's start, they get ips on the 192.168.122 subnet. I have attempted to ...