Martin Wuertele <maxx@debian.org> writes:
> iface ethX inet static
> address x.x.x.x
> netmask x.x.x.x
> gateway x.x.x.x
> up ip rule add ....
> down ip rule del ....
This means that I need to bring the interface down to change routing? Currently I have
post-up /etc/init.d/routing restart
so that I can manually invoke /etc/init.d/routing restart also without
having to bring the interfaces down.