Operating System - HP-UX
1830747 Members
2056 Online
110015 Solutions
New Discussion

Re: IP Forwaing on HPUX 10.20

 
SOLVED
Go to solution
Robert Tortajada_1
Occasional Contributor

IP Forwaing on HPUX 10.20

Can someone tell me how to check and set IP Forwarding on HP-UX 10.20? the ndd comand is not there, so I assume it is only for 11.x

Thanks, Bob T
5 REPLIES 5
James R. Ferguson
Acclaimed Contributor

Re: IP Forwaing on HPUX 10.20

Hi Robert:

'ndd' is available in 10.20. Try this:

# ndd -h ip_forwarding

Regards!

...JRF...
Robert Tortajada_1
Occasional Contributor

Re: IP Forwaing on HPUX 10.20

Nope, no ndd on any of our 10.20 boxes.
Sridhar Bhaskarla
Honored Contributor
Solution

Re: IP Forwaing on HPUX 10.20

I am not quite sure if ndd is there on 10.20. You can use nettune to set this parameter

nettune -s ip_forwarding 1.

Verify it using -l option.

You can also use adb to set this value.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
A. Clay Stephenson
Acclaimed Contributor

Re: IP Forwaing on HPUX 10.20

Hi Robert:

On 10.20 try this:

nettune -s ip_forwarding 1 (or 0 to turn it off).

Clayu
If it ain't broke, I can fix that.
James R. Ferguson
Acclaimed Contributor

Re: IP Forwaing on HPUX 10.20

Hi (again) Robert:

'ndd' is in fact described in the 10.20 man pages -- hence my first post. *However*, after looking further, I agree, I can't find it on my 10.20 systems nor can I find a reference to a patch that adds it.

Regards!

...JRF...