- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ICMP over
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-15-2004 04:37 AM
07-15-2004 04:37 AM
ICMP over
when I lower the ICMP of DMZ all connections of the machine go away down, i lose ping, telnet , database conection. etc.
I have QPK and HWE of Mar 2004.
Can you help me, please.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 04:54 AM
07-15-2004 04:54 AM
Re: ICMP over
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 05:10 AM
07-15-2004 05:10 AM
Re: ICMP over
This is most likely due to the default HP behavior of dead gateway detection. This is an ndd feature that will periodically send ICMP packets to the router & if not rec'd back the route is dropped from the routing table.
It can be disabled with an entry of
TRANSPORT_NAME[X]=ip
NDD_NAME[X]=ip_ire_gw_probe
NDD_VALUE=0
in the /etc/rc.config.d/nddconf file and a reboot or a network stop/start. Replace the "X" with an appropriate index value.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 05:12 AM
07-15-2004 05:12 AM
Re: ICMP over
This is most likely due to the default HP behavior of dead gateway detection. This is an ndd feature that will periodically send ICMP packets to the router & if not rec'd back the route is dropped from the routing table.
It can be disabled with an entry of
TRANSPORT_NAME[X]=ip
NDD_NAME[X]=ip_ire_gw_probe
NDD_VALUE[X]=0
in the /etc/rc.config.d/nddconf file and a reboot or a network stop/start. Replace the "X" with an appropriate index value.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 05:25 AM
07-15-2004 05:25 AM
Re: ICMP over
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 05:29 AM
07-15-2004 05:29 AM
Re: ICMP over
You can prove it by:
ndd -set /dev/ip ip_ire_gw_probe 0
then shut off ICMP on your firewall. If that fixes your problem then edit
/etc/rc.config.d/nddconf to make it permanent.
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_ire_gw_probe
NDD_VALUE[0]=0
Ron
PS If it claims there is no such variable then you are missing a patch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 05:36 AM
07-15-2004 05:36 AM
Re: ICMP over
# ndd -get /dev/ip ip_ire_status
execute the above command see if you have DOWN status next to any of the routing entries. If yes then you can enable only ICMP-echo reply for the HP-UX server if you are skeptical in enabling all of the ICMP functions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 07:58 AM
07-15-2004 07:58 AM