<?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: Port Forwarding Ranges on ASA 5505 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/port-forwarding-ranges-on-asa-5505/m-p/1261612#M857917</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;I&gt;I have also noticed you can only have one access-group applied to the same interface in the same direction at a time. Is this observation also true?&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes this is correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Oct 2009 20:07:37 GMT</pubDate>
    <dc:creator>Collin Clark</dc:creator>
    <dc:date>2009-10-02T20:07:37Z</dc:date>
    <item>
      <title>Port Forwarding Ranges on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding-ranges-on-asa-5505/m-p/1261606#M857906</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to replace a Linksys WRT54G with a ASA 5505.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to replicate the port forwarding of ranges (UDP/TCP) to specific hosts that is offered by the Linksys product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been searching via Google and this forum for answers to how to solve this issue.  I found this post and it looked promising:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) interface access-list Range1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) interface access-list Range2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list Range1 permit udp host 192.168.1.239 any range 5060 5069&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list Range2 permit tcp host 192.168.1.239 any range 32000 32999 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, my ASA 5505 returns an error when I try this.  The error message is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Protocol mismatch between static and access-list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone tried to solve this issue before, what does the error message mean and how to I achieve the port forwarding of ranges?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:22:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding-ranges-on-asa-5505/m-p/1261606#M857906</guid>
      <dc:creator>lusbyr</dc:creator>
      <dc:date>2019-03-11T16:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Port Forwarding Ranges on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding-ranges-on-asa-5505/m-p/1261607#M857908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list Range1 permit udp host 192.168.1.239 any range 5060 5069 &lt;/P&gt;&lt;P&gt;access-list Range1 permit tcp host 192.168.1.239 any range 32000 32999 &lt;/P&gt;&lt;P&gt;static (inside,outside) interface access-list Range1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seemed to work ok on my test ASA5505.  Well the command worked, I didnt pass traffic over it to test that....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 22:31:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding-ranges-on-asa-5505/m-p/1261607#M857908</guid>
      <dc:creator>cmcbride</dc:creator>
      <dc:date>2009-10-01T22:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Port Forwarding Ranges on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding-ranges-on-asa-5505/m-p/1261608#M857910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What license type is on your ASA-5505?  I have a base license.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I entered the static(inside,outside) interface access-list Range1 command I still get the error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WARNING: All traffic destined to the IP address of the outside interface is being redirected.&lt;/P&gt;&lt;P&gt;WARNING: Users will not be able to access any service enabled on the outside interface.&lt;/P&gt;&lt;P&gt;ERROR: Protocol mismatch between the static and access-list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 22:54:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding-ranges-on-asa-5505/m-p/1261608#M857910</guid>
      <dc:creator>lusbyr</dc:creator>
      <dc:date>2009-10-01T22:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Port Forwarding Ranges on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding-ranges-on-asa-5505/m-p/1261609#M857912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using 7.2.3 Base license.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure you've removed the other old static that you had configured.  You can't have 2 of them configured at the same time.  You need to just have the one that you're trying to get to work setup. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 03:57:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding-ranges-on-asa-5505/m-p/1261609#M857912</guid>
      <dc:creator>cmcbride</dc:creator>
      <dc:date>2009-10-02T03:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Port Forwarding Ranges on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding-ranges-on-asa-5505/m-p/1261610#M857913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There can be only one static (inside,outside) entry on the ASA 5505 at a time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also noticed you can only have one access-group applied to the same interface in the same direction at a time.  Is this observation also true?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In all the posts I have ran across while searching how to port forward ranges, the common factor seems to be creating an access-list that permits the traffic and then performing static PAT to perform the translation.  Are the access lists that permit the inbound traffic different that the access-lists for the static PAT?&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;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 15:39:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding-ranges-on-asa-5505/m-p/1261610#M857913</guid>
      <dc:creator>lusbyr</dc:creator>
      <dc:date>2009-10-02T15:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Port Forwarding Ranges on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding-ranges-on-asa-5505/m-p/1261611#M857916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can have multiple statics, but you can not have multiple statics pointing to the same internal host. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can enter the the commands above in 7.x code, but not 8.x code I just tested both versions and I only get the Protocol mismatch error in 8.x code. You might want to open a TAC case and have them help you. We would certainly appreciate it if you could post a working config when done!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 19:48:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding-ranges-on-asa-5505/m-p/1261611#M857916</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2009-10-02T19:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Port Forwarding Ranges on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding-ranges-on-asa-5505/m-p/1261612#M857917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;I&gt;I have also noticed you can only have one access-group applied to the same interface in the same direction at a time. Is this observation also true?&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes this is correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 20:07:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding-ranges-on-asa-5505/m-p/1261612#M857917</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2009-10-02T20:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Port Forwarding Ranges on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding-ranges-on-asa-5505/m-p/1261613#M857921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Collin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you help.  I am running the 8.x code, are you stating that only the 7.x code supports the static commands given in the example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will open a TAC case and see if I can get some help coming up with a solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 20:12:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding-ranges-on-asa-5505/m-p/1261613#M857921</guid>
      <dc:creator>lusbyr</dc:creator>
      <dc:date>2009-10-02T20:12:00Z</dc:date>
    </item>
  </channel>
</rss>

