# cat /etc/network/interfaces
# local loopback interface
auto lo
iface lo inet loopback

# management access points and switches
auto bond0
iface bond0 inet static
  address 192.168.1.1
  netmask 255.255.255.0
  up /sbin/ifenslave bond0 eth0 eth1

# wireless access points
auto vlan2
iface vlan2 inet static
  vlan-raw-device bond0
  address 172.16.0.1
  netmask 255.255.252.0

# flumotion
auto vlan3
iface vlan3 inet static
  vlan-raw-device bond0
  address 192.168.30.1
  netmask 255.255.255.0

# speakers, guadec- and speaker rooms
auto vlan4
iface vlan4 inet static
  vlan-raw-device bond0
  address 192.168.31.1
  netmask 255.255.255.0

# uplink dorothy.powercraft.nl
auto vlan5
iface vlan5 inet dhcp
  vlan-raw-device bond0
# address 145.52.240.2
# netmask 255.255.254.0
# gateway 145.52.240.1

# uplink ebony.powercraft.nl
# auto vlan6
# iface vlan6 inet static
# vlan-raw-device bond0
# address 145.52.240.3
# netmask 255.255.254.0
