Is there a workaround so that the routes become active after a system reboot? My route statements are a little different;
# 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 #Network Interface on DLINK card auto eth0 iface eth0 inet static address 192.168.1.91 netmask 255.255.255.0 #Network Interface on motherboard auto eth1 iface eth1 inet static address 10.100.1.249 netmask 255.255.255.248 ## Persistent routes for the above network back to ## Default Route for Private LAN post-up route add -net 0.0.0.0/0 gw 192.168.1.254 dev eth0 ## Network for A post-up route add -net 10.101.0.0/20 gw 10.100.1.254 dev eth1 post-up route add -net 10.100.1.0/29 gw 10.100.1.254 dev eth1 ## Network for B post-up route add -net 10.100.1.24/29 gw 10.101.1.254 dev eth1 post-up route add -net 10.114.0.0/21 gw 10.100.1.254 dev eth1 ## Network for C post-up route add -net 10.101.1.16/29 gw 10.100.1.254 dev eth1 post-up route add -net 10.113.0.0/21 gw 10.100.1.254 dev eth1 ## Network for D post-up route add -net 10.112.0.0/20 gw 10.100.1.254 dev eth1 These had been working before, but unfortunately I do not have a time stamp in any previous apt-get install that I can specifically reference when it stopped working. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1472055 Title: /etc/network/interfaces up, post-up commands not run at network startup To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/netscript-2.4/+bug/1472055/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs