Operating System - HP-UX
1833059 Members
2494 Online
110049 Solutions
New Discussion

Disable ip_forward in cluster

 

Disable ip_forward in cluster

Hi,

I wanted to know if ip_forward in cluster of 2 nodes can be disable without it causes no problem.

I have 2 server rp5470 whith hp-ux 11.11 and serviceguard A.11.16.00, i atach file whit output cmviewcl.

Thanks.
3 REPLIES 3
Jeff Schussele
Honored Contributor

Re: Disable ip_forward in cluster

Hi Geronimo,

IP forwarding is not a cluster function.
It's a function of a single server that has connections to 2 seperate subnets.
And yes it will cause no problems as long as you're not using the server as a crude router.
You use ndd to disable - just set
ip_forwarding=0 in
/etc/rc.config.d/nddconf

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Chan 007
Honored Contributor

Re: Disable ip_forward in cluster

Hi,

Use ndd command to disblae ip forwarding.

check /etc/rc.config.d/nddconf

Also you may need to reboot once

007
Sivakumar TS
Honored Contributor

Re: Disable ip_forward in cluster

Hi,

#ndd -get /dev/ip ip_forwarding

---> to get the current value

#ndd -set /dev/ip ip_forwarding

---> to set the value

this is a real time parameter in 11.11

With Regards,

Siva.
Nothing is Impossible !