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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sco Routes Configuration

Status
Not open for further replies.

shivakumarbalraj

Programmer
Sep 28, 2007
2
US
Hi ,

I would like to find routes specific for interface in sco unix?. I am trying to replace a sco system with linux. I need to get the network information including static routes and need to configure in linux. In linux, routes are specific to the interface. but in sco, i could not find any specification for interface with regards to routes in /etc/inet/config. Then how do i find the routes specific to interface? Please help me.

Shiva
 
You can get a list of all current routes with this command:

# netstat -rn

This includes the affected Interface.

"Proof that there is intelligent life in Oregon. Well, Life anyway.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top