1833934 Members
1807 Online
110063 Solutions
New Discussion

Re: routers

 
SOLVED
Go to solution
Carla Breuer
Frequent Advisor

routers

Hello there!
we are upgrading from an HP9000 H50 to an L1000 rp5400. Unix 10.2 migration to 11.0. The new machine has been loaded with the OS and we can't find our routers in the new machine. Any suggestions on how to find the routers. All help will be rewarded with points.

Thanx,

Carla
4 REPLIES 4
Pete Randall
Outstanding Contributor
Solution

Re: routers

Do you mean like a default route? Look at /etc/rc.config.d/netconf:

ROUTE_DESTINATION[0]=default
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]=130.1.0.248
ROUTE_COUNT[0]=1
ROUTE_ARGS[0]=""


Pete

Pete
Ken Hubnik_2
Honored Contributor

Re: routers

Have you run the set_parms initial??
Carla Breuer
Frequent Advisor

Re: routers

Thank you Pete, that is exactly what we were looking for. We need to set up a router to a remote site to get their printers going. It's been so long since I set this up on the old system, I could not remember where to do it on the new one.

Thanx,

Carla
Pete Randall
Outstanding Contributor

Re: routers

Carla,

You're very welcome - glad to have helped.


Pete

Pete