On Mon, Jan 29, 2001 at 07:32:54AM -0600, ktb wrote:
> On Mon, Jan 29, 2001 at 05:17:39PM -0800, Nick Barron wrote:
> > hello,
> > 
> > I recently installed a fresh potato box from 2.2r
> > I need to add:
> > route add -host 255.255.255.255 dev eth1 to my route table to make windozs 
> > boxes happy w/ dhcp allocation
> > 
> > where can I add this line to execute at boot?
> > 
> > using 2.1 w/ 2..0.X I was able to add it to /etc/init.d/network
> > 
> > that file no longer exists and has been replaced by /etc/network/interface
> > 
> > I have tried to make an executable script and adding a link to /etc/rcS.d 
> > and rc3.d call S38interface, but that doesn't seem to work
> > 
> > thanks for any thoughtful suggestions
> 
> /etc/network/interfaces
> hth,
> kent
> 

Sorry for the "not-so-thoughtful-suggestion."  I just got out of bed and
didn't read properly.  I spoke to Nick off list.  I suggested he create
a file in /etc/init.d/ -

#! /bin/sh
route add -host 255.255.255.255 dev eth1

chmod 755 and run update-rc.d
If someone has something better to add please do so.
kent


-- 
I'd really love ta wana help ya Flanders but... Homer Simpson

Reply via email to