Operating System - HP-UX
1833780 Members
2289 Online
110063 Solutions
New Discussion

How can i disable Routing Daemon

 
Amruth
Regular Advisor

How can i disable Routing Daemon

hi all,

How can i disable the routing daemon in HP-UX 11.11.
Tx
AM
If i am doing the same way you are doing to me then what is the difference between us.
2 REPLIES 2
Sanjay_6
Honored Contributor

Re: How can i disable Routing Daemon

Let me bite the bullet and ask. What Routing Daemon ??.

Thanks
Sridhar Bhaskarla
Honored Contributor

Re: How can i disable Routing Daemon

Hi,

If you are talking about 'gated', then you can disable it in your /etc/rc.config.d/netconf file. If it is about 'routing' like functionality, set the ndd variable ip_forwarding to 0.

ndd -set /dev/ip ip_forwarding 0

To make it permanent edit /etc/rc.config.d/nddconf and add it there. You can find example entries in taht file.

-Sri

You may be disappointed if you fail, but you are doomed if you don't try