<?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 Cisco ASA 5505 - Port forwarding - NAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-port-forwarding-nat/m-p/3717039#M11968</link>
    <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm currently trying to setup static NAT's in my home-lab to do port-forwarding using my public IP. I've done this previously with&amp;nbsp;the my&amp;nbsp;router without any issues, but I'm currently unable to get this running on my ASA5505. Currently my PAT(Hide NAT) is working perfectly, just not my port-forwarding.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help will be greatly appreciated !!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've attached the running-config for the ASA&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NAT's configured previously on my 897-Router (I'm trying to replicate on ASA)&lt;BR /&gt;ip nat inside source static tcp 10.10.10.10 22 &amp;lt;Public IP&amp;gt; 22 extendable&lt;BR /&gt;ip nat inside source static tcp 192.168.0.10 80 &amp;lt;Public IP&amp;gt; 80 extendable&lt;BR /&gt;ip nat inside source static 10.10.10.11 &amp;lt;Public IP&amp;gt; extendable&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks All&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pierre&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 16:18:32 GMT</pubDate>
    <dc:creator>CSCO12801420</dc:creator>
    <dc:date>2020-02-21T16:18:32Z</dc:date>
    <item>
      <title>Cisco ASA 5505 - Port forwarding - NAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-port-forwarding-nat/m-p/3717039#M11968</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm currently trying to setup static NAT's in my home-lab to do port-forwarding using my public IP. I've done this previously with&amp;nbsp;the my&amp;nbsp;router without any issues, but I'm currently unable to get this running on my ASA5505. Currently my PAT(Hide NAT) is working perfectly, just not my port-forwarding.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help will be greatly appreciated !!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've attached the running-config for the ASA&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NAT's configured previously on my 897-Router (I'm trying to replicate on ASA)&lt;BR /&gt;ip nat inside source static tcp 10.10.10.10 22 &amp;lt;Public IP&amp;gt; 22 extendable&lt;BR /&gt;ip nat inside source static tcp 192.168.0.10 80 &amp;lt;Public IP&amp;gt; 80 extendable&lt;BR /&gt;ip nat inside source static 10.10.10.11 &amp;lt;Public IP&amp;gt; extendable&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks All&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pierre&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 16:18:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-port-forwarding-nat/m-p/3717039#M11968</guid>
      <dc:creator>CSCO12801420</dc:creator>
      <dc:date>2020-02-21T16:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5505 - Port forwarding - NAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-port-forwarding-nat/m-p/3717078#M11970</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The NAT statements are incorrect, the source and destination interfaces needs to be different. There is an example of the static pat which you are trying to create:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.cisco.com/t5/security-documents/asa-pre-8-3-to-8-3-nat-configuration-examples/ta-p/3116375" target="_blank"&gt;https://community.cisco.com/t5/security-documents/asa-pre-8-3-to-8-3-nat-configuration-examples/ta-p/3116375&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look for regular static pat example:&lt;/P&gt;
&lt;PRE&gt;object network obj-10.1.1.16
&amp;nbsp;&amp;nbsp; host 10.1.1.16
&amp;nbsp;&amp;nbsp; nat (inside,outside) static 192.168.100.100 service tcp 8080 www&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;BR /&gt;AJ&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 06:10:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-port-forwarding-nat/m-p/3717078#M11970</guid>
      <dc:creator>Ajay Saini</dc:creator>
      <dc:date>2018-10-02T06:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5505 - Port forwarding - NAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-port-forwarding-nat/m-p/3717560#M11972</link>
      <description>&lt;P&gt;Even once you have corrected the interface name issue your port forwarding will still not work due to misconfigured NAT rules and the following command:&lt;/P&gt;
