- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Is possible to disable "automatic ping" to def...
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
10-08-2004 12:19 AM
10-08-2004 12:19 AM
With the following lines in file:
"/etc/rc.config.d/nddconf"
should be disabled the automatic ping to default gateway ?
Thanks in advance,
Manuel
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2004 12:30 AM
10-08-2004 12:30 AM
Solutionip_ire_gw_probe. disable the gateway probe. To sustain the reboots you will have to put it in /etc/rc.config.d/nddconf file.
ndd -h ip_ire_gw_probe will give the help on this parameter
ndd -get /dev/ip ip_ire_gw_probe will give you the current setting.
ndd -set /dev/ip ip_ire_gw_probe 0 Will set to one-i.e will disable it.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2004 12:35 AM
10-08-2004 12:35 AM
Re: Is possible to disable "automatic ping" to default gateway ?
# uname -srv; ndd -get /dev/ip ip_respond_to_echo_broadcast
HP-UX B.11.00 U
1
If you don't want your box to respond to echo requests you would possibly have to set this to 0?
But I'm not sure since I didn't find tis tunable on an 11i box and there's no help text available
# ndd -h ip_respond_to_echo_broadcast
Unknown tunable parameter: ip_respond_to_echo_broadcast
By a 1st google I came accross this
http://www.cromwell-intl.com/security/security-stack-hardening.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2004 12:39 AM
10-08-2004 12:39 AM
Re: Is possible to disable "automatic ping" to default gateway ?
Of course RAC seems right with his tunable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2004 12:49 AM
10-08-2004 12:49 AM
Re: Is possible to disable "automatic ping" to default gateway ?
I checked for 11.0, and could not get ip_ire_gw_probe. What is the equivalent of ip_ire_gw_probe on 11.0??
There is ip_ire_gw_probe_interval on 11.0
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2004 01:30 AM
10-08-2004 01:30 AM
Re: Is possible to disable "automatic ping" to default gateway ?
But I think both HP-UX and Solaris share quite a few of the Streams tunable names.
Maybe you can find the explenations for the Solaris tunables useful anyway?
http://www.sean.de/Solaris/soltune.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2004 01:44 AM
10-08-2004 01:44 AM
Re: Is possible to disable "automatic ping" to default gateway ?
I checked it and found that there is ip_respond_to_echo_broadcast on 11.0, BUT it is not supported.
DOES IT mean that the problem of "dead gateway probe" Could be addressed on 11.0???
May be GURUS here, will have some answer.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2004 11:56 AM
10-08-2004 11:56 AM
Re: Is possible to disable "automatic ping" to default gateway ?
Of course, given the "age" of 11.0, it might be a good idea to consider an upgrade :)