<?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 5520 NAT Statement Help in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5520-nat-statement-help/m-p/746839#M983756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we need to see the full command you're trying to enter with the static command, and the access-list that goes with it.  any other nat/static statements involving these addresses would be helpful too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jul 2007 18:31:47 GMT</pubDate>
    <dc:creator>srue</dc:creator>
    <dc:date>2007-07-24T18:31:47Z</dc:date>
    <item>
      <title>ASA 5520 NAT Statement Help</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-nat-statement-help/m-p/746838#M983754</link>
      <description>&lt;P&gt;Hello.  First time to the forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are trying to get a NAT translation into our ASA/PIX 5520 for a L2L VPN connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everytime I try to enter in the static (inside, outside) command, I get this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: access-list used in static has different local addresses&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of our current NAT translations go to our Internet IP's.  This one however is for an internal translation to go down the VPN tunnel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone tell me what this error is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.  - Mark&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:48:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-nat-statement-help/m-p/746838#M983754</guid>
      <dc:creator>markpatla</dc:creator>
      <dc:date>2019-03-11T10:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5520 NAT Statement Help</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-nat-statement-help/m-p/746839#M983756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we need to see the full command you're trying to enter with the static command, and the access-list that goes with it.  any other nat/static statements involving these addresses would be helpful too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 18:31:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-nat-statement-help/m-p/746839#M983756</guid>
      <dc:creator>srue</dc:creator>
      <dc:date>2007-07-24T18:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5520 NAT Statement Help</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-nat-statement-help/m-p/746840#M983758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK. Here is what I was trying:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 10.251.84.68  access-list Fxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list Fxxx extended permit ip host 172.25.20.12 128.x.x.x 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list Fxxx extended permit ip host 10.64.12.71 128.x.x.x 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list Fxxx extended permit ip host 10.64.12.72 128.x.x.x 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neither the 128.x.x.x nor the 10.251. addresses are referenced in my no-nat acl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 18:44:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-nat-statement-help/m-p/746840#M983758</guid>
      <dc:creator>markpatla</dc:creator>
      <dc:date>2007-07-24T18:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5520 NAT Statement Help</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-nat-statement-help/m-p/746841#M983759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can't use the static command..you have too many source addresses...&lt;/P&gt;&lt;P&gt;try the following:&lt;/P&gt;&lt;P&gt;nat (inside) 1 access-list Fxxx&lt;/P&gt;&lt;P&gt;global (outside) 1 10.251.84.68&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this might not have the desired affect though, if connections are initiated from the other side of the tunnel.&lt;/P&gt;&lt;P&gt;You really need more than just the one 10.251.84.68 address for NAT'ing these addresses across the tunnel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 18:59:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-nat-statement-help/m-p/746841#M983759</guid>
      <dc:creator>srue</dc:creator>
      <dc:date>2007-07-24T18:59:19Z</dc:date>
    </item>
  </channel>
</rss>

