# *********************************************************************
# This file is being managed by Puppet. Changes to interfaces
# that are not being managed by Puppet will persist;
# however changes to interfaces that are being managed by Puppet will
# be overwritten.
# *********************************************************************
auto eth1
iface eth1 inet static
address 169.254.1.3/24
post-up ip addr add 169.254.2.3/24 dev eth1 | true
post-up ip addr add 169.254.3.3/24 dev eth1 | true
post-up ip route add 10.1.0.0/16 via 169.254.1.1 metric 10 | true # 10.1.0.0/16
post-up ip route add 10.2.0.0/16 via 169.254.1.2 | true # 10.2.0.0/16
post-up ip route add 10.3.0.0/16 via 169.254.3.1 | true # 10.3.0.0/16
