<?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: ASA 5505 static nat issues in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5505-static-nat-issues/m-p/897897#M421069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you must have a router after the firewall. It's hard to advise without the picture of the whole architecture. I used ASA 5505&lt;/P&gt;&lt;P&gt;with the following architecture:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside Network or vlan 1&amp;gt; ASA &amp;gt; DSL Model&lt;/P&gt;&lt;P&gt;How many public addresses do you have available?&lt;/P&gt;&lt;P&gt;Do you have any other translations (PAT?)&lt;/P&gt;&lt;P&gt;Why not to give a public address to the outside interface of ASA instead of 10.0.0.2 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The setting: private address on inside, public address on outside should fix the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Nov 2007 04:17:12 GMT</pubDate>
    <dc:creator>pszczola1</dc:creator>
    <dc:date>2007-11-12T04:17:12Z</dc:date>
    <item>
      <title>ASA 5505 static nat issues</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-static-nat-issues/m-p/897896#M421068</link>
      <description>&lt;P&gt;Hi there!&lt;/P&gt;&lt;P&gt;For the last two days i'm working on some very strange issue regarding 'static' or '1:1' mapping. Here is the scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one firewall (ASA 5505) with two interfaces (vlan1 - which is the 'inside' and vlan2 - which is the outside) Vlan1 has default security level100 and vlan2 with security level 0. So, i have an ip address configured on vlan2 (10.0.0.2) with gateway 10.0.0.1 . On the other interface i have configured ip addres 192.168.0.1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;192.168.0.1(inside +ASA+ outside)10.0.0.2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Behind vlan1, i have network station with ip address 192.168.0.2. The goal is to achieve two-way NAT (static) for all packets going from 192.168.0.2 to be translated into public ipv4 ip x.x.x.x. For this i'm using the static command with following arguments:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) x.x.x.x 192.168.0.2 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And here is where my problems started. From inside to outside (i mean traffic initiated from 192.168.0.2) everything looks fine. The address is translated into x.x.x.x and it works fine. BUT when i try to reach the ip address x.x.x.x from ip located behind outside interface (let's say from 10.0.0.1) the traffic IS NOT redirected to address 192.168.0.2 (which the command static should process) but it's have been processed by the ASA itself like the traffic is destined for 10.0.0.2 (which is the outside ip address of the firewall). I have configured access-list which permits ip from any to any (with testing purposes) applied as an access-group for inbound traffic to outside interface:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[snip]&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit ip any any &lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;[/snip]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone can give me a clue, because i'am getting desperate! What should i do to stop the ASA processing this traffic which should be redirected/translated? One more thing. I did a network scan with nmap software to check the open ports of the ASA: (here is the result)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PORT     STATE SERVICE&lt;/P&gt;&lt;P&gt;21/tcp   open  ftp&lt;/P&gt;&lt;P&gt;23/tcp   open  telnet&lt;/P&gt;&lt;P&gt;80/tcp   open  http&lt;/P&gt;&lt;P&gt;443/tcp  open  https&lt;/P&gt;&lt;P&gt;8080/tcp open  http-proxy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which application is using the http-proxy port? Because my problems starts here (traffic destined to x.x.x.x is with dst port 8080, so i believe there must be a reason for ASA to process it by itself)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Danail Petrov&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:46:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-static-nat-issues/m-p/897896#M421068</guid>
      <dc:creator>danail-petrov</dc:creator>
      <dc:date>2020-02-21T09:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505 static nat issues</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-static-nat-issues/m-p/897897#M421069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you must have a router after the firewall. It's hard to advise without the picture of the whole architecture. I used ASA 5505&lt;/P&gt;&lt;P&gt;with the following architecture:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside Network or vlan 1&amp;gt; ASA &amp;gt; DSL Model&lt;/P&gt;&lt;P&gt;How many public addresses do you have available?&lt;/P&gt;&lt;P&gt;Do you have any other translations (PAT?)&lt;/P&gt;&lt;P&gt;Why not to give a public address to the outside interface of ASA instead of 10.0.0.2 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The setting: private address on inside, public address on outside should fix the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 04:17:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-static-nat-issues/m-p/897897#M421069</guid>
      <dc:creator>pszczola1</dc:creator>
      <dc:date>2007-11-12T04:17:12Z</dc:date>
    </item>
  </channel>
</rss>

