<?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 VPN Access-list in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/vpn-access-list/m-p/2049167#M438549</link>
    <description>&lt;P&gt;I understand the basic configuration for a VPN traffic and you don't want to NAT it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list ACL_1 extended permit ip 192.168.2.0 255.255.255.0 192.168.1.0 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure NAT is not applied to traffic passing across the VPN tunnel:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside) 0 access-list ACL_1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't see where (from samples) it does not get apply to the inside interface. Could someone explain why that is so ?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-group ACL_1 in interface inside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pete&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 23:51:05 GMT</pubDate>
    <dc:creator>xayavongp</dc:creator>
    <dc:date>2019-03-11T23:51:05Z</dc:date>
    <item>
      <title>VPN Access-list</title>
      <link>https://community.cisco.com/t5/network-security/vpn-access-list/m-p/2049167#M438549</link>
      <description>&lt;P&gt;I understand the basic configuration for a VPN traffic and you don't want to NAT it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list ACL_1 extended permit ip 192.168.2.0 255.255.255.0 192.168.1.0 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure NAT is not applied to traffic passing across the VPN tunnel:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside) 0 access-list ACL_1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't see where (from samples) it does not get apply to the inside interface. Could someone explain why that is so ?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-group ACL_1 in interface inside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pete&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 23:51:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-access-list/m-p/2049167#M438549</guid>
      <dc:creator>xayavongp</dc:creator>
      <dc:date>2019-03-11T23:51:05Z</dc:date>
    </item>
    <item>
      <title>VPN Access-list</title>
      <link>https://community.cisco.com/t5/network-security/vpn-access-list/m-p/2049168#M438551</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;Basically you need:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The crypto ACL:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;access-list ACL_1 extended permit ip 192.168.2.0 255.255.255.0 192.168.1.0 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The NAT exempt rule: &lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;access-list NONAT extended permit ip 192.168.2.0 255.255.255.0 192.168.1.0 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: Arial, verdana, sans-serif; "&gt;No need for an access-group.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: Arial, verdana, sans-serif; "&gt;Remember that the ASA has the "sysopt connection permit-vpn" command enabled by default, which basically allows any traffic coming over a VPN tunnel to bypass the outside ACL. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: Arial, verdana, sans-serif; "&gt;Please let me know if this answer your question.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: Arial, verdana, sans-serif; "&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: Arial, verdana, sans-serif; "&gt;Portu.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: Arial, verdana, sans-serif; "&gt;Please rate any post you find useful.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 21:23:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-access-list/m-p/2049168#M438551</guid>
      <dc:creator>Javier Portuguez</dc:creator>
      <dc:date>2012-09-06T21:23:53Z</dc:date>
    </item>
  </channel>
</rss>

