<?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 501 &amp; pcAnywhere in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-501-pcanywhere/m-p/42805#M699908</link>
    <description>&lt;P&gt;On a PIX 501 (6.1) with one static IP on a DSL connection, how can I open the tcp 5631 and udp 5632 ports for a pcAnywhere connection from one specific source/external IP to one specific host on the internal network?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using PAT -- global (outside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAT is set with -- nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried access-list:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp host sss.sss.sss.sss eq 5631 host ddd.ddd.ddd.ddd eq 5631&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_out permit udp host sss.sss.sss.sss eq 5632 host ddd.ddd.ddd.ddd eq 5632&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group acl_out in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried conduit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conduit permit tcp host ggg.ggg.ggg.ggg eq 5631 host sss.sss.sss.sss eq 5631&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conduit permit udp host ggg.ggg.ggg.ggg eq 5632 host sss.sss.sss.sss eq 5632&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;======================&lt;/P&gt;&lt;P&gt;Do I need to use with the static command and to have a second public IP address for that?  Can I use a nat (inside) 0 access-list acl_out command along with my existing nat and global settings?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, I only want access to one particular machine behind the PIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 06:05:54 GMT</pubDate>
    <dc:creator>mellc</dc:creator>
    <dc:date>2020-02-21T06:05:54Z</dc:date>
    <item>
      <title>PIX 501 &amp; pcAnywhere</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-pcanywhere/m-p/42805#M699908</link>
      <description>&lt;P&gt;On a PIX 501 (6.1) with one static IP on a DSL connection, how can I open the tcp 5631 and udp 5632 ports for a pcAnywhere connection from one specific source/external IP to one specific host on the internal network?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using PAT -- global (outside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAT is set with -- nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried access-list:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp host sss.sss.sss.sss eq 5631 host ddd.ddd.ddd.ddd eq 5631&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_out permit udp host sss.sss.sss.sss eq 5632 host ddd.ddd.ddd.ddd eq 5632&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group acl_out in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried conduit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conduit permit tcp host ggg.ggg.ggg.ggg eq 5631 host sss.sss.sss.sss eq 5631&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conduit permit udp host ggg.ggg.ggg.ggg eq 5632 host sss.sss.sss.sss eq 5632&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;======================&lt;/P&gt;&lt;P&gt;Do I need to use with the static command and to have a second public IP address for that?  Can I use a nat (inside) 0 access-list acl_out command along with my existing nat and global settings?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, I only want access to one particular machine behind the PIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:05:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-pcanywhere/m-p/42805#M699908</guid>
      <dc:creator>mellc</dc:creator>
      <dc:date>2020-02-21T06:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 &amp; pcAnywhere</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-pcanywhere/m-p/42806#M699933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basics first:- &lt;/P&gt;&lt;P&gt;- you need to create a static command and conduit/ACL for any traffic initiated from outside to inside.&lt;/P&gt;&lt;P&gt;- nat/global statements only work for traffic initiated from inside to outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, for your problem, you need to create a static and do port redirection.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/warp/public/707/28.html#port" target="_blank"&gt;http://www.cisco.com/warp/public/707/28.html#port&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;R/Yusuf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Jun 2002 03:21:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-pcanywhere/m-p/42806#M699933</guid>
      <dc:creator>yusuff</dc:creator>
      <dc:date>2002-06-16T03:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 &amp; pcAnywhere</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-pcanywhere/m-p/42807#M699953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a conduit command on my PIX that allows a ping from workstations on my lan to reach a remote machine across the net.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conduit permit icmp host 65.165.98.171 170.31.92.16 255.255.255.252&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The host ip above is my (outside) IP address on my PIX. How can I accomplish the same thing with an access-list?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe NAT allows all (pings) out but the reply just cannot get back in. Do I place an access-group on the (outside) interface "in"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jerry Roy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2002 23:19:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-pcanywhere/m-p/42807#M699953</guid>
      <dc:creator>jerry.roy</dc:creator>
      <dc:date>2002-06-17T23:19:54Z</dc:date>
    </item>
  </channel>
</rss>

