03-13-2017 02:24 AM - edited 02-21-2020 09:11 PM
hello everyone, i have a problem on split Tunneling on ASA when using L2TP over ipsec.
here is the info and request:
1. we have 4 subnet in our company: 10.0.0.x ; 10.0.1.x ; 10.0.2.x and 10.0.3.x
2. our colleagues want to remote access via L2TP dialup VPN (integrate with windows).
3. the vpn client need access all 4 subnet via vpn, BUT using their own ISP boardband to access internet.
here is my issue: i can access all office sunbet via VPN but cannot using my ISP boardband to access internet.
here is my configure:
ciscoasa# sh run
: Saved
:
ASA Version 8.4(2)
!
hostname ciscoasa
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
names
!
interface GigabitEthernet0
nameif outside
security-level 0
ip address 192.168.187.100 255.255.255.0
!
interface GigabitEthernet1
nameif inside
security-level 100
ip address 172.16.1.100 255.255.255.0
!
ftp mode passive
object network sub
subnet 172.16.1.0 255.255.255.0
access-list allow_all extended permit icmp any any
access-list allow_all extended permit ip any any
pager lines 24
mtu outside 1500
mtu inside 1500
ip local pool l2tp_addr 192.168.187.10-192.168.187.20
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-647.bin
no asdm history enable
arp timeout 14400
!
object network sub
nat (inside,outside) dynamic interface
access-group allow_all global
route inside 1.1.1.1 255.255.255.255 172.16.1.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
timeout floating-conn 0:00:00
dynamic-access-policy-record DfltAccessPolicy
user-identity default-domain LOCAL
http server enable
http 192.168.187.1 255.255.255.255 outside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart
crypto ipsec ikev1 transform-set my-transform-set-ikev1 esp-3des esp-sha-hmac
crypto ipsec ikev1 transform-set my-transform-set-ikev1 mode transport
crypto dynamic-map dyno 10 set ikev1 transform-set my-transform-set-ikev1
crypto map vpn 20 ipsec-isakmp dynamic dyno
crypto map vpn interface outside
crypto isakmp nat-traversal 30
crypto ikev1 enable outside
crypto ikev1 policy 10
authentication pre-share
encryption 3des
hash sha
group 2
lifetime 86400
crypto ikev1 policy 65535
authentication pre-share
encryption 3des
hash sha
group 2
lifetime 86400
telnet timeout 5
ssh timeout 5
console timeout 0
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
tftp-server inside 192.168.187.1 asdm-647.bin
webvpn
enable outside
smart-tunnel network testnet ip 1.1.1.1 255.255.255.255
smart-tunnel network testnet ip 172.16.1.0 255.255.255.0
group-policy gp1 internal
group-policy gp1 attributes
vpn-tunnel-protocol ssl-clientless
webvpn
url-list none
smart-tunnel tunnel-policy tunnelspecified testnet
group-policy l2tp-ipsec_policy internal
group-policy l2tp-ipsec_policy attributes
dns-server value 10.0.0.87
vpn-tunnel-protocol l2tp-ipsec
username cisco password 3USUcOPFUiMCO4Jk encrypted privilege 15
username ronald.su password ubNYRJ4iMziSrtAgET80KA== nt-encrypted
username ronald.su attributes
webvpn
smart-tunnel tunnel-policy tunnelspecified testnet
tunnel-group DefaultRAGroup general-attributes
address-pool l2tp_addr
default-group-policy l2tp-ipsec_policy
tunnel-group DefaultRAGroup ipsec-attributes
ikev1 pre-shared-key *****
tunnel-group DefaultRAGroup ppp-attributes
authentication ms-chap-v2
tunnel-group test1 type remote-access
tunnel-group test1 general-attributes
default-group-policy gp1
!
!
prompt hostname context
no call-home reporting anonymous
call-home
profile CiscoTAC-1
no active
destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
destination address email callhome@cisco.com
destination transport-method http
subscribe-to-alert-group diagnostic
subscribe-to-alert-group environment
subscribe-to-alert-group inventory periodic monthly
subscribe-to-alert-group configuration periodic monthly
subscribe-to-alert-group telemetry periodic daily
crashinfo save disable
Cryptochecksum:8d4b2f1ac13a1979e5fcf35b05886c5e
: end
ciscoasa#
03-13-2017 10:32 PM
on one ? -_-|||
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide