# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 #iface eth0 inet dhcp auto eth4 auto eth5 auto eth2 #iface eth2 inet static #address 10.0.0.247 #netmask 255.255.255.0 #network 10.0.0.0 #broadcast 10.0.0.255 #gateway 10.0.0.251 auto br0 iface br0 inet static address 10.0.0.250 network 10.0.0.0 netmask 255.255.255.0 broadcast 10.0.0.255 gateway 10.0.0.251 bridge_ports eth5 bridge_maxwait 0 # mtu 9000 # bridge_fd 9 # bridge_hello 2 # bridge_maxage 12 # bridge_stp on auto public iface public inet static address 10.10.10.1 network 10.10.10.0 netmask 255.255.255.0 bridge_ports eth2