ubuntu@fussy-star:~$ cat /etc/iproute2/rt_tables
#
# reserved values
#
255 local
254 main
253 default
0 unspec
#
# local
#
#1 inr.ruhep
1 public
ubuntu@fussy-star:~$ cat /etc/network/interfaces
auto lo
iface lo inet loopback
dns-nameservers 198.18.83.105
dns-search halo
iface eth0 inet manual
auto br-eth0
iface br-eth0 inet static
gateway 10.7.0.1
address 10.7.1.2/20
mtu 1500
bridge_ports eth0
auto eth1
iface eth1 inet static
address 192.168.83.100/28
mtu 1500
post-up ip route add 192.168.83.96/28 dev eth1 src 192.168.83.100 table public
post-up ip route add default via 192.168.83.97 dev eth1 table public
post-up ip rule add from 192.168.83.96/28 table public
post-up ip rule add to 192.168.83.96/28 table public
auto eth0.454
iface eth0.454 inet static
address 10.54.1.2/20
vlan-raw-device eth0
mtu 1500
vlan_id 454
auto eth0.455
iface eth0.455 inet static
address 10.55.1.2/20
vlan-raw-device eth0
mtu 1500
vlan_id 455
auto eth0.456
iface eth0.456 inet static
address 10.56.1.2/20
vlan-raw-device eth0
mtu 1500
vlan_id 456
auto eth0.458
iface eth0.458 inet static
address 10.58.1.2/20
vlan-raw-device eth0
mtu 1500
vlan_id 458
auto eth1.452
iface eth1.452 inet manual
vlan-raw-device eth1
mtu 1500
vlan_id 452
auto eth1.457
iface eth1.457 inet static
address 10.57.1.2/20
vlan-raw-device eth1
mtu 1500
vlan_id 457