<quote who="Jor-el"> > Hi, > > How do I configure a static route into the startup scripts / files > so that the route is set at boot time? I dont think > /etc/network/interfaces will work for this because none of the > interfaces on the machine belong to the destination net. Here is > the config I am working with :
what i do is make a script, be sure its executable, then call it from /etc/network/interfaces via the 'up' option. so when that particular interface comes online the script is executed. nate