&lt;P&gt;nat (any,INTERNET) source dynamic LAN-Subnets interface&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to move this to "after-auto" and the commands that are in "after-auto" into section 1 (manual).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;no nat (any,INTERNET) source dynamic LAN-Subnets interface&lt;BR /&gt;!&lt;BR /&gt;nat (LAN,INTERNET) source static LAN-MikroTik interface service SSH SSH&lt;BR /&gt;nat (DMZ,INTERNET) source static Raspberry interface service HTTP-80 HTTP-80&lt;BR /&gt;nat (LAN,INTERNET) source static EVE-SERVER interface&amp;nbsp; &amp;lt;--- &lt;EM&gt;&lt;STRONG&gt;This will mess up your internet traffic. make sure to specify ports or remove this.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;nat (any,INTERNET) after-auto dynamic LAN-Subnets interface&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 15:55:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-port-forwarding-nat/m-p/3717560#M11972</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2018-10-02T15:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5505 - Port forwarding - NAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-port-forwarding-nat/m-p/3717646#M11974</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the assistance and help, unfortunately I'm still not having any luck. I've implemented your NAT statements and understand where I went wrong, (run config attached) but still unable to browse to internal device on the respective ports.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Further testing:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) ACL's allow ip any any&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Disabled all internal host firewalls/ports&lt;/P&gt;
&lt;P&gt;3) Run packet-tracer which indicates the NAT is working as expected&lt;/P&gt;
&lt;P&gt;4) Tested the host on the respective ports from the firewall.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Packet-Tracer&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;ASA# packet-tracer input interNET tcp 8.8.8.8 https&amp;nbsp;&amp;lt;Public IP&amp;gt; https&lt;/P&gt;
&lt;P&gt;Phase: 1&lt;BR /&gt;Type: UN-NAT&lt;BR /&gt;Subtype: static&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;nat (LAN,INTERNET) source static EVE-SERVER interface&lt;BR /&gt;Additional Information:&lt;BR /&gt;NAT divert to egress interface LAN&lt;BR /&gt;Untranslate 196.45.18.108/443 to 10.10.10.11/443&lt;/P&gt;
&lt;P&gt;Phase: 2&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype: log&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;access-group global_access global&lt;BR /&gt;access-list global_access extended permit ip any any&lt;BR /&gt;Additional Information:&lt;/P&gt;
&lt;P&gt;Phase: 3&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;nat (LAN,INTERNET) source static EVE-SERVER interface&lt;BR /&gt;Additional Information:&lt;BR /&gt;Static translate 8.8.8.8/443 to 8.8.8.8/443&lt;/P&gt;
&lt;P&gt;Phase: 4&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: per-session&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;
&lt;P&gt;Phase: 5&lt;BR /&gt;Type: IP-OPTIONS&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;
&lt;P&gt;Phase: 6&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: rpf-check&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;nat (LAN,INTERNET) source static EVE-SERVER interface&lt;BR /&gt;Additional Information:&lt;/P&gt;
&lt;P&gt;Phase: 7&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: per-session&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;
&lt;P&gt;Phase: 8&lt;BR /&gt;Type: IP-OPTIONS&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;
&lt;P&gt;Phase: 9&lt;BR /&gt;Type: FLOW-CREATION&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;New flow created with id 164241, packet dispatched to next module&lt;/P&gt;
&lt;P&gt;Result:&lt;BR /&gt;input-interface: INTERNET&lt;BR /&gt;input-status: up&lt;BR /&gt;input-line-status: up&lt;BR /&gt;output-interface: LAN&lt;BR /&gt;output-status: up&lt;BR /&gt;output-line-status: up&lt;BR /&gt;Action: allow&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Checking the host and port is reachable:&amp;nbsp;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;ASA# ping tcp 10.10.10.11 443&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;No source specified. Pinging from identity interface.&lt;BR /&gt;Sending 5 TCP SYN requests to 10.10.10.11 port 443&lt;BR /&gt;from 10.10.10.7, timeout is 2 seconds:&lt;BR /&gt;!!!!!&lt;BR /&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/2 ms&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for all the help so far !!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 18:06:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-port-forwarding-nat/m-p/3717646#M11974</guid>
      <dc:creator>CSCO12801420</dc:creator>
      <dc:date>2018-10-02T18:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5505 - Port forwarding - NAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-port-forwarding-nat/m-p/3717714#M11975</link>
      <description>&lt;P&gt;you have no default route on your ASA pointing to your ISP.&lt;/P&gt;
&lt;P&gt;** edit ** nevermind I see you have the setroute command on the interface.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 19:05:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-port-forwarding-nat/m-p/3717714#M11975</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2018-10-02T19:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5505 - Port forwarding - NAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-port-forwarding-nat/m-p/3717720#M11976</link>
      <description>&lt;P&gt;Do you have the security plus license installed on the ASA5505?&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How are you testing? Packet tracer indicates that this traffic is allowed.&amp;nbsp; Does this work when on the LAN network?&amp;nbsp; Are you using a URL when testing? Is the DNS record correctly updated if you are using a URL?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 19:11:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-port-forwarding-nat/m-p/3717720#M11976</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2018-10-02T19:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5505 - Port forwarding - NAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-port-forwarding-nat/m-p/3718491#M11977</link>
      <description>&lt;P&gt;Hi Marius,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I'm connected on the LAN, I can browse to the respective servers. If I replace the firewall with my router with source NAT's (provided in original post) I can browse to servers without any issues from the Internet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using a IP when going all testing (even though the my Domain A-record is setup correctly)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In regards to the license,&amp;nbsp;the device is running&amp;nbsp;ASA 5505 Security Plus license with a permanent activation key.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would it be worth downgrading to a previous version ?&lt;/P&gt;
