Xen networking
From JJBwiki
Xen handles networking in a fairly straight forward way. Here are some links for you to read about in depth:
[Xen wiki networking]
[edit] Using tagged VLAN's inside a VM
No additional network configuration is needed on the actual host. The configuration on the VM itself is plain jane redhat VLAN configuration.
- Edit /etc/sysconfig/network
- Add the line VLAN=yes
- Create an interface alias using the scheme ifcfg-X.Y
- Where X = interface and Y = vlan id
ie ifcfg-eth1.120
- Edit the original network interface and ensure that it only has 2 lines in it
ie ifcfg-eth1
- ONBOOT=yes
- DEVICE=eth1
