<?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 Re: Portsentry Kill_Route issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/portsentry-kill-route-issue/m-p/2674829#M574537</link>
    <description>Why are you adding a hop count to the host's loopback address? I don't remember if that's correct, but maybe someone else can chime in here?&lt;BR /&gt;&lt;BR /&gt;route add host xx.xx.xx.xx 127.0.0.1 1 &lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
    <pubDate>Fri, 01 Mar 2002 21:07:49 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2002-03-01T21:07:49Z</dc:date>
    <item>
      <title>Portsentry Kill_Route issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/portsentry-kill-route-issue/m-p/2674828#M574536</link>
      <description>Portsentry is using the route command to drop off those illegal hosts. However, I've noted that it do not work, as it cannot add the route to a loopback address (127.0.0.1) as follows,&lt;BR /&gt;&lt;BR /&gt;route add host xx.xx.xx.xx 127.0.0.1 1&lt;BR /&gt;&lt;BR /&gt;which will return the error message "Network unreachable". It's the same if I use the actual ip address instead of 127.0.0.1. Why?&lt;BR /&gt;&lt;BR /&gt;Any way for me to enter an invalid gateway etc so portsentry can drop off the traffic?</description>
      <pubDate>Fri, 01 Mar 2002 20:37:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/portsentry-kill-route-issue/m-p/2674828#M574536</guid>
      <dc:creator>Bosco Tsang</dc:creator>
      <dc:date>2002-03-01T20:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Portsentry Kill_Route issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/portsentry-kill-route-issue/m-p/2674829#M574537</link>
      <description>Why are you adding a hop count to the host's loopback address? I don't remember if that's correct, but maybe someone else can chime in here?&lt;BR /&gt;&lt;BR /&gt;route add host xx.xx.xx.xx 127.0.0.1 1 &lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Fri, 01 Mar 2002 21:07:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/portsentry-kill-route-issue/m-p/2674829#M574537</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-03-01T21:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Portsentry Kill_Route issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/portsentry-kill-route-issue/m-p/2674830#M574538</link>
      <description>Chiming in.  The 1 at the end indicates it is not a local address and is, in fact, one hop away.  Should be a 0 if it's a local address.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Sat, 02 Mar 2002 13:22:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/portsentry-kill-route-issue/m-p/2674830#M574538</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-03-02T13:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Portsentry Kill_Route issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/portsentry-kill-route-issue/m-p/2674831#M574539</link>
      <description>I'm running in to the same issue, but only on hpux 11.x systems.  This (route add net 111.222.333.444 netmask 255.255.255.255 127.0.0.1) works corectly on 10.20.  From what I've found 11.x tries to verify that the gateway is valid, if it's not then the command fails.&lt;BR /&gt;&lt;BR /&gt;Does anyone know of a way to force the route command to create the staic entry to the loopback?</description>
      <pubDate>Mon, 04 Aug 2003 18:28:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/portsentry-kill-route-issue/m-p/2674831#M574539</guid>
      <dc:creator>Keith Beckworth</dc:creator>
      <dc:date>2003-08-04T18:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Portsentry Kill_Route issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/portsentry-kill-route-issue/m-p/2674832#M574540</link>
      <description>ndd -set /dev/ip ip_ire_gw_probe 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then if that works you need to put it in /etc/rc.config.d/nddconf so it will stay after a reboot.&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;Use the next highest integer in the brackets if you already something there.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Tue, 05 Aug 2003 02:14:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/portsentry-kill-route-issue/m-p/2674832#M574540</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2003-08-05T02:14:46Z</dc:date>
    </item>
  </channel>
</rss>

