Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

route add

Status
Not open for further replies.
Oct 1, 2002
39
0
0
CA
I have another question.

Our network admin is asking me to issue this command using c shell

route add 192.168.1.0 mask 255.255.255.0 10.0.0.74 but i get an error. what is the correct command is aix in issuing the said route. I know I can do this even in korn shell but i can not get the correct command

Thanks,
Liza

 
i guess...

route add -net 192.168.1.0 10.0.0.74
 

Tell your 'network admin' that he doesn't know what he's talking about and then do:

chdev -l inet0 -a route='192.168.1.0','9.3.240.59’

Cheers
 
Unixfreak - Is the chdev change to inet0 a persistent change which survives a system reboot?
 

ranjit: Yes it is. All AIX ch-commands are permanent unless otherwise specified.

Cheers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top