# 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 static # address 213.175.37.194 # netmask 255.255.255.240 # network 213.175.37.192 # gateway 213.175.37.193 # broadcast 213.175.37.207 address 193.85.191.74 netmask 255.255.255.248 network 193.85.191.72 gateway 193.85.191.73 # up ip address add 213.175.37.195/28 dev eth0 # up ip address add 213.175.37.196/28 dev eth0 # up ip address add 213.175.37.197/28 dev eth0 # up ip address add 213.175.37.206/28 dev eth0 iface eth0 inet static # address 213.175.37.195/28 # netmask 255.255.255.240 address 193.85.191.75/29 netmask 255.255.255.248 #iface eth0 inet static # address 213.175.37.196/28 # netmask 255.255.255.240 #iface eth0 inet static # address 213.175.37.197/283 # netmask 255.255.255.240 #iface eth0 inet static # address 213.175.37.206/28 # netmask 255.255.255.240 auto eth1 iface eth1 inet manual up ip link set eth1 promisc on || true # vlan bridged with tap interface #auto eth1.1 #iface eth1.1 inet manual # vlan-raw-device eth1 #auto eth1.55 #iface eth1.55 inet static # address 10.10.10.1 # netmask 255.255.255.0 # vlan-raw-device eth1 auto br0 iface br0 inet static address 192.168.1.254 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 bridge_ports eth1 # eth2 # running within init rc # up /etc/openvpn_local/bridge-start up ip route add 192.168.10.0/24 via 192.168.1.242 dev br0 || true up ip route add 192.168.20.0/24 via 192.168.1.242 dev br0 || true up ip route add 192.168.30.0/24 via 192.168.1.242 dev br0 || true up ip route add 192.168.40.0/24 via 192.168.1.242 dev br0 || true up ip route add 192.168.50.0/24 via 192.168.1.242 dev br0 || true auto eth2 iface eth2 inet static address 10.11.13.254 netmask 255.255.255.0 network 10.11.13.0 broadcast 10.11.13.255 #up ip link set eth2 promisc on || true #auto eth2.55 #iface eth2 inet manual # vlan-raw-device eth2 # address 10.10.10.1 # netmask 255.255.255.0