# Физический интерфейс локальной сети auto eth0 iface eth0 inet manual # Интерфейс LAN VLAN=11 auto eth0.11 iface eth0.11 inet static address 10.0.11.1 netmask 255.255.255.0 vlan_raw_device eth0 # Интерфейс DMZ VLAN=12 auto eth0.12 iface eth0.12 inet static address 10.0.12.1 netmask 255.255.255.0 vlan_raw_device eth0