<?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: NAT/Firewall Issue in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-firewall-issue/m-p/1497896#M708304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my branches are accross countries, how can i setup LAN-to LAN setup ?&lt;/P&gt;&lt;P&gt;each branches ASA have static public IP and my headoffice ASA PPPOE's ip address is assgin by ISP " ip address pppoe" is on int eth 0/3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dose LAN-to-LAN tunnle is different with site-to-site VPN (easy vpn) ?? all public ip address on branches and headoffice is static and not dynamic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advanced&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jun 2010 09:25:50 GMT</pubDate>
    <dc:creator>reza.rafatifard</dc:creator>
    <dc:date>2010-06-28T09:25:50Z</dc:date>
    <item>
      <title>NAT/Firewall Issue</title>
      <link>https://community.cisco.com/t5/network-security/nat-firewall-issue/m-p/1497892#M708270</link>
      <description>&lt;P&gt;&lt;SPAN class="pBody postableBody"&gt;I do have two internet connection on my Cisco ASA, int eth 0/0 and int eth 0/3.&lt;BR /&gt;the IP on int eth 0/0 139.130.1.206 is pingable and this IP is natted to our server 192.168.80.7 we can RDP to this server from internet.&lt;BR /&gt;&lt;BR /&gt;we need to terminate RDP/NAT access to int eth 0/3 link which is a PPOE link, i added new firewall and static NAT rule but we cannot ping the PPOE ip address or RDP to our server from this ip address (202.7.215.118).&lt;BR /&gt;&lt;BR /&gt;Can someone advice what command i missed:&lt;BR /&gt;aurecsyd/surec.com.au# sh run&lt;BR /&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;ASA Version 8.2(1)&lt;BR /&gt;!&lt;BR /&gt;hostname aurecsyd&lt;BR /&gt;domain-name surec.com.au&lt;BR /&gt;enable password szSEFtlV2mjLR77c encrypted&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;names&lt;BR /&gt;name 192.168.80.10 SBS_Server&lt;BR /&gt;name 192.168.80.7 Terminal_Server&lt;BR /&gt;name 192.168.12.0 AurecCanberra&lt;BR /&gt;name 192.168.13.0 AurecSingapore&lt;BR /&gt;name 192.168.14.0 AurecMelbourne&lt;BR /&gt;name 192.168.15.0 AurecHongKong&lt;BR /&gt;name 202.7.215.0 tpg&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 139.130.1.206 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt; speed 100&lt;BR /&gt; duplex full&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.80.254 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt; shutdown&lt;BR /&gt; nameif outside_2&lt;BR /&gt; security-level 0&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt; nameif outside_3&lt;BR /&gt; security-level 0&lt;BR /&gt; pppoe client vpdn group TPG&lt;BR /&gt; ip address pppoe&lt;BR /&gt;!&lt;BR /&gt;interface Management0/0&lt;BR /&gt; nameif management&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 10.10.10.10 255.255.255.128&lt;BR /&gt; management-only&lt;BR /&gt;!&lt;BR /&gt;regex domainlist1 "\.worldofwarcraft\.com"&lt;BR /&gt;regex domianlist2 "\.wow\.com"&lt;BR /&gt;regex domainlist3 "\.facebook\.com"&lt;BR /&gt;ftp mode passive&lt;BR /&gt;clock timezone EST 10&lt;BR /&gt;clock summer-time EDT recurring last Sun Oct 2:00 last Sun Mar 3:00&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt; domain-name surec.com.au&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;same-security-traffic permit intra-interface&lt;BR /&gt;object-group service DM_INLINE_TCP_1 tcp&lt;BR /&gt; port-object eq 3389&lt;BR /&gt; port-object eq 4125&lt;BR /&gt; port-object eq www&lt;BR /&gt; port-object eq https&lt;BR /&gt; port-object eq smtp&lt;BR /&gt; port-object eq ftp&lt;BR /&gt; port-object eq ftp-data&lt;BR /&gt; port-object eq 993&lt;BR /&gt;object-group network DM_INLINE_NETWORK_1&lt;BR /&gt; network-object AurecCanberra 255.255.255.0&lt;BR /&gt; network-object AurecSingapore 255.255.255.0&lt;BR /&gt; network-object AurecMelbourne 255.255.255.0&lt;BR /&gt; network-object AurecHongKong 255.255.255.0&lt;BR /&gt;object-group protocol TCPUDP&lt;BR /&gt; protocol-object udp&lt;BR /&gt; protocol-object tcp&lt;BR /&gt;object-group service HTTP&lt;BR /&gt; service-object tcp eq www&lt;BR /&gt;object-group service DM_INLINE_TCP_2 tcp&lt;BR /&gt; port-object eq 3389&lt;BR /&gt; port-object eq 4125&lt;BR /&gt; port-object eq 993&lt;BR /&gt; port-object eq ftp&lt;BR /&gt; port-object eq ftp-data&lt;BR /&gt; port-object eq www&lt;BR /&gt; port-object eq https&lt;BR /&gt; port-object eq smtp&lt;BR /&gt;access-list inside_access_in extended permit object-group TCPUDP host SBS_Server any eq domain log disable&lt;BR /&gt;access-list inside_access_in extended deny tcp any any eq domain log disable&lt;BR /&gt;access-list inside_access_in extended permit ip any any log&lt;BR /&gt;access-list inside_access_in extended permit tcp host SBS_Server any eq smtp&lt;BR /&gt;access-list inside_access_in extended permit icmp any any&lt;BR /&gt;access-list inside_access_in extended permit ip any object-group DM_INLINE_NETWORK_1 log disable&lt;BR /&gt;access-list inside_access_in extended permit gre any any&lt;BR /&gt;access-list inside_access_out extended permit ip any any&lt;BR /&gt;access-list inside_access_out extended permit icmp any any&lt;BR /&gt;access-list outside_access_in extended permit ip any 139.130.1.0 255.255.255.0&lt;BR /&gt;access-list outside_access_in extended permit tcp any host 139.130.1.206 object-group DM_INLINE_TCP_1 log disable&lt;BR /&gt;access-list outside_access_in extended permit tcp any any eq 444&lt;BR /&gt;access-list outside_1_cryptomap extended permit ip 192.168.80.0 255.255.255.0 AurecCanberra 255.255.255.0&lt;BR /&gt;access-list inside_nat0_outbound extended permit ip 192.168.80.0 255.255.255.0 AurecCanberra 255.255.255.0&lt;BR /&gt;access-list inside_nat0_outbound extended permit ip 192.168.80.0 255.255.255.0 AurecSingapore 255.255.255.0&lt;BR /&gt;access-list inside_nat0_outbound extended permit ip 192.168.80.0 255.255.255.0 AurecMelbourne 255.255.255.0&lt;BR /&gt;access-list inside_nat0_outbound extended permit ip 192.168.80.0 255.255.255.0 192.168.80.160 255.255.255.224&lt;BR /&gt;access-list inside_nat0_outbound extended permit ip 192.168.80.0 255.255.255.0 AurecHongKong 255.255.255.0&lt;BR /&gt;access-list BranchOffices_splitTunnelAcl standard permit 192.168.80.0 255.255.255.0&lt;BR /&gt;access-list outside_3_access_in extended permit ip any 139.130.1.0 255.255.255.0&lt;BR /&gt;access-list outside_3_access_in extended permit tcp any host 202.7.215.118 object-group DM_INLINE_TCP_2 log disable&lt;BR /&gt;access-list outside_3_access_in extended permit tcp any any eq 444&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu management 1500&lt;BR /&gt;mtu outside_2 1500&lt;BR /&gt;mtu outside_3 1492&lt;BR /&gt;ip local pool VPNPool 192.168.80.160-192.168.80.180 mask 255.255.255.0&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;global (outside) 101 interface&lt;BR /&gt;global (outside_2) 103 interface&lt;BR /&gt;global (outside_3) 102 interface&lt;BR /&gt;nat (inside) 0 access-list inside_nat0_outbound&lt;BR /&gt;nat (inside) 101 0.0.0.0 0.0.0.0&lt;BR /&gt;static (inside,outside) tcp interface ftp SBS_Server ftp netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) tcp interface smtp SBS_Server smtp netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) tcp interface https SBS_Server https netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) tcp interface www SBS_Server www netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) tcp interface 444 192.168.80.2 www netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) tcp interface 4125 SBS_Server 4125 netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) tcp interface 993 SBS_Server 993 netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) tcp interface 3389 Terminal_Server 3389 netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) tcp interface citrix-ica Terminal_Server citrix-ica netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) tcp interface 81 Terminal_Server 81 netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) tcp interface 2598 Terminal_Server 2598 netmask 255.255.255.255&lt;BR /&gt;static (inside,inside) tcp 192.168.14.50 smtp Terminal_Server smtp netmask 255.255.255.255&lt;BR /&gt;static (inside,outside_3) tcp interface 3389 Terminal_Server 3389 netmask 255.255.255.255&lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;access-group inside_access_in in interface inside&lt;BR /&gt;access-group inside_access_out out interface inside&lt;BR /&gt;access-group outside_3_access_in in interface outside_3&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 139.130.1.205 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;aaa authentication ssh console LOCAL&lt;BR /&gt;aaa authentication telnet console LOCAL&lt;BR /&gt;aaa authentication enable console LOCAL&lt;BR /&gt;aaa authorization command LOCAL&lt;BR /&gt;http server enable&lt;BR /&gt;http 10.10.10.0 255.255.255.128 management&lt;BR /&gt;http 192.168.80.0 255.255.255.0 inside&lt;BR /&gt;http 0.0.0.0 0.0.0.0 outside&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;BR /&gt;crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac&lt;BR /&gt;crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac&lt;BR /&gt;crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac&lt;BR /&gt;crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac&lt;BR /&gt;crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac&lt;BR /&gt;crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac&lt;BR /&gt;crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac&lt;BR /&gt;crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac&lt;BR /&gt;crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac&lt;BR /&gt;crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac&lt;BR /&gt;crypto ipsec security-association lifetime seconds 28800&lt;BR /&gt;crypto ipsec security-association lifetime kilobytes 4608000&lt;BR /&gt;crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs group1&lt;BR /&gt;crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5&lt;BR /&gt;crypto map outside_map1 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP&lt;BR /&gt;crypto map outside_map1 interface outside&lt;BR /&gt;crypto isakmp enable outside&lt;BR /&gt;crypto isakmp policy 5&lt;BR /&gt; authentication pre-share&lt;BR /&gt; encryption 3des&lt;BR /&gt; hash sha&lt;BR /&gt; group 2&lt;BR /&gt; lifetime 86400&lt;BR /&gt;telnet 192.168.80.0 255.255.255.0 inside&lt;BR /&gt;telnet timeout 15&lt;BR /&gt;ssh 0.0.0.0 0.0.0.0 outside&lt;BR /&gt;ssh timeout 60&lt;BR /&gt;console timeout 0&lt;BR /&gt;vpdn group TPG request dialout pppoe&lt;BR /&gt;&lt;SPAN&gt;vpdn group TPG localname &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:bridge28@pig.tpg.com.au" target="_blank"&gt;bridge28@pig.tpg.com.au&lt;/A&gt;&lt;BR /&gt;vpdn group TPG ppp authentication pap&lt;BR /&gt;vpdn username dfsdfsdaf@fsfsdfs password *********&lt;BR /&gt;&lt;SPAN&gt;vpdn username &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:bridge28@pig.tpg.com.au" target="_blank"&gt;bridge28@pig.tpg.com.au&lt;/A&gt;&lt;SPAN&gt; password *********&lt;/SPAN&gt;&lt;BR /&gt;dhcp-client client-id interface outside_3&lt;BR /&gt;dhcpd address 10.10.10.11-10.10.10.126 management&lt;BR /&gt;!&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics port&lt;BR /&gt;threat-detection statistics protocol&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;webvpn&lt;BR /&gt;group-policy BranchOffices internal&lt;BR /&gt;group-policy BranchOffices attributes&lt;BR /&gt; dns-server value 192.168.80.10&lt;BR /&gt; vpn-tunnel-protocol IPSec&lt;BR /&gt; split-tunnel-policy tunnelspecified&lt;BR /&gt; split-tunnel-network-list value BranchOffices_splitTunnelAcl&lt;BR /&gt; default-domain value aurec.com.au&lt;BR /&gt;group-policy DfltGrpPolicy attributes&lt;BR /&gt; vpn-tunnel-protocol IPSec l2tp-ipsec&lt;BR /&gt; nem enable&lt;BR /&gt;username aurecsig password cTMjLs6t2jB0v8J7 encrypted privilege 0&lt;BR /&gt;username aurecsig attributes&lt;BR /&gt; vpn-group-policy BranchOffices&lt;BR /&gt;username aurechk password WNF5K5bx.CLd5SSa encrypted privilege 0&lt;BR /&gt;username aurechk attributes&lt;BR /&gt; vpn-group-policy BranchOffices&lt;BR /&gt;username aureccan password vJSIcYRb43cBhk35 encrypted privilege 0&lt;BR /&gt;username aureccan attributes&lt;BR /&gt; vpn-group-policy BranchOffices&lt;BR /&gt;username aurecmel password at.vbO43bPU/cXAz encrypted privilege 0&lt;BR /&gt;username aurecmel attributes&lt;BR /&gt; vpn-group-policy BranchOffices&lt;BR /&gt;username admin password clofk8EM73OlZoFM encrypted privilege 15&lt;BR /&gt;tunnel-group DefaultL2LGroup ipsec-attributes&lt;BR /&gt; pre-shared-key *&lt;BR /&gt; peer-id-validate cert&lt;BR /&gt;tunnel-group BranchOffices type remote-access&lt;BR /&gt;tunnel-group BranchOffices general-attributes&lt;BR /&gt; address-pool VPNPool&lt;BR /&gt; default-group-policy BranchOffices&lt;BR /&gt;tunnel-group BranchOffices ipsec-attributes&lt;BR /&gt; pre-shared-key *&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt; match default-inspection-traffic&lt;BR /&gt;class-map type inspect http match-all bannedsites&lt;BR /&gt; match request uri regex domainlist3&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt; parameters&lt;BR /&gt;&amp;nbsp; message-length maximum 512&lt;BR /&gt;policy-map type inspect http DomainList&lt;BR /&gt; parameters&lt;BR /&gt;&amp;nbsp; protocol-violation action drop-connection&lt;BR /&gt; match request uri regex domainlist3&lt;BR /&gt;&amp;nbsp; drop-connection log&lt;BR /&gt; match request uri regex domainlist1&lt;BR /&gt;&amp;nbsp; drop-connection log&lt;BR /&gt; match request uri regex domianlist2&lt;BR /&gt;&amp;nbsp; drop-connection log&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns preset_dns_map&lt;BR /&gt;&amp;nbsp; inspect ftp&lt;BR /&gt;&amp;nbsp; inspect h323 h225&lt;BR /&gt;&amp;nbsp; inspect h323 ras&lt;BR /&gt;&amp;nbsp; inspect rsh&lt;BR /&gt;&amp;nbsp; inspect rtsp&lt;BR /&gt;&amp;nbsp; inspect esmtp&lt;BR /&gt;&amp;nbsp; inspect sqlnet&lt;BR /&gt;&amp;nbsp; inspect skinny&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;&amp;nbsp; inspect sip&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;&amp;nbsp; inspect icmp&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;privilege cmd level 3 mode exec command perfmon&lt;BR /&gt;privilege cmd level 3 mode exec command ping&lt;BR /&gt;privilege cmd level 3 mode exec command who&lt;BR /&gt;privilege cmd level 3 mode exec command logging&lt;BR /&gt;privilege cmd level 3 mode exec command failover&lt;BR /&gt;privilege show level 5 mode exec command import&lt;BR /&gt;privilege show level 5 mode exec command running-config&lt;BR /&gt;privilege show level 3 mode exec command reload&lt;BR /&gt;privilege show level 3 mode exec command mode&lt;BR /&gt;privilege show level 3 mode exec command firewall&lt;BR /&gt;privilege show level 3 mode exec command asp&lt;BR /&gt;privilege show level 3 mode exec command cpu&lt;BR /&gt;privilege show level 3 mode exec command interface&lt;BR /&gt;privilege show level 3 mode exec command clock&lt;BR /&gt;privilege show level 3 mode exec command dns-hosts&lt;BR /&gt;privilege show level 3 mode exec command access-list&lt;BR /&gt;privilege show level 3 mode exec command logging&lt;BR /&gt;privilege show level 3 mode exec command vlan&lt;BR /&gt;privilege show level 3 mode exec command ip&lt;BR /&gt;privilege show level 3 mode exec command ipv6&lt;BR /&gt;privilege show level 3 mode exec command failover&lt;BR /&gt;privilege show level 3 mode exec command asdm&lt;BR /&gt;privilege show level 3 mode exec command arp&lt;BR /&gt;privilege show level 3 mode exec command route&lt;BR /&gt;privilege show level 3 mode exec command ospf&lt;BR /&gt;privilege show level 3 mode exec command aaa-server&lt;BR /&gt;privilege show level 3 mode exec command aaa&lt;BR /&gt;privilege show level 3 mode exec command eigrp&lt;BR /&gt;privilege show level 3 mode exec command crypto&lt;BR /&gt;privilege show level 3 mode exec command vpn-sessiondb&lt;BR /&gt;privilege show level 3 mode exec command ssh&lt;BR /&gt;privilege show level 3 mode exec command dhcpd&lt;BR /&gt;privilege show level 3 mode exec command vpn&lt;BR /&gt;privilege show level 3 mode exec command blocks&lt;BR /&gt;privilege show level 3 mode exec command wccp&lt;BR /&gt;privilege show level 3 mode exec command dynamic-filter&lt;BR /&gt;privilege show level 3 mode exec command webvpn&lt;BR /&gt;privilege show level 3 mode exec command module&lt;BR /&gt;privilege show level 3 mode exec command uauth&lt;BR /&gt;privilege show level 3 mode exec command compression&lt;BR /&gt;privilege show level 3 mode configure command interface&lt;BR /&gt;privilege show level 3 mode configure command clock&lt;BR /&gt;privilege show level 3 mode configure command access-list&lt;BR /&gt;privilege show level 3 mode configure command logging&lt;BR /&gt;privilege show level 3 mode configure command ip&lt;BR /&gt;privilege show level 3 mode configure command failover&lt;BR /&gt;privilege show level 5 mode configure command asdm&lt;BR /&gt;privilege show level 3 mode configure command arp&lt;BR /&gt;privilege show level 3 mode configure command route&lt;BR /&gt;privilege show level 3 mode configure command aaa-server&lt;BR /&gt;privilege show level 3 mode configure command aaa&lt;BR /&gt;privilege show level 3 mode configure command crypto&lt;BR /&gt;privilege show level 3 mode configure command ssh&lt;BR /&gt;privilege show level 3 mode configure command dhcpd&lt;BR /&gt;privilege show level 5 mode configure command privilege&lt;BR /&gt;privilege clear level 3 mode exec command dns-hosts&lt;BR /&gt;privilege clear level 3 mode exec command logging&lt;BR /&gt;privilege clear level 3 mode exec command arp&lt;BR /&gt;privilege clear level 3 mode exec command aaa-server&lt;BR /&gt;privilege clear level 3 mode exec command crypto&lt;BR /&gt;privilege clear level 3 mode exec command dynamic-filter&lt;BR /&gt;privilege cmd level 3 mode configure command failover&lt;BR /&gt;privilege clear level 3 mode configure command logging&lt;BR /&gt;privilege clear level 3 mode configure command arp&lt;BR /&gt;privilege clear level 3 mode configure command crypto&lt;BR /&gt;privilege clear level 3 mode configure command aaa-server&lt;BR /&gt;prompt hostname domain&lt;BR /&gt;Cryptochecksum:69b06f8d3ce8db846f7a72cc6a1770ff&lt;BR /&gt;:End&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 18:04:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-firewall-issue/m-p/1497892#M708270</guid>
      <dc:creator>reza.rafatifard</dc:creator>
      <dc:date>2019-03-11T18:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: NAT/Firewall Issue</title>
      <link>https://community.cisco.com/t5/network-security/nat-firewall-issue/m-p/1497893#M708281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, you can't have 2 outside interfaces active at the same time. Hence, your RDP is not working. You can't have 2 default routes pointing towards 2 different outside interfaces. You would be able to configure ISP backup link with the second ISP connection, however, only 1 outside interface will be active at any given time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that answers your question why RDP does not work on your second ISP link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 07:08:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-firewall-issue/m-p/1497893#M708281</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-06-28T07:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: NAT/Firewall Issue</title>
      <link>https://community.cisco.com/t5/network-security/nat-firewall-issue/m-p/1497894#M708288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, let me&amp;nbsp; give more heads up of what i want to achive:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have 4 branches that are connecting to headoffice through easy VPN setup all with Cisco ASA. i do have one existing Internet Link (139.130.1.0) which is useing for site-to-site VPN and Internet browsing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am exprincing slow performance and deciced to seprate out VPN and Internet traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I setup second internet link from same ISP (on int eth 0/3 which is PPOE link), the link is active and running now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want all VPN-ipsec terminated on new link, and all other traffic pass through my default route (which is existing link)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first question is can i achive this senario ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some Internet users which need to access my Terminal server via remote desktop,i want dns to resolve name to PPPOE's ip address, can i achive this ? (at this moment public DNS resolving name to exsiting public ip and all is working).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your assist on this is much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reza&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 08:50:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-firewall-issue/m-p/1497894#M708288</guid>
      <dc:creator>reza.rafatifard</dc:creator>
      <dc:date>2010-06-28T08:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: NAT/Firewall Issue</title>
      <link>https://community.cisco.com/t5/network-security/nat-firewall-issue/m-p/1497895#M708297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, thanks for the detailed description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you would like to separate VPN traffic from Internet browsing traffic on 2 different links/interfaces, you can only do it for the following VPN:&lt;/P&gt;&lt;P&gt;- LAN-to-LAN tunnel with static peer ip address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically for example as follows:&lt;/P&gt;&lt;P&gt;- You have 2 interfaces called, Outside1 for internet browsing, and Outside2 for VPN&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;- The following routes will be configured:&lt;/P&gt;&lt;P&gt;route Outside1 0.0.0.0 0.0.0.0 &lt;NEXT-HOP-IP-FOR-OUTSIDE1&gt;&lt;/NEXT-HOP-IP-FOR-OUTSIDE1&gt;&lt;/P&gt;&lt;P&gt;route Outside2 &lt;VPN-PEER-ADDRESS&gt; &lt;SUBNET-MASK&gt; &lt;NEXT-HOP-IP-OUTSIDE2&gt;&lt;/NEXT-HOP-IP-OUTSIDE2&gt;&lt;/SUBNET-MASK&gt;&lt;/VPN-PEER-ADDRESS&gt;&lt;/P&gt;&lt;P&gt;route Outside2 &lt;REMOTE-LAN-SUBNET&gt; &lt;SUBNET-MASK&gt; &lt;NEXT-HOP-IP-OUTSIDE2&gt;&lt;/NEXT-HOP-IP-OUTSIDE2&gt;&lt;/SUBNET-MASK&gt;&lt;/REMOTE-LAN-SUBNET&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately if it's dynamic peer address, and/or remote access vpn where you do not know what ip address the client will be connecting from, you can't specify the actual static route for Outside2, hence, as advised earlier, only static LAN-to-LAN tunnel is possible with your 2 Outside interfaces scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 09:09:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-firewall-issue/m-p/1497895#M708297</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-06-28T09:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: NAT/Firewall Issue</title>
      <link>https://community.cisco.com/t5/network-security/nat-firewall-issue/m-p/1497896#M708304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my branches are accross countries, how can i setup LAN-to LAN setup ?&lt;/P&gt;&lt;P&gt;each branches ASA have static public IP and my headoffice ASA PPPOE's ip address is assgin by ISP " ip address pppoe" is on int eth 0/3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dose LAN-to-LAN tunnle is different with site-to-site VPN (easy vpn) ?? all public ip address on branches and headoffice is static and not dynamic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advanced&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 09:25:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-firewall-issue/m-p/1497896#M708304</guid>
      <dc:creator>reza.rafatifard</dc:creator>
      <dc:date>2010-06-28T09:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: NAT/Firewall Issue</title>
      <link>https://community.cisco.com/t5/network-security/nat-firewall-issue/m-p/1497897#M708314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LAN-to-LAN tunnel is the same to Site-to-Site tunnel. It's just a different name and the name is used interchangebly.&lt;/P&gt;&lt;P&gt;If all the peer addresses are static ip address, then you do not need to change it, as long as you configure static route for each of the peer address and remote LAN subnet towards your Outside interface for VPN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 10:41:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-firewall-issue/m-p/1497897#M708314</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-06-28T10:41:28Z</dc:date>
    </item>
  </channel>
</rss>

