<?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 ASA v8.0(5) Port Forwarding in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-v8-0-5-port-forwarding/m-p/1746206#M493908</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Desmond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best thing would be to do captures because as I can see here the configuration is the one required to allow this connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you do the following capture and attach it to the case on a pcap format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list capin permit tcp host 192.168.1.3 eq 80&amp;nbsp; any&lt;/P&gt;&lt;P&gt;access-list capin permit tcp any host 192.168.1.3 eq 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list capout permit tcp any host 200.0.0.3 eq 80&lt;/P&gt;&lt;P&gt;access-list capout permit tcp host 200.0.0.3 eq 80 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;capture capin access-list capin interface inside&lt;/P&gt;&lt;P&gt;capture capout access-list capout interface outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try to access the web server from the outside and download the captures via HTTP, for this do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 0 0 inside &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then on a local host go to a browser and :&lt;/P&gt;&lt;P&gt; https/insideipaddress/capture/capin/pcap&lt;/P&gt;&lt;P&gt;https:/insideipaddress/capture/capout/pcap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will show us what is going on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Nov 2011 18:54:07 GMT</pubDate>
    <dc:creator>Julio Carvajal</dc:creator>
    <dc:date>2011-11-07T18:54:07Z</dc:date>
    <item>
      <title>ASA v8.0(5) Port Forwarding</title>
      <link>https://community.cisco.com/t5/network-security/asa-v8-0-5-port-forwarding/m-p/1746205#M493904</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should be a straight forward solution for all but I am having some issues regarding port forwarding in Cisco ASA. Say my ASA is using a public IP 200.0.0.2/24, its default route is 200.0.0.1. I have two servers internally on 192.168.1.2 and 192.168.1.3, both a web server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static (inside,outside) tcp interface www 192.168.1.2 www netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;Access-list ACLOUTSIDE permit tcp any host 200.0.0.2 eq www&lt;/P&gt;&lt;P&gt;Access-group ACLOUTSIDE in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works... However if I do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static (inside,outside) tcp 200.0.0.3 www 192.168.1.3 www netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;Access-list ACLOUTSIDE permit tcp any host 200.0.0.3 eq www&lt;/P&gt;&lt;P&gt;Access-group ACLOUTSIDE in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesn't work. I used ASDM and tried to create a Static PAT rule and it produces the same results above which also doesn't work. I did a packet-tracer and ASA sees it as okay. Anyone ever encounter this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support iPad App&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:47:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v8-0-5-port-forwarding/m-p/1746205#M493904</guid>
      <dc:creator>desmond.liew</dc:creator>
      <dc:date>2019-03-11T21:47:13Z</dc:date>
    </item>
    <item>
      <title>ASA v8.0(5) Port Forwarding</title>
      <link>https://community.cisco.com/t5/network-security/asa-v8-0-5-port-forwarding/m-p/1746206#M493908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Desmond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best thing would be to do captures because as I can see here the configuration is the one required to allow this connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you do the following capture and attach it to the case on a pcap format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list capin permit tcp host 192.168.1.3 eq 80&amp;nbsp; any&lt;/P&gt;&lt;P&gt;access-list capin permit tcp any host 192.168.1.3 eq 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list capout permit tcp any host 200.0.0.3 eq 80&lt;/P&gt;&lt;P&gt;access-list capout permit tcp host 200.0.0.3 eq 80 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;capture capin access-list capin interface inside&lt;/P&gt;&lt;P&gt;capture capout access-list capout interface outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try to access the web server from the outside and download the captures via HTTP, for this do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 0 0 inside &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then on a local host go to a browser and :&lt;/P&gt;&lt;P&gt; https/insideipaddress/capture/capin/pcap&lt;/P&gt;&lt;P&gt;https:/insideipaddress/capture/capout/pcap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will show us what is going on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 18:54:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v8-0-5-port-forwarding/m-p/1746206#M493908</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2011-11-07T18:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: ASA v8.0(5) Port Forwarding</title>
      <link>https://community.cisco.com/t5/network-security/asa-v8-0-5-port-forwarding/m-p/1746207#M493910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Julio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is embarrassing. I was doing a parallel firewall migration remotely when the port forwarding commands didn't work. I took a rest and I checked about an hour ago (didn't check until then) and the port forwardings are working now. I am not sure why but it might have been to do with ARP on the Internet router side. Thanks for the packet capture commands. It might help me out one day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support iPad App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 12:00:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v8-0-5-port-forwarding/m-p/1746207#M493910</guid>
      <dc:creator>desmond.liew</dc:creator>
      <dc:date>2011-11-08T12:00:52Z</dc:date>
    </item>
    <item>
      <title>ASA v8.0(5) Port Forwarding</title>
      <link>https://community.cisco.com/t5/network-security/asa-v8-0-5-port-forwarding/m-p/1746208#M493912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Desmon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not worry, it is great to hear that everything is working fine with the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark the question as answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a wonderful day,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 17:18:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v8-0-5-port-forwarding/m-p/1746208#M493912</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2011-11-08T17:18:39Z</dc:date>
    </item>
  </channel>
</rss>

