- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disable ping request
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
05-19-2002 10:05 PM
05-19-2002 10:05 PM
Disable ping request
I want to disable ping on HP 11 box. I need your expert help.
Thanks
Manoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2002 10:22 PM
05-19-2002 10:22 PM
Re: Disable ping request
Seeing that 'ping' in in fact a binary, the easiest way would be to either move it somewhere out of the default path (recommended) or remove it completely including the man page. You could remove it also using 'swremove' and look for it in the core OS fileset.
# whereis ping
ping: /usr/sbin/ping /usr/share/man/man1m.Z/ping.1m
HTH
~Michael~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2002 10:29 PM
05-19-2002 10:29 PM
Re: Disable ping request
I want to disable ping request response from my system. System should not reply any ping request comming from network.
Thanks
Manoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2002 10:50 PM
05-19-2002 10:50 PM
Re: Disable ping request
On HP-UX 11.X, you cannot disable ICMP echo response. On HP-UX 11i, you can rely on IPFilter/9000 (you need to purchase) to filter off different types of ICMP packets including ICMP echo requests. Alternatively, for both HP-UX 11.X and 11i, you can rely on third-party host-based firewall software such as netfilter's iptables to perform similar form of filtering.
On both HP-UX 11.X and 11i by default (without need for additional software), you can disable ICMP response to address mask request and ICMP response to timestamp request (which are bigger security issues than ICMP echo request). To disable ICMP response to address mask request and timestamp request, do this:
# ndd -set /dev/ip ip_respond_to_address_mask_broadcast 0
# ndd - set /dev/ip ip_respond_to_echo_broadcast 0
# ndd -set /dev/ip ip_respond_to_timestamp 0
# ndd -set /dev/ip ip_respond_to_timestamp_broadcast 0
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2002 10:59 PM
05-19-2002 10:59 PM
Re: Disable ping request
I'm not sure why you would want to do this anyway unless you having firewall issues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2002 11:01 PM
05-19-2002 11:01 PM
Re: Disable ping request
I think you cannot disable ping on a hpux machine.
YOu have to do that in your firewall.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2002 11:34 PM
05-19-2002 11:34 PM
Re: Disable ping request
Is there any possibility in 10.20..?
Regards
Manoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 12:23 AM
05-20-2002 12:23 AM
Re: Disable ping request
The ndd command on HP-UX 11 = the nettune command on 10.20