Operating System - Tru64 Unix
1753600 Members
6399 Online
108796 Solutions
New Discussion юеВ

Static Route on Tru64

 
Brian Hutchison
New Member

Static Route on Tru64

Can some please tell me how to add a permanent static route on Tru64 unix. I have put in a static route " add route -net ####.####.#### ####.####.####.#### but can not find out how to make this permanent.

Regards Brian
3 REPLIES 3
Johan Brusche
Honored Contributor

Re: Static Route on Tru64


Add the "-net xxxxxxx yyyyy" into /etc/routes.

OR

Use /etc/gated.conf and insert:

static {
net 15.23.11 interface 26.3.4.5
} ;

See manpage gated.conf for additnl info.

Rgds,
__ Johan./

_JB_
Ivan Ferreira
Honored Contributor

Re: Static Route on Tru64

/etc/routes is the file that you need to modify, or you can use sysman to add static routes.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Brian Hutchison
New Member

Re: Static Route on Tru64

Thank you, that worked fine.


Brian