<?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 ASA 8.0 nat problem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-8-0-nat-problem/m-p/1662660#M536985</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a newly setup ASA5505 running 8.0, with remote access (anyconnect) working&lt;/P&gt;&lt;P&gt;The clients can reach LAN, and vice versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to figure out how the h*ck the nat is built, Ive even set all incoming and outgoing traffic to permited but with no luck.&lt;/P&gt;&lt;P&gt;With iptables in Linux, I would simply say "all traffic that leaves interface outside should be translated", something like this:&lt;/P&gt;&lt;P&gt;iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried every possible combination in ASA with no luck. Can you spot an obvious problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;While pinging 8.8.8.8 for example, I see this in the log:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;Jun 29 2011&lt;/TD&gt;&lt;TD&gt;07:41:16&lt;/TD&gt;&lt;TD&gt;302021&lt;/TD&gt;&lt;TD&gt;172.16.31.1&lt;/TD&gt;&lt;TD&gt;1024&lt;/TD&gt;&lt;TD&gt;8.8.8.8&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;Teardown ICMP connection for faddr 172.16.31.1/1024 gaddr 8.8.8.8/0 laddr 8.8.8.8/0 (user)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My config is as follows:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;name 172.16.31.0 vpn-clientz description vpn clients&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.0.249 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 outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 1.2.3.94 255.255.255.252 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list vpn-clients remark tunnel all traffic&lt;/P&gt;&lt;P&gt;access-list vpn-clients standard permit any &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside_nat0_outbound extended permit ip 192.168.0.0 255.255.0.0 vpn-clientz 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_out extended permit ip any any log disable &lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit ip any any log disable &lt;/P&gt;&lt;P&gt;access-list inside_access_in extended permit ip any any log disable &lt;/P&gt;&lt;P&gt;access-list inside_access_out extended permit ip any any log disable &lt;/P&gt;&lt;P&gt;ip local pool vpn-clients 172.16.31.1-172.16.31.20 mask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list inside_nat0_outbound&lt;/P&gt;&lt;P&gt;nat (inside) 1 sol-vpn-clientz 255.255.255.0&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 20:52:38 GMT</pubDate>
    <dc:creator>3moloz123</dc:creator>
    <dc:date>2019-03-11T20:52:38Z</dc:date>
    <item>
      <title>ASA 8.0 nat problem</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-0-nat-problem/m-p/1662660#M536985</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a newly setup ASA5505 running 8.0, with remote access (anyconnect) working&lt;/P&gt;&lt;P&gt;The clients can reach LAN, and vice versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to figure out how the h*ck the nat is built, Ive even set all incoming and outgoing traffic to permited but with no luck.&lt;/P&gt;&lt;P&gt;With iptables in Linux, I would simply say "all traffic that leaves interface outside should be translated", something like this:&lt;/P&gt;&lt;P&gt;iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried every possible combination in ASA with no luck. Can you spot an obvious problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;While pinging 8.8.8.8 for example, I see this in the log:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;Jun 29 2011&lt;/TD&gt;&lt;TD&gt;07:41:16&lt;/TD&gt;&lt;TD&gt;302021&lt;/TD&gt;&lt;TD&gt;172.16.31.1&lt;/TD&gt;&lt;TD&gt;1024&lt;/TD&gt;&lt;TD&gt;8.8.8.8&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;Teardown ICMP connection for faddr 172.16.31.1/1024 gaddr 8.8.8.8/0 laddr 8.8.8.8/0 (user)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My config is as follows:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;name 172.16.31.0 vpn-clientz description vpn clients&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.0.249 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 outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 1.2.3.94 255.255.255.252 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list vpn-clients remark tunnel all traffic&lt;/P&gt;&lt;P&gt;access-list vpn-clients standard permit any &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside_nat0_outbound extended permit ip 192.168.0.0 255.255.0.0 vpn-clientz 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_out extended permit ip any any log disable &lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit ip any any log disable &lt;/P&gt;&lt;P&gt;access-list inside_access_in extended permit ip any any log disable &lt;/P&gt;&lt;P&gt;access-list inside_access_out extended permit ip any any log disable &lt;/P&gt;&lt;P&gt;ip local pool vpn-clients 172.16.31.1-172.16.31.20 mask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list inside_nat0_outbound&lt;/P&gt;&lt;P&gt;nat (inside) 1 sol-vpn-clientz 255.255.255.0&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:52:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-0-nat-problem/m-p/1662660#M536985</guid>
      <dc:creator>3moloz123</dc:creator>
      <dc:date>2019-03-11T20:52:38Z</dc:date>
    </item>
    <item>
      <title>ASA 8.0 nat problem</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-0-nat-problem/m-p/1662661#M536986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is it that you want to NAT? The VPN clients? The inside network? Are you doing split tunnel on the group policy for the Anyconnect or you have tunnel all and want to provide internet access to the Anyconnect clients via the ASA? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 18:16:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-0-nat-problem/m-p/1662661#M536986</guid>
      <dc:creator>Maykol Rojas</dc:creator>
      <dc:date>2011-06-29T18:16:16Z</dc:date>
    </item>
    <item>
      <title>ASA 8.0 nat problem</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-0-nat-problem/m-p/1662662#M536987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for being unclear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to source nat the vpn clients when going any direction BUT 192.168.0.0/16. I believe the split-tunneling do work at the moment:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;group-policy somevpn internal&lt;/P&gt;&lt;P&gt;group-policy somevpn attributes&lt;/P&gt;&lt;P&gt; dns-server value 192.168.0.2 192.168.10.2&lt;/P&gt;&lt;P&gt; vpn-tunnel-protocol svc &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; split-tunnel-network-list value admins&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; address-pools value vpn-clients&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list admins standard permit 192.168.0.0 255.255.255.0 &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 06:18:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-0-nat-problem/m-p/1662662#M536987</guid>
      <dc:creator>3moloz123</dc:creator>
      <dc:date>2011-06-30T06:18:40Z</dc:date>
    </item>
    <item>
      <title>ASA 8.0 nat problem</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-0-nat-problem/m-p/1662663#M536988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any clues what might be wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 09:18:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-0-nat-problem/m-p/1662663#M536988</guid>
      <dc:creator>3moloz123</dc:creator>
      <dc:date>2011-07-05T09:18:00Z</dc:date>
    </item>
    <item>
      <title>ASA 8.0 nat problem</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-0-nat-problem/m-p/1662664#M536989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking to nat the VPN clients when going out to the internet through the ASA? If that's the case, you need something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (outside) 1 172.16.31.0 255.255.255.0&lt;/P&gt;&lt;P&gt;same-security permit intra-interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also remove split-tunnelling from the configuration completely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prapanch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 22:42:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-0-nat-problem/m-p/1662664#M536989</guid>
      <dc:creator>praprama</dc:creator>
      <dc:date>2011-07-08T22:42:35Z</dc:date>
    </item>
  </channel>
</rss>

