<?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 Exclude 1 host (IP Address) from VPN Tunnel in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/exclude-1-host-ip-address-from-vpn-tunnel/m-p/2348446#M342779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would have to fire up my ASA running 8.2 to confirm the above NAT0 ACL operation. But again I am not sure if that is the software level you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the above reply answered your question, please remember to mark the reply as the correct answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feel free to ask more if needed though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Sep 2013 06:11:37 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-09-19T06:11:37Z</dc:date>
    <item>
      <title>Exclude 1 host (IP Address) from VPN Tunnel</title>
      <link>https://community.cisco.com/t5/network-security/exclude-1-host-ip-address-from-vpn-tunnel/m-p/2348443#M342759</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I ask your help on this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Current setup:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;L2L VPN between site1 and site2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[site1]--------------------[internet]-------------------[site2]&lt;/P&gt;&lt;P&gt;10.0.100.0/24-----------------------------10.0.1.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Planned setup:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;L2L VPN between site1 and site2&lt;/P&gt;&lt;P&gt;[site1]--------------------[internet]-------------------[site2]&lt;/P&gt;&lt;P&gt;10.0.100.0/24-----------------------------10.0.1.0/24&lt;/P&gt;&lt;P&gt; with 1 host (10.0.100.50) excluded on the NAT Process for Site-to-site VPN thus NATting him directly to the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has someone done this before? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm planning to add 10.0.100.50 to be denied on the access-list from the VPN Traffic.&lt;/P&gt;&lt;P&gt;Dunno if that will work though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope someone could give their thoughts on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jem&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:40:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/exclude-1-host-ip-address-from-vpn-tunnel/m-p/2348443#M342759</guid>
      <dc:creator>santiago.jem</dc:creator>
      <dc:date>2019-03-12T02:40:33Z</dc:date>
    </item>
    <item>
      <title>Exclude 1 host (IP Address) from VPN Tunnel</title>
      <link>https://community.cisco.com/t5/network-security/exclude-1-host-ip-address-from-vpn-tunnel/m-p/2348444#M342761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would imagine that it would be the easiest to simply block this hosts traffic towards the remote site in the interface ACL of this hosts local firewall/vpn device rather than doing this with NAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure what software level you are running and what devices you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I dont remember wrong, I think you could use &lt;STRONG&gt;"deny"&lt;/STRONG&gt; statements in the 8.2 (and below) software levels which would essentially ignore the NAT0 for some hosts while do it for others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list INSIDE-NAT0 deny ip host 10.0.100.50 10.0.1.0 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list INSIDE-NAT0 permit ip 10.0.100.0 255.255.255.0 10.0.1.0 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside) 0 access-list INSIDE-NAT0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above is just an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont think this is even possible in the newer 8.3 (and above) software levels as they dont use ACLs for NAT rules anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But again, if limiting access is your aim I would suggest using interface ACL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 22:13:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/exclude-1-host-ip-address-from-vpn-tunnel/m-p/2348444#M342761</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-09-18T22:13:15Z</dc:date>
    </item>
    <item>
      <title>Exclude 1 host (IP Address) from VPN Tunnel</title>
      <link>https://community.cisco.com/t5/network-security/exclude-1-host-ip-address-from-vpn-tunnel/m-p/2348445#M342769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank for the reply Jouni! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I think I might go with denying that IP address host on the access-list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 02:13:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/exclude-1-host-ip-address-from-vpn-tunnel/m-p/2348445#M342769</guid>
      <dc:creator>santiago.jem</dc:creator>
      <dc:date>2013-09-19T02:13:36Z</dc:date>
    </item>
    <item>
      <title>Exclude 1 host (IP Address) from VPN Tunnel</title>
      <link>https://community.cisco.com/t5/network-security/exclude-1-host-ip-address-from-vpn-tunnel/m-p/2348446#M342779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would have to fire up my ASA running 8.2 to confirm the above NAT0 ACL operation. But again I am not sure if that is the software level you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the above reply answered your question, please remember to mark the reply as the correct answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feel free to ask more if needed though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 06:11:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/exclude-1-host-ip-address-from-vpn-tunnel/m-p/2348446#M342779</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-09-19T06:11:37Z</dc:date>
    </item>
  </channel>
</rss>

