<?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 Vlan1 to Vlan2 through Outside interface in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/vlan1-to-vlan2-through-outside-interface/m-p/1895757#M437347</link>
    <description>&lt;P&gt;Using ASA 8.2(5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to figure out how allow traffic from a host on Vlan2 to Vlan1 using the public address that is NAT'd on the outside interface to a device on Vlan1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12pt;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;Desired traffic flow&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;10.100.8.123&lt;/SPAN&gt; (&lt;SPAN style="color: #0000ff;"&gt;vlan2&lt;/SPAN&gt;) ====&amp;gt; 50.50.50.50 (public address)&amp;nbsp; ====&amp;gt; &lt;SPAN style="color: #339966;"&gt;10.100.1.122&lt;/SPAN&gt; (&lt;SPAN style="color: #008000;"&gt;vlan1&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Current Config&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; nameif &lt;SPAN style="color: #008000;"&gt;vlan1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 10.100.1.254 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt; nameif &lt;SPAN style="color: #0000ff;"&gt;vlan2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 10.100.8.254 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan200&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 192.168.50.75 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (&lt;SPAN style="color: #008000;"&gt;vlan1&lt;/SPAN&gt;,outside) 50.50.50.50 10.100.1.122 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 101 interface&lt;/P&gt;&lt;P&gt;access-group out_acl in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (vlan1) 0 access-list inside_outbound_nat0_acl&lt;/P&gt;&lt;P&gt;nat (vlan1) 101 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;nat (vlan2) 0 access-list inside_outbound_nat0_acl&lt;/P&gt;&lt;P&gt;nat (vlan2) 101 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside_outbound_nat0_acl extended permit ip &lt;SPAN style="color: #0000ff;"&gt;10.100.8.0&lt;/SPAN&gt; 255.255.255.0 &lt;SPAN style="color: #008000;"&gt;10.100.1.0&lt;/SPAN&gt; 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list inside_outbound_nat0_acl extended permit ip &lt;SPAN style="color: #008000;"&gt;10.100.1.0&lt;/SPAN&gt; 255.255.255.0 &lt;SPAN style="color: #0000ff;"&gt;10.0.0.0&lt;/SPAN&gt; 255.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list out_acl extended permit icmp any host 50.50.50.50 object-group ping log&lt;/P&gt;&lt;P&gt;access-list out_acl extended permit tcp any host 50.50.50.50 object-group Ports-Servers-PVO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group service Ports-Servers-PVO tcp&lt;/P&gt;&lt;P&gt; port-object eq www&lt;/P&gt;&lt;P&gt; port-object eq https&lt;/P&gt;&lt;P&gt; port-object eq 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see in the above config, traffic can flow directly from vlan2 to vlan1 (and back), and outside traffic can access &lt;SPAN style="color: #008000;"&gt;10.100.1.122&lt;/SPAN&gt; through the translated address 50.50.50.50.&amp;nbsp; These functions are working, but when &lt;SPAN style="color: #0000ff;"&gt;vlan2 &lt;/SPAN&gt;tries to access &lt;SPAN style="color: #008000;"&gt;10.100.1.122 &lt;/SPAN&gt;on vlan1 through the public (50.50.50.50) address, the error message below is logged:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;305013&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.20.1.1 Asymmetric NAT rules matched for forward and reverse flows; Connection for icmp src outside:10.100.8.123 dst vlan1:172.20.1.1 (type 8, code 0) denied due to NAT reverse path failure&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&amp;nbsp; Like all things Cisco, I feel like the solution would be simple yet far away.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 23:04:39 GMT</pubDate>
    <dc:creator>Pete Sullivan</dc:creator>
    <dc:date>2019-03-11T23:04:39Z</dc:date>
    <item>
      <title>Vlan1 to Vlan2 through Outside interface</title>
      <link>https://community.cisco.com/t5/network-security/vlan1-to-vlan2-through-outside-interface/m-p/1895757#M437347</link>
      <description>&lt;P&gt;Using ASA 8.2(5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to figure out how allow traffic from a host on Vlan2 to Vlan1 using the public address that is NAT'd on the outside interface to a device on Vlan1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12pt;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;Desired traffic flow&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;10.100.8.123&lt;/SPAN&gt; (&lt;SPAN style="color: #0000ff;"&gt;vlan2&lt;/SPAN&gt;) ====&amp;gt; 50.50.50.50 (public address)&amp;nbsp; ====&amp;gt; &lt;SPAN style="color: #339966;"&gt;10.100.1.122&lt;/SPAN&gt; (&lt;SPAN style="color: #008000;"&gt;vlan1&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Current Config&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; nameif &lt;SPAN style="color: #008000;"&gt;vlan1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 10.100.1.254 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt; nameif &lt;SPAN style="color: #0000ff;"&gt;vlan2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 10.100.8.254 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan200&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 192.168.50.75 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (&lt;SPAN style="color: #008000;"&gt;vlan1&lt;/SPAN&gt;,outside) 50.50.50.50 10.100.1.122 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 101 interface&lt;/P&gt;&lt;P&gt;access-group out_acl in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (vlan1) 0 access-list inside_outbound_nat0_acl&lt;/P&gt;&lt;P&gt;nat (vlan1) 101 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;nat (vlan2) 0 access-list inside_outbound_nat0_acl&lt;/P&gt;&lt;P&gt;nat (vlan2) 101 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside_outbound_nat0_acl extended permit ip &lt;SPAN style="color: #0000ff;"&gt;10.100.8.0&lt;/SPAN&gt; 255.255.255.0 &lt;SPAN style="color: #008000;"&gt;10.100.1.0&lt;/SPAN&gt; 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list inside_outbound_nat0_acl extended permit ip &lt;SPAN style="color: #008000;"&gt;10.100.1.0&lt;/SPAN&gt; 255.255.255.0 &lt;SPAN style="color: #0000ff;"&gt;10.0.0.0&lt;/SPAN&gt; 255.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list out_acl extended permit icmp any host 50.50.50.50 object-group ping log&lt;/P&gt;&lt;P&gt;access-list out_acl extended permit tcp any host 50.50.50.50 object-group Ports-Servers-PVO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group service Ports-Servers-PVO tcp&lt;/P&gt;&lt;P&gt; port-object eq www&lt;/P&gt;&lt;P&gt; port-object eq https&lt;/P&gt;&lt;P&gt; port-object eq 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see in the above config, traffic can flow directly from vlan2 to vlan1 (and back), and outside traffic can access &lt;SPAN style="color: #008000;"&gt;10.100.1.122&lt;/SPAN&gt; through the translated address 50.50.50.50.&amp;nbsp; These functions are working, but when &lt;SPAN style="color: #0000ff;"&gt;vlan2 &lt;/SPAN&gt;tries to access &lt;SPAN style="color: #008000;"&gt;10.100.1.122 &lt;/SPAN&gt;on vlan1 through the public (50.50.50.50) address, the error message below is logged:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;305013&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.20.1.1 Asymmetric NAT rules matched for forward and reverse flows; Connection for icmp src outside:10.100.8.123 dst vlan1:172.20.1.1 (type 8, code 0) denied due to NAT reverse path failure&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&amp;nbsp; Like all things Cisco, I feel like the solution would be simple yet far away.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 23:04:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vlan1-to-vlan2-through-outside-interface/m-p/1895757#M437347</guid>
      <dc:creator>Pete Sullivan</dc:creator>
      <dc:date>2019-03-11T23:04:39Z</dc:date>
    </item>
    <item>
      <title>Vlan1 to Vlan2 through Outside interface</title>
      <link>https://community.cisco.com/t5/network-security/vlan1-to-vlan2-through-outside-interface/m-p/1895758#M437350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pete,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to add these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (vlan1,vlan2) 50.50.50.50 10.100.1.122&lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;BR /&gt;Varun Rao &lt;BR /&gt;Security Team, &lt;BR /&gt;Cisco TAC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 22:44:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vlan1-to-vlan2-through-outside-interface/m-p/1895758#M437350</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2012-05-09T22:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Vlan1 to Vlan2 through Outside interface</title>
      <link>https://community.cisco.com/t5/network-security/vlan1-to-vlan2-through-outside-interface/m-p/1895759#M437353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Varun, I added this line to the config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; static (vlan1,vlan2) 50.50.50.50 10.100.1.122&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And verified that this line was already in the config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; same-security-traffic permit inter-interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also added this ACL &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; access-list inside_outbound_nat0_acl extended permit ip 10.0.0.0 255.0.0.0 172.20.0.0 255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the same error message below was generated when I tried to ping 172.20.1.1 from the 10.100.8.0 network:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 305013&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50.50.50.50 Asymmetric NAT rules matched for forward and reverse flows; Connection for icmp src&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; outside:10.100.8.123 dst vlan1:50.50.50.50 (type 8, code 0) denied due to NAT reverse path failure&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What am I missing to make this work?&amp;nbsp; (I ran the clear xlate command after making these changes).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2012 14:43:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vlan1-to-vlan2-through-outside-interface/m-p/1895759#M437353</guid>
      <dc:creator>Pete Sullivan</dc:creator>
      <dc:date>2012-05-10T14:43:35Z</dc:date>
    </item>
    <item>
      <title>Vlan1 to Vlan2 through Outside interface</title>
      <link>https://community.cisco.com/t5/network-security/vlan1-to-vlan2-through-outside-interface/m-p/1895760#M437356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pete, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show run static&lt;/P&gt;&lt;P&gt;show run route&lt;/P&gt;&lt;P&gt;show access-list&amp;nbsp; inside_outbound_nat0_acl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway if you want this traffic get nat-ed, it will not happend for sure with if you add the flow on nat exempt acl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2012 15:17:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vlan1-to-vlan2-through-outside-interface/m-p/1895760#M437356</guid>
      <dc:creator>Dan-Ciprian Cicioiu</dc:creator>
      <dc:date>2012-05-10T15:17:36Z</dc:date>
    </item>
    <item>
      <title>Vlan1 to Vlan2 through Outside interface</title>
      <link>https://community.cisco.com/t5/network-security/vlan1-to-vlan2-through-outside-interface/m-p/1895761#M437358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the output from the sh run static.&amp;nbsp; I used 50.50.50.50 in my example to represent what is 172.20.1.1 in the static entries below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; static (vlan1,outside) 172.20.1.1 10.100.1.122 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; static (vlan1,vlan2) 172.20.1.1 10.100.1.122 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh run route&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; route outside 0.0.0.0 0.0.0.0 192.168.50.1 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh run access-list inside_outbound_nat0_acl &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; access-list inside_outbound_nat0_acl extended permit ip 10.100.1.0 255.255.255.0 10.0.0.0 255.0.0.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; access-list inside_outbound_nat0_acl extended permit ip 10.100.8.0 255.255.255.0 10.100.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; access-list inside_outbound_nat0_acl extended permit ip 10.100.8.0 255.255.255.0 172.20.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; access-list inside_outbound_nat0_acl extended permit ip 10.0.0.0 255.0.0.0 172.20.0.0 255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me understand what this means?&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;Anyway if you want this traffic get nat-ed, it will not happend for sure with if you add the flow on nat exempt acl.&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you saying that I need to add a flow on nat exempt acl?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2012 15:30:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vlan1-to-vlan2-through-outside-interface/m-p/1895761#M437358</guid>
      <dc:creator>Pete Sullivan</dc:creator>
      <dc:date>2012-05-10T15:30:22Z</dc:date>
    </item>
    <item>
      <title>Vlan1 to Vlan2 through Outside interface</title>
      <link>https://community.cisco.com/t5/network-security/vlan1-to-vlan2-through-outside-interface/m-p/1895762#M437359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pete first of all &lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Anyway if you want this traffic get nat-ed, it will not happend for sure with if you add the flow on nat exempt acl.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you saying that I need to add a flow on nat exempt acl?&amp;nbsp; &lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;No, I am sayin that you &lt;STRONG&gt;should not &lt;/STRONG&gt; add this traffic ( 10.100.8.0/24 -&amp;gt;10.100.1.0/24 ) on nat exemption. &lt;/P&gt;&lt;P&gt;This is what I saw in your initial config :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (vlan1) 0 access-list inside_outbound_nat0_acl&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (vlan2) 0 access-list inside_outbound_nat0_acl&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside_outbound_nat0_acl extended permit ip &lt;STRONG&gt;10.100.8.0 255.255.255.0&lt;/STRONG&gt; &lt;STRONG&gt;10.100.1.0 255.255.255.0&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;access-list inside_outbound_nat0_acl extended permit ip &lt;STRONG&gt;10.100.1.0 255.255.255.0 10.0.0.0 255.0.0.0&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must reconfigure your static statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; no static (vlan1,vlan2) 172.20.1.1 10.100.1.122 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt; static (vlan1,vlan2) 50.50.50.50 10.100.1.122 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2012 15:58:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vlan1-to-vlan2-through-outside-interface/m-p/1895762#M437359</guid>
      <dc:creator>Dan-Ciprian Cicioiu</dc:creator>
      <dc:date>2012-05-10T15:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Vlan1 to Vlan2 through Outside interface</title>
      <link>https://community.cisco.com/t5/network-security/vlan1-to-vlan2-through-outside-interface/m-p/1895763#M437360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan, I think you did not understand what I was saying when I said "I used 50.50.50.50 in my example to represent what is 172.20.1.1 in the static entries below".&amp;nbsp; The 50.50.50.50 address was only used as an example so that it would be apparent that I was trying to route traffic from an inside vlan to a public address on the ASA which is NAT'd to another address on the inside.&amp;nbsp; Instead of the 50.50.50.50 address, I am actually using 172.20.1.1, so my config looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;&lt;STRONG style="border-collapse: collapse; list-style-type: none; text-decoration: underline;"&gt;Current Config&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;!&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;interface Vlan1&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;nameif vlan1&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;security-level 100&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;ip address 10.100.1.254 255.255.255.0&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;!&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;interface Vlan2&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;nameif vlan2&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;security-level 100&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;ip address 10.100.8.254 255.255.255.0&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;!&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;interface Vlan200&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;nameif outside&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;security-level 0&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;ip address 192.168.50.75 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (vlan1,outside) 172.20.1.1 10.100.1.122 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (vlan1,vlan2) 172.20.1.1 10.100.1.122 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;global (outside) 101 interface&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;access-group out_acl in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;nat (vlan1) 101 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;nat (vlan2) 101 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;nat (outside) 0 access-list inside_outbound_nat0_acl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;access-list inside_outbound_nat0_acl extended permit ip 10.100.8.0 255.255.255.0 10.100.1.0 255.255.255.0&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;access-list inside_outbound_nat0_acl extended permit ip 10.100.1.0 255.255.255.0 10.0.0.0 255.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list out_acl extended permit tcp any host 10.100.1.122&lt;/P&gt;&lt;P&gt;access-list out_acl extended permit icmp any host 172.20.1.1 object-group ping log&lt;/P&gt;&lt;P&gt;access-list out_acl extended permit tcp any host 172.20.1.1 object-group Ports-Servers-PVO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;object-group service Ports-Servers-PVO tcp&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;port-object eq www&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;port-object eq https&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;port-object eq 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My question is: How can I allow 10.100.8.0/24 on vlan2 access to 172.20.1.1 (which is the public address NAT'd to the vlan1 address 10.100.1.122)?&amp;nbsp; What in my configuration needs to be changed/added?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried removing the two ACL entries from the&lt;STRONG&gt; inside_outbound_nat0_acl &lt;/STRONG&gt;but that only caused the traffic between vlan1 and vlan2 to quit working, it did not help with allowing vlan2 access to the 172.20.1.1 address. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2012 18:08:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vlan1-to-vlan2-through-outside-interface/m-p/1895763#M437360</guid>
      <dc:creator>Pete Sullivan</dc:creator>
      <dc:date>2012-05-10T18:08:08Z</dc:date>
    </item>
  </channel>
</rss>

