Re: Re making routes permanent

2003-05-01 Thread Thomas Lamy
Tarragon Allen wrote: > > > > e.g. something like this in /etc/network/interfaces: > > > > iface eth0 inet static > > address x.x.x.x > > netmask 255.255.255.0 > > broadcast x.x.x.255 > > up route add -net y.y.y.y gw z.z.z.z > > up route add -net a.a.a.a gw z.z.z.z > > And you should rea

Re: Re making routes permanent

2003-05-01 Thread Tarragon Allen
On Thu, 1 May 2003 10:44 am, Craig Sanders wrote: > unless you want to use a routing daemon like zebra (which is overkill for > this job), look at the man page for interfaces(5), the "up" command is > probably what you want. > > e.g. something like this in /etc/network/interfaces: > > iface eth0 i

Re: Re making routes permanent

2003-04-30 Thread Craig Sanders
On Mon, Apr 28, 2003 at 08:46:28PM +0200, [EMAIL PROTECTED] wrote: > i currently have 2 route add -net statments in my inittab file.. inittab is the wrong place for route statements. > Where is the corret place to save route setting. > > I have a number of routes that need to be permanent and mu

Re: making routes permanent

2003-04-28 Thread Thomas Lamy
[EMAIL PROTECTED] (get yourself a real name) wrote: > > i currently have 2 route add -net statments in my inittab file.. > > Where is the corret place to save route setting. > > I have a number of routes that need to be permanent and must survive a > system resart. > > Gregory Machin > I learn

Re making routes permanent

2003-04-28 Thread linuxinfo
i currently have 2 route add -net statments in my inittab file.. Where is the corret place to save route setting. I have a number of routes that need to be permanent and must survive a system resart. Gregory Machin