<?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: NAT under HPUX 11.0 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nat-under-hpux-11-0/m-p/2436141#M598554</link>
    <description>Hi Tommy:&lt;BR /&gt;I do not believe that NAT is supported on native HPUX 11.0 you certainly will need to install some additional software...however, have you considered setting up a linux box and using the IP-masquerading (or IP-chains as it is now called features) to allow for NATs?  &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/mirrors/LDP/HOWTO/IPCHAINS-HOWTO.html" target="_blank"&gt;http://www.redhat.com/mirrors/LDP/HOWTO/IPCHAINS-HOWTO.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;good luck</description>
    <pubDate>Tue, 15 Aug 2000 16:41:41 GMT</pubDate>
    <dc:creator>Kofi ARTHIABAH</dc:creator>
    <dc:date>2000-08-15T16:41:41Z</dc:date>
    <item>
      <title>NAT under HPUX 11.0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nat-under-hpux-11-0/m-p/2436138#M598551</link>
      <description>We are creating a FIREWALL-1 system on an A class under 11.0. Has anyone setup NAT in a one-to-one and many-to-one configuration. This is a multihome system with one net being a 10.n.n.n scheme&lt;BR /&gt;thanks,&lt;BR /&gt;tommy</description>
      <pubDate>Fri, 11 Aug 2000 16:06:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nat-under-hpux-11-0/m-p/2436138#M598551</guid>
      <dc:creator>Tommy Brown</dc:creator>
      <dc:date>2000-08-11T16:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: NAT under HPUX 11.0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nat-under-hpux-11-0/m-p/2436139#M598552</link>
      <description>Create an inside-net object (which is the network 10.10...) in FW-1 and hide them behind the firewalls published address... on the NAT tab, set it up for hide.  &lt;BR /&gt;&lt;BR /&gt;if you want to be able to access one of the machines on the 10.10... network from outside, you would have to build a plug from the outside to the object.&lt;BR /&gt;&lt;BR /&gt;1. choose a valid IP address and publish it on the firewall with:&lt;BR /&gt;arp -s valid_ip FW-external-mac-address&lt;BR /&gt;(this will make the firewall listen for valid_ip)&lt;BR /&gt;2. create an object for the target-machine with STATIC NAT defined as valid_ip&lt;BR /&gt;3. set up a route from the target-machine to the FW.&lt;BR /&gt;&lt;BR /&gt;there are some very good faqs at &lt;A href="http://www.phoneboy.com/fw1" target="_blank"&gt;http://www.phoneboy.com/fw1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;good luck</description>
      <pubDate>Fri, 11 Aug 2000 19:28:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nat-under-hpux-11-0/m-p/2436139#M598552</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-08-11T19:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: NAT under HPUX 11.0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nat-under-hpux-11-0/m-p/2436140#M598553</link>
      <description>We were wondering how to setup natting under HPUX11.0, as opposed to FW1&lt;BR /&gt;Tommy</description>
      <pubDate>Mon, 14 Aug 2000 14:21:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nat-under-hpux-11-0/m-p/2436140#M598553</guid>
      <dc:creator>Tommy Brown</dc:creator>
      <dc:date>2000-08-14T14:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: NAT under HPUX 11.0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nat-under-hpux-11-0/m-p/2436141#M598554</link>
      <description>Hi Tommy:&lt;BR /&gt;I do not believe that NAT is supported on native HPUX 11.0 you certainly will need to install some additional software...however, have you considered setting up a linux box and using the IP-masquerading (or IP-chains as it is now called features) to allow for NATs?  &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/mirrors/LDP/HOWTO/IPCHAINS-HOWTO.html" target="_blank"&gt;http://www.redhat.com/mirrors/LDP/HOWTO/IPCHAINS-HOWTO.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;good luck</description>
      <pubDate>Tue, 15 Aug 2000 16:41:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nat-under-hpux-11-0/m-p/2436141#M598554</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-08-15T16:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: NAT under HPUX 11.0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nat-under-hpux-11-0/m-p/2436142#M598555</link>
      <description>We were hoping to avoid the "Linux Solution". Thanks for the input. Do you know of any HPUX oriented TPSW that might be out there? I've checked the Porting center but could not recognize anything appropriate.&lt;BR /&gt;Thanks again&lt;BR /&gt;tommy</description>
      <pubDate>Tue, 15 Aug 2000 16:44:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nat-under-hpux-11-0/m-p/2436142#M598555</guid>
      <dc:creator>Tommy Brown</dc:creator>
      <dc:date>2000-08-15T16:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: NAT under HPUX 11.0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nat-under-hpux-11-0/m-p/2436143#M598556</link>
      <description>Hi Tommy:&lt;BR /&gt;&lt;BR /&gt;Just found out that there is a free NAT software for HPUX 11.0 its called IPfilter - its still under development, check it out at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://cheops.anu.edu.au/~avalon/ipf-mentat.html" target="_blank"&gt;http://cheops.anu.edu.au/~avalon/ipf-mentat.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck</description>
      <pubDate>Wed, 23 Aug 2000 15:30:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nat-under-hpux-11-0/m-p/2436143#M598556</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-08-23T15:30:55Z</dc:date>
    </item>
  </channel>
</rss>

