<?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: How to drop source routed packets? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-drop-source-routed-packets/m-p/3285370#M569783</link>
    <description>If you are running 11.x then you can use ndd. I am not 100% sure if the parameter ip_forward_src_routed can be used to drop the source routed packets.&lt;BR /&gt;&lt;BR /&gt; Check out the ndd documentation and the explanation of ip_forward_src_routed parameter.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 24 May 2004 19:21:48 GMT</pubDate>
    <dc:creator>Sundar_7</dc:creator>
    <dc:date>2004-05-24T19:21:48Z</dc:date>
    <item>
      <title>How to drop source routed packets?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-drop-source-routed-packets/m-p/3285369#M569782</link>
      <description>Hello everyone,&lt;BR /&gt;&lt;BR /&gt;This question if for all network gurus out there! How can I drop source routed packets? In Linux there are some files under the /proc virtual filesystem that allow me to change this.&lt;BR /&gt;&lt;BR /&gt;I've been given a Nessus report regarding this issue on all my servers. I really have no idea how to turn it off on HP-UX.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Jorge</description>
      <pubDate>Mon, 24 May 2004 19:12:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-drop-source-routed-packets/m-p/3285369#M569782</guid>
      <dc:creator>Jorge Fabregas</dc:creator>
      <dc:date>2004-05-24T19:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to drop source routed packets?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-drop-source-routed-packets/m-p/3285370#M569783</link>
      <description>If you are running 11.x then you can use ndd. I am not 100% sure if the parameter ip_forward_src_routed can be used to drop the source routed packets.&lt;BR /&gt;&lt;BR /&gt; Check out the ndd documentation and the explanation of ip_forward_src_routed parameter.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 May 2004 19:21:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-drop-source-routed-packets/m-p/3285370#M569783</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-05-24T19:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to drop source routed packets?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-drop-source-routed-packets/m-p/3285371#M569784</link>
      <description>ndd is the command. You actually know more about the subject than I, and the ndd manual should lay things out pretty nicely for you.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 24 May 2004 19:27:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-drop-source-routed-packets/m-p/3285371#M569784</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-05-24T19:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to drop source routed packets?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-drop-source-routed-packets/m-p/3285372#M569785</link>
      <description>&lt;A href="http://www.blacksheepnetworks.com/security/resources/bastion11.html" target="_blank"&gt;http://www.blacksheepnetworks.com/security/resources/bastion11.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;is the best source for that sort of info but it assumes you know a lot about ndd.  The parameter in ndd is ip_forward_src_routed which is a member of /dev/ip.  The default value is 1 but you want it to be 0.  There is a file /etc/rc.config.d/nddconf which you have to edit so that it stays after a boot but just to prove the concept you can change it on the fly with:&lt;BR /&gt;&lt;BR /&gt;ndd -set /dev/ip ip_forward_src_routed 0&lt;BR /&gt;&lt;BR /&gt;In the nddconf file you add three lines:&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[0]=ip&lt;BR /&gt;NDD_NAME[0]=ip_forward_src_routed &lt;BR /&gt;NDD_VALUE[0]=0&lt;BR /&gt;&lt;BR /&gt;If you already have values in nddconf then use the next higher integer in the brackets.&lt;BR /&gt;&lt;BR /&gt;Ron&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 May 2004 20:45:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-drop-source-routed-packets/m-p/3285372#M569785</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2004-05-24T20:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to drop source routed packets?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-drop-source-routed-packets/m-p/3285373#M569786</link>
      <description>Thanks Sundar, Steven and Ron! Many thanks!&lt;BR /&gt;&lt;BR /&gt;Hey Ron! You made it too easy for me :) Thanks!</description>
      <pubDate>Mon, 24 May 2004 20:59:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-drop-source-routed-packets/m-p/3285373#M569786</guid>
      <dc:creator>Jorge Fabregas</dc:creator>
      <dc:date>2004-05-24T20:59:46Z</dc:date>
    </item>
  </channel>
</rss>

