1830321 Members
2350 Online
110000 Solutions
New Discussion

ip forwarding

 
SOLVED
Go to solution
Giorgio Milanesio
Occasional Contributor

ip forwarding

Hi to all,
how to disable ip forwarding on hp-ux 10.20?
Thanks
50
4 REPLIES 4
Hasell Blad
Advisor

Re: ip forwarding

hi.

you can use 'route' command.

#route delete [net|host] destination [netmask mask] gateway

or
#man route

Hudson
Michael Tully
Honored Contributor

Re: ip forwarding

Hi,

Have a look at the information in this posting, it should give you the answers your after.

Michael

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xfca0ee3e323bd5118fef0090279cd0f9,00.html
Anyone for a Mutiny ?
Steven Sim Kok Leong
Honored Contributor
Solution

Re: ip forwarding

Hi,

HP-UX 10.20 uses nettune.

# nettune -s ip_forwarding 0

Remember to modify your system startup script accordingly.

Hope this helps. Regards.

Steven Sim Kok Leong
Giorgio Milanesio
Occasional Contributor

Re: ip forwarding

Thank you very much. I'm resolved my problem
50