# Физический интерфейс локальной сети allow-hotplug eth0 iface eth0 inet manual # VLAN 11 (LAN) auto eth0.11 iface eth0.11 inet manual vlan_raw_device eth0 # VLAN 12 (DMZ) auto eth0.12 iface eth0.12 inet manual vlan_raw_device eth0 # Xen LAN auto xenbr11 iface xenbr11 inet dhcp bridge_ports eth0.11 # Xen DMZ auto xenbr12 iface xenbr12 inet manual bridge_ports eth0.12