1826281 Members
3644 Online
109692 Solutions
New Discussion

IP_forwarding

 
surendranath
Advisor

IP_forwarding

Could some one please tell me what is Ip_forwarding and when do we enable and disable them?
1 REPLY 1
twang
Honored Contributor

Re: IP_forwarding

If you want the hp-ux box acts as a router. we should enable its ip forwarding on it...
you can change it with ndd,
to enable:
# ndd -set /dev/ip ip_forwarding 2
disable:
# ndd -set /dev/ip ip_forwarding 0