<?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 PIX firewall port mapping in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-firewall-port-mapping/m-p/261933#M593353</link>
    <description>&lt;P&gt;Working with a PIX running 6.1.3 and am trying to map tcp 7373 on an outside IP to telnet on an inside machine. I tried the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 216.26.172.212 7373 198.135.95.2 telnet netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conduit permit tcp host 216.26.172.212 eq 7373 any &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for some reason this doesnt work.When I use the standard telnet port on both inside and outside it works fine. What am I missing here?&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 07:20:37 GMT</pubDate>
    <dc:creator>parker.c</dc:creator>
    <dc:date>2020-02-21T07:20:37Z</dc:date>
    <item>
      <title>PIX firewall port mapping</title>
      <link>https://community.cisco.com/t5/network-security/pix-firewall-port-mapping/m-p/261933#M593353</link>
      <description>&lt;P&gt;Working with a PIX running 6.1.3 and am trying to map tcp 7373 on an outside IP to telnet on an inside machine. I tried the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 216.26.172.212 7373 198.135.95.2 telnet netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conduit permit tcp host 216.26.172.212 eq 7373 any &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for some reason this doesnt work.When I use the standard telnet port on both inside and outside it works fine. What am I missing here?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:20:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-firewall-port-mapping/m-p/261933#M593353</guid>
      <dc:creator>parker.c</dc:creator>
      <dc:date>2020-02-21T07:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: PIX firewall port mapping</title>
      <link>https://community.cisco.com/t5/network-security/pix-firewall-port-mapping/m-p/261934#M593354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to the cisco doc for pix 6.1 code, if you use statics you must use acls. See if you can remove the conduit and instead configure the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_acl_01 permit tcp any host 216.26.172.212 eq 7373 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group outside_acl_01 in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try your telnet to port 7373 of the 216.26 address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2004 15:35:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-firewall-port-mapping/m-p/261934#M593354</guid>
      <dc:creator>ehirsel</dc:creator>
      <dc:date>2004-04-14T15:35:40Z</dc:date>
    </item>
  </channel>
</rss>