&lt;P&gt;Again any help will be greatly appreciated !&lt;/P&gt;
&lt;P&gt;P&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 16:53:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-port-forwarding-nat/m-p/3718491#M11977</guid>
      <dc:creator>CSCO12801420</dc:creator>
      <dc:date>2018-10-03T16:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5505 - Port forwarding - NAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-port-forwarding-nat/m-p/3718570#M11979</link>
      <description>&lt;P&gt;You config looks fine (other than I am not a big fan of using the global ACL).&amp;nbsp; And packet-tracer states that the traffic is allowed.&lt;/P&gt;
&lt;P&gt;Could you issue the command &lt;STRONG&gt;show nat 10.10.10.11&lt;/STRONG&gt; or &lt;STRONG&gt;show nat object&amp;nbsp;EVE-SERVER&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also you could do a packet capture on the LAN interface to see if the traffic is actually exiting the LAN interface and to see if you are getting any return traffic&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;capture capLAN interface LAN match IP host 10.10.10.11 host &amp;lt;external IP you are testing from&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;show cap capLAN&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Then run a test from an external IP and see if you see the traffic exiting and entering the LAN interface.&amp;nbsp; If you see the traffic exiting but you see no return traffic then the problem is either on the server itself, or perhaps a routing issue on the server or between the server and the ASA.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 18:30:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-port-forwarding-nat/m-p/3718570#M11979</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2018-10-03T18:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5505 - Port forwarding - NAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-port-forwarding-nat/m-p/3718889#M11980</link>
      <description>&lt;P&gt;Hi Marius,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've created an inbound and outbound capture on the firewall. I can see translations happening but the capture do not show any inbound traffic or outbound traffic.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ASA# sh cap&lt;BR /&gt;capture INCOMING type raw-data interface INTERNET [Capturing - 0 bytes]&lt;BR /&gt; match tcp any host &amp;lt;public IP&amp;gt; eq https&lt;BR /&gt; match tcp any host 10.10.10.11 eq https&lt;BR /&gt;capture OUTBOUND type raw-data interface LAN [Capturing - 0 bytes]&lt;BR /&gt; match tcp host 10.10.10.11 any eq https&lt;BR /&gt; match tcp any host 10.10.10.11 eq https&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ASA# show nat 10.10.10.11&lt;BR /&gt;Manual NAT Policies (Section 1)&lt;BR /&gt;3 (LAN) to (INTERNET) source static EVE-SERVER interface&lt;BR /&gt; &lt;STRONG&gt;translate_hits = 363&lt;/STRONG&gt;, untranslate_hits = 15073&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Next step would be to connect a laptop the the DMZ and see if I can see any captured packets.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestions will be a great help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 04:26:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-port-forwarding-nat/m-p/3718889#M11980</guid>
      <dc:creator>CSCO12801420</dc:creator>
      <dc:date>2018-10-04T04:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5505 - Port forwarding - NAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-port-forwarding-nat/m-p/3720342#M11982</link>
      <description>&lt;P&gt;Well we are seeing that the NAT rule is being hit.&amp;nbsp; How are you testing this connection?&amp;nbsp; I find it odd that we are seeing NAT translate / un-translate hits but nothing in the capture.&amp;nbsp; Try capturing against IP and not a specific port, perhaps traffic is being sent on a port other than TCP/443.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Oct 2018 08:23:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-port-forwarding-nat/m-p/3720342#M11982</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2018-10-06T08:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5505 - Port forwarding - NAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-port-forwarding-nat/m-p/3720427#M11984</link>
      <description>&lt;P&gt;Hi Marius,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After hours of troubleshooting I finally got in touch with my ISP, which confirmed the rolled out new Firewall rules in their infrastructure. I requested my Public IP be white-listed and I can successfully browse to my servers via domain or Public IP.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suspect the translated packets seen in the NAT was outgoing and not incoming packets.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for all the help guys !!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P&lt;/P&gt;</description>
      <pubDate>Sat, 06 Oct 2018 17:44:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-port-forwarding-nat/m-p/3720427#M11984</guid>
      <dc:creator>CSCO12801420</dc:creator>
      <dc:date>2018-10-06T17:44:34Z</dc:date>
    </item>
  </channel>
</rss>

