- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Turn off HP-UX ICMP to gateway? (points!)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2007 11:09 PM
07-01-2007 11:09 PM
If I got this right, by default, HP-UX sends ICMP packets to the gateway before e.g. an ssh connection can be established via the gateway.
If I wanted to configure the gateway's firewall to discard all ICMP packets, is it possible to configure HP-UX such that it will not try to send ICMP packets to the gateway and then refuse to allow ssh to connect through the gateway?
Interestingly Solaris does not send such ICMP packets by default (if I got that right).
Points will be assigned for all helpful answers.
Thanks, Christian
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2007 11:11 PM
07-01-2007 11:11 PM
SolutionThis is the default behavior of HP-UX 11.00.
It can be changed with the ndd command or permanently in /etc/rc.config.d/nddconf
ndd -set /dev/ip ip_ire_gw_probe 0
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2007 11:24 PM
07-01-2007 11:24 PM
Re: Turn off HP-UX ICMP to gateway? (points!)
Perfect!
Toda rabba :-)
Would this then be the correct entry for nddconf?
TRANSPORT_NAME[0]=/dev/ip
NDD_NAME[0]=ip_ire_gw_probe
NDD_VALUE[0]=0
Christian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2007 11:40 PM
07-01-2007 11:40 PM
Re: Turn off HP-UX ICMP to gateway? (points!)
The correct entry is
TRANSPORT_NAME[0]=ip !!! (without /dev)
NDD_NAME[0]=ip_ire_gw_probe
NDD_VALUE[0]=0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2007 11:45 PM
07-01-2007 11:45 PM
Re: Turn off HP-UX ICMP to gateway? (points!)
This one was a simple question so only 5 points, sorry...
Christian