1832220 Members
2412 Online
110041 Solutions
New Discussion

Adding Static routes

 
SOLVED
Go to solution

Adding Static routes

Hi there,

Can anyone tell me how to add a static route in HPUX 11.00

Cheers,

Christian Briddon
2 REPLIES 2
Tom Geudens
Honored Contributor
Solution

Re: Adding Static routes

Hi,
This thread seems to cover all the options
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xaa7b5220af9bd5118ff10090279cd0f9,00.html

Hope it helps,
Tom Geudens
A life ? Cool ! Where can I download one of those from ?
Corthouts Carlo
Valued Contributor

Re: Adding Static routes

Hi,

One way to add routes is with
the command "route".

The complete syntax is explained in 'man route'

to add default route :

route add net default

To delete that route :

route del net default

To check the routes already defined : netstat -rn