How do I configure networking when using XEN on 12.04 Server
- by Ingram
I'm following this guide, https://help.ubuntu.com/community/XenProposed, and I'd like to setup a static IP address, but I don't know how. I'm using 12.04 Server.
This is the step I'm having trouble at (I'm using eth1):
Edit /etc/network/interfaces, and make it look like this:
auto lo
iface lo inet loopback
auto xenbr0
iface xenbr0 inet dhcp…