Operating System - HP-UX
1833415 Members
3372 Online
110052 Solutions
New Discussion

problem in permanent routes.

 
Gurumanickam
Frequent Advisor

problem in permanent routes.

Hi All,

The following routes to be added in my server

141.147.128.3
141.147.0.3
141.148.0.3
40.85.170.76
140.85.172.7
140.85.172.8

The gateway should be
10.1.12.4

I edited the file /etc/rc.config.d/netconf and put the route entries and i restarted the network services(/sbin/init.d/net start) these routes came under my local routing table.

The issue is when i restart the server the local routing gets deleted automatically. routes need to be added manually once again otherwise the services need to be restarted once again. Any body help me, what may be the problem.


Be an expert
1 REPLY 1
Yang Qin_1
Honored Contributor

Re: problem in permanent routes.

Hi, do you have an old copy of netconf like netcond.old, netconf.bck in /etc/rc.config.d? If you have it, move it out of /etc/config.d and try again. Also check /etc/rc.log see if you can find something abnormal there (with /sbin/rc2.d/S###net)


Yang