[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: routing table question



I would add some 'up' statements to my /etc/network/interfaces, like:

iface eth0 inet static
        address 10.x.y.z
        netmask 255.255.255.0
        network 10.x.y.0
        broadcast 10.x.y.255
        up route add -net 1.2.3.4 ....
        down route del -net ...

Sincerely,

Jan

On Fri, 2004-09-24 at 23:51, Tony Uceda Velez wrote:
> right but is there a route.conf like there is in suse.  there has to be a
> place where you can store routes besides in memory.  doing a route add
> simply stores in memory and a reboot clears the routing table.
> 
> Tony UcedaVélez
> Security Analyst
> tvelez@secureworks.com
> 877.884.1110
> ----------
> SecureWorks. Rock-solid Internet security.
> No hassles. No headcount.  No capital outlay.
> ----------
> http://www.secureworks.com
> 
> 
> -----Original Message-----
> From: Sergio Basurto [mailto:basurto@canada.com]
> Sent: Friday, September 24, 2004 5:48 PM
> To: tvelez@secureworks.com
> Cc: tvelez@secureworks.com; debian-user@lists.debian.org
> Subject: Re: routing table question
> 
> 
> On Fri, 24 Sep 2004 17:16:15 -0400, Tony Uceda Velez
> wrote:
> 
> > 
> > sorry to have recycled the subject....real question
> > below.
> > 
> > Tony UcedaVélez
> > Security Analyst
> > tvelez@secureworks.com
> > 877.884.1110
> > ----------
> > SecureWorks. Rock-solid Internet security.
> > No hassles. No headcount.  No capital outlay.
> > ----------
> > http://www.secureworks.com
> > 
> > 
> > -----Original Message-----
> > From: Tony Uceda Velez [mailto:tvelez@secureworks.com]
> > Sent: Friday, September 24, 2004 5:15 PM
> > To: debian-user@lists.debian.org
> > Subject: RE: SSH/Putty password problem
> > 
> > 
> > where are the routing tables stored persistently in
> > debian?
> ------------------------------------------------
> 
> You can see it with the following command:
> #route -n  
> shows the actual routing table
> 
> #ip route show 
> also do the thing.
> 
> ------------------------------------------------
> 
> > 
> > Tony UcedaVélez
> > Security Analyst
> > tvelez@secureworks.com
> > 877.884.1110
> > ----------
> > SecureWorks. Rock-solid Internet security.
> > No hassles. No headcount.  No capital outlay.
> > ----------
> > http://www.secureworks.com
> 
> 
> Ing. Sergio Basurto Juárez
> Tel: 04455-85322945
> 



Reply to: