<?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: PCANYwhere thru PIX in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pcanywhere-thru-pix/m-p/183472#M616118</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yatin's reply is correct, but to narrow down the number of ports you're permitting inbound you can assign a range in the ACL by using an object-group - provided, of course, that you're running version 6.3(1) or above:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group service pcanywhere tcp&lt;/P&gt;&lt;P&gt;  port-object eq 5631&lt;/P&gt;&lt;P&gt;  port-object eq 5632&lt;/P&gt;&lt;P&gt;  port-object range 1024 5000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 122 permit tcp host 1.1.1.1 any object-group pcanywhere&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group 122 in interface outside &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;-Rich&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jun 2003 19:22:55 GMT</pubDate>
    <dc:creator>r.crist</dc:creator>
    <dc:date>2003-06-24T19:22:55Z</dc:date>
    <item>
      <title>PCANYwhere thru PIX</title>
      <link>https://community.cisco.com/t5/network-security/pcanywhere-thru-pix/m-p/183468#M616114</link>
      <description>&lt;P&gt;I'm having a VPN connection back to the PIX but PCanywhere connection is not able to established.Any advise on which ports to open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:48:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pcanywhere-thru-pix/m-p/183468#M616114</guid>
      <dc:creator>ddicky</dc:creator>
      <dc:date>2020-02-21T06:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: PCANYwhere thru PIX</title>
      <link>https://community.cisco.com/t5/network-security/pcanywhere-thru-pix/m-p/183469#M616115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The defaults ports that PcAnywhere uses are tcp 5631 and udp 5632. In addition to these, PcAnywhere also uses transient tcp ports from 1024 to 5000. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yatin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jun 2003 15:09:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pcanywhere-thru-pix/m-p/183469#M616115</guid>
      <dc:creator>ywadhavk</dc:creator>
      <dc:date>2003-06-21T15:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: PCANYwhere thru PIX</title>
      <link>https://community.cisco.com/t5/network-security/pcanywhere-thru-pix/m-p/183470#M616116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How should I configure it on the PIX inorder to allow the PCanywhere traffice to go thru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jun 2003 05:49:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pcanywhere-thru-pix/m-p/183470#M616116</guid>
      <dc:creator>ddicky</dc:creator>
      <dc:date>2003-06-22T05:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: PCANYwhere thru PIX</title>
      <link>https://community.cisco.com/t5/network-security/pcanywhere-thru-pix/m-p/183471#M616117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create an acl something like the below and apply it to the proper interface. I guess it would be the outside int in the IN direction;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 122 permit tcp host 1.1.1.1 any eq 5631 &lt;/P&gt;&lt;P&gt;access-list 122 permit udp host 1.1.1.1 any eq 5632 &lt;/P&gt;&lt;P&gt;access-list 122 permit tcp host 1.1.1.1 any gt 1024&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group 122 in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure that you also have the other policies defined for the traffic to come in from the outside. The above is in addition to what you already have allowed from the outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;yatin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2003 14:22:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pcanywhere-thru-pix/m-p/183471#M616117</guid>
      <dc:creator>ywadhavk</dc:creator>
      <dc:date>2003-06-23T14:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: PCANYwhere thru PIX</title>
      <link>https://community.cisco.com/t5/network-security/pcanywhere-thru-pix/m-p/183472#M616118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yatin's reply is correct, but to narrow down the number of ports you're permitting inbound you can assign a range in the ACL by using an object-group - provided, of course, that you're running version 6.3(1) or above:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group service pcanywhere tcp&lt;/P&gt;&lt;P&gt;  port-object eq 5631&lt;/P&gt;&lt;P&gt;  port-object eq 5632&lt;/P&gt;&lt;P&gt;  port-object range 1024 5000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 122 permit tcp host 1.1.1.1 any object-group pcanywhere&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group 122 in interface outside &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;-Rich&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2003 19:22:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pcanywhere-thru-pix/m-p/183472#M616118</guid>
      <dc:creator>r.crist</dc:creator>
      <dc:date>2003-06-24T19:22:55Z</dc:date>
    </item>
  </channel>
</rss>

