<?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: Block UDP Traffic in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/block-udp-traffic/m-p/3395701#M567017</link>
    <description>Brian,&lt;BR /&gt;&lt;BR /&gt; You will have to install IPFilter in one machine and configure it to reject all the traffic on the UDP from the specific machine.&lt;BR /&gt;&lt;BR /&gt; You can download IPFilter from software.hp.com for free&lt;BR /&gt;&lt;BR /&gt;- Sundar</description>
    <pubDate>Thu, 07 Oct 2004 13:39:13 GMT</pubDate>
    <dc:creator>Sundar_7</dc:creator>
    <dc:date>2004-10-07T13:39:13Z</dc:date>
    <item>
      <title>Block UDP Traffic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/block-udp-traffic/m-p/3395700#M567016</link>
      <description>Hi All:&lt;BR /&gt;&lt;BR /&gt;I have 2 machines on the same subnet and i need to block the 2 machines from having UDP communication from each other. i am running 11.0. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Thu, 07 Oct 2004 13:25:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/block-udp-traffic/m-p/3395700#M567016</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2004-10-07T13:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Block UDP Traffic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/block-udp-traffic/m-p/3395701#M567017</link>
      <description>Brian,&lt;BR /&gt;&lt;BR /&gt; You will have to install IPFilter in one machine and configure it to reject all the traffic on the UDP from the specific machine.&lt;BR /&gt;&lt;BR /&gt; You can download IPFilter from software.hp.com for free&lt;BR /&gt;&lt;BR /&gt;- Sundar</description>
      <pubDate>Thu, 07 Oct 2004 13:39:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/block-udp-traffic/m-p/3395701#M567017</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-10-07T13:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Block UDP Traffic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/block-udp-traffic/m-p/3395702#M567018</link>
      <description>HP has a free software firewall:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9901AA" target="_blank"&gt;http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9901AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Thu, 07 Oct 2004 13:41:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/block-udp-traffic/m-p/3395702#M567018</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2004-10-07T13:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Block UDP Traffic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/block-udp-traffic/m-p/3395703#M567019</link>
      <description>Just between these two machines or do you want to keep these systems from servicing any UDP traffic at all?&lt;BR /&gt;&lt;BR /&gt;If the latter, I'd say the easiest way is to just disable all UDP protocols from /etc/inetd.conf and the various config files in /etc/rc.config.d.&lt;BR /&gt;&lt;BR /&gt;If the former, then, depending on the specific protocol, there may have access restrictions you can put in place (the access= option for NFS, for instance). Or you can download, install, and configure host-based firewalls on these two systems so all UDP traffic is not allowed. IPFilter is available from HP's software site at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9901AA" target="_blank"&gt;http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9901AA&lt;/A&gt;</description>
      <pubDate>Thu, 07 Oct 2004 13:41:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/block-udp-traffic/m-p/3395703#M567019</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2004-10-07T13:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Block UDP Traffic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/block-udp-traffic/m-p/3395704#M567020</link>
      <description>Just one suggestion: &lt;BR /&gt;&lt;BR /&gt;Also comment out all entries under /etc/services along with inetd.conf &amp;amp; inetd -c shall be giving you solution to good extent. &lt;BR /&gt;Thanks&lt;BR /&gt;Prashant</description>
      <pubDate>Thu, 07 Oct 2004 14:04:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/block-udp-traffic/m-p/3395704#M567020</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-10-07T14:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Block UDP Traffic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/block-udp-traffic/m-p/3395705#M567021</link>
      <description>I want to stop the udp between these two machines. that is all.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Thu, 07 Oct 2004 15:53:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/block-udp-traffic/m-p/3395705#M567021</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2004-10-07T15:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Block UDP Traffic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/block-udp-traffic/m-p/3395706#M567022</link>
      <description>indeed, ipfilter sounds like the way to go. particularly if you only want to stop UDP between those two machines and let them do UDP elsewhere.&lt;BR /&gt;&lt;BR /&gt;just editing the /etc/services or /etc/inetd.conf stuff will not preclude UDP traffic bewteen those systems - applications could still open SOCK_DGRAM sockets at will.&lt;BR /&gt;&lt;BR /&gt;why is it you want to disable UDP between the two machines?  this is the first time I've heard of someone wanting to do that so I'm a bit curious.</description>
      <pubDate>Thu, 07 Oct 2004 18:51:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/block-udp-traffic/m-p/3395706#M567022</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2004-10-07T18:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Block UDP Traffic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/block-udp-traffic/m-p/3395707#M567023</link>
      <description>we are using an application which uses UDP connection. we wanted to do a test and since these 2 servers are in the same subnet we can't do that test. the option is to change the ip but that is a BIG DEAL. so this is a workaround.&lt;BR /&gt;&lt;BR /&gt;Thanks to all&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Thu, 07 Oct 2004 19:10:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/block-udp-traffic/m-p/3395707#M567023</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2004-10-07T19:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Block UDP Traffic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/block-udp-traffic/m-p/3395708#M567024</link>
      <description>i take it you want to test your UDP application  when there is no connectivity between the two machines?</description>
      <pubDate>Thu, 07 Oct 2004 19:49:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/block-udp-traffic/m-p/3395708#M567024</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2004-10-07T19:49:00Z</dc:date>
    </item>
  </channel>
</rss>

