<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to avoid pinging default gateway in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-avoid-pinging-default-gateway/m-p/3759329#M550799</link>
    <description>Hello all,&lt;BR /&gt;i need that my C3600 wsn should not ping the default gateway, also if this is configured in netconf file.&lt;BR /&gt;Any suggestion?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
    <pubDate>Mon, 27 Mar 2006 04:49:32 GMT</pubDate>
    <dc:creator>Roberto Volsa</dc:creator>
    <dc:date>2006-03-27T04:49:32Z</dc:date>
    <item>
      <title>How to avoid pinging default gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-avoid-pinging-default-gateway/m-p/3759329#M550799</link>
      <description>Hello all,&lt;BR /&gt;i need that my C3600 wsn should not ping the default gateway, also if this is configured in netconf file.&lt;BR /&gt;Any suggestion?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Mon, 27 Mar 2006 04:49:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-avoid-pinging-default-gateway/m-p/3759329#M550799</guid>
      <dc:creator>Roberto Volsa</dc:creator>
      <dc:date>2006-03-27T04:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid pinging default gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-avoid-pinging-default-gateway/m-p/3759330#M550800</link>
      <description>You can set in your default gateway machine. There is a possiblity to do there in server side. However, changes will effect to all machines.&lt;BR /&gt;&lt;BR /&gt;If you want to do in your hp-ux machine then,&lt;BR /&gt;&lt;BR /&gt; 1) Remove route entry which leads to gateway (It is not possible when you are having default route)&lt;BR /&gt;&lt;BR /&gt; 2) Write a wrapper to ping and check the ip-address | hostname given to ping and call the reall ping binary if it is not gateway.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Mon, 27 Mar 2006 05:01:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-avoid-pinging-default-gateway/m-p/3759330#M550800</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-03-27T05:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid pinging default gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-avoid-pinging-default-gateway/m-p/3759331#M550801</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;       If your intension is just to block the ping packets "ICMP/ECHO".. then try "ipfilter" product that is included with 11i by default.&lt;BR /&gt;&lt;BR /&gt;      You need to check whether the product is installed or not..&lt;BR /&gt;&lt;BR /&gt;      $ /usr/sbin/swlist | grep -i ipfilter&lt;BR /&gt;&lt;BR /&gt;      If/Once installed try this doc to acheive your requirement...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/B9901-90018/index.html" target="_blank"&gt;http://www.docs.hp.com/en/B9901-90018/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A</description>
      <pubDate>Mon, 27 Mar 2006 05:02:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-avoid-pinging-default-gateway/m-p/3759331#M550801</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-03-27T05:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid pinging default gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-avoid-pinging-default-gateway/m-p/3759332#M550802</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;    If IPfilter product is configured , the rule mentioned below specifically will acheive your requirement...&lt;BR /&gt;&lt;BR /&gt;The rule for blocking the ping to the router is shown below... I have assumed the router IP to be "192.168.1.1". icmp-type 8 is "ping"&lt;BR /&gt;&lt;BR /&gt;block out quick on lan0 proto icmp to 192.168.1.1 icmp-type 8 &lt;BR /&gt;&lt;BR /&gt;For more info ..refer below...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B9901-90014/ch02s03.html" target="_blank"&gt;http://docs.hp.com/en/B9901-90014/ch02s03.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A</description>
      <pubDate>Mon, 27 Mar 2006 05:16:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-avoid-pinging-default-gateway/m-p/3759332#M550802</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-03-27T05:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid pinging default gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-avoid-pinging-default-gateway/m-p/3759333#M550803</link>
      <description>For HP-UX ver 11.00 and up, there is a dead gateway detection feature that is on by default. This feature will ping the gateway every few minutes to make sure it is still there. For security, many network admins will disable ping responses for the gateway and HP-UX will disable the route after a few minutes.&lt;BR /&gt; &lt;BR /&gt;To see if the setting is turned on or off, use:&lt;BR /&gt; &lt;BR /&gt;ndd -get /dev/ip ip_ire_gw_probe&lt;BR /&gt; &lt;BR /&gt;1 means the detection feature is enabled. To turn off this feature:&lt;BR /&gt; &lt;BR /&gt;ndd -set /dev/ip ip_ire_gw_probe 0&lt;BR /&gt; &lt;BR /&gt;This is a temporary change. To make it permanent, edit your /etc/rc.config.d/nddconf file to add:&lt;BR /&gt; &lt;BR /&gt;TRANSPORT_NAME[0]=ip&lt;BR /&gt;NDD_NAME[0]=ip_ire_gw_probe&lt;BR /&gt;NDD_VALUE[0]=0&lt;BR /&gt; &lt;BR /&gt;Be sure to substitute the next available array element for [0] in case [0] is already in use.&lt;BR /&gt; &lt;BR /&gt;Note also that for 11.00, early versions of ndd had a bug that prevented the changes in nddconf from taking effect. Get the latest ndd patch.</description>
      <pubDate>Mon, 27 Mar 2006 05:53:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-avoid-pinging-default-gateway/m-p/3759333#M550803</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-03-27T05:53:17Z</dc:date>
    </item>
  </channel>
</rss>

