Avatar of Nic44683
Nic44683
Flag for United States of America

asked on 

Traffic Routing Problems with ASA5510 and VPN Connections

I have an ASA5510 and I have successfully configured it to accept VPN connections on the "outside" interface.  I can VPN in to the ASA and connect with no problem.  I can even access all of my internal network items.  My only problem it seems, is that I can't get access to the internet when I'm connected to the VPN (meaning, I can't open my browser and go to www.google.com).  

Below is my configuration.  I'm sure it is probably a single command that I'm missing as everything else is working.  I just don't have the ability to go out the "outside" interface when I'm connected to the VPN.

Thanks!
: Saved
:
ASA Version 8.0(3) 
!
hostname tchescasa
domain-name tchesc.org
enable password swFd1Tzw9bp8ifvx encrypted
names
!
interface Ethernet0/0
 description Connection to WAN
 speed 100
 duplex full
 nameif outside
 security-level 0
 ip address 10.19.26.2 255.255.255.0 
!
interface Ethernet0/1
 description Connection to TCHESC
 speed 100
 duplex full
 nameif tchesc
 security-level 100
 ip address 10.19.19.1 255.255.255.0 
!
interface Ethernet0/2
 shutdown
 no nameif
 no security-level
 no ip address
!
interface Ethernet0/3
 shutdown
 no nameif
 no security-level
 no ip address
!
interface Management0/0
 shutdown
 no nameif
 no security-level
 no ip address
 management-only
!
passwd yijvLj.J3Gzi.6T2 encrypted
banner login TUSCARAWAS-CARROLL-HARRISON
banner login EDUCATIONAL SERVICE CENTER
banner login =====================================================================
banner login You are attempting to connect to a restricted system.  Connections
banner login to and from this system are logged.  Please disconnect now if you
banner login are not an authorized user of this system.
banner login =====================================================================
boot system disk0:/asa803-k8.bin
ftp mode passive
clock timezone EST -5
clock summer-time EDT recurring
dns server-group DefaultDNS
 domain-name tchesc.org
same-security-traffic permit inter-interface
object-group protocol TCPUDP
 protocol-object udp
 protocol-object tcp
access-list outside_access_in remark MAX - Web Server
access-list outside_access_in extended permit tcp any host 10.19.16.8 eq www 
access-list outside_access_in remark MAX - Web Server
access-list outside_access_in extended permit tcp any host 10.19.16.8 eq 16080 
access-list outside_access_in remark MAX - Quicktime Server
access-list outside_access_in extended permit tcp any host 10.19.16.8 eq rtsp 
access-list outside_access_in remark MAX - Quicktime Server
access-list outside_access_in extended permit tcp any host 10.19.16.8 eq 8000 
access-list outside_access_in remark MAX - Quicktime Server
access-list outside_access_in extended permit tcp any host 10.19.16.8 eq 8001 
access-list outside_access_in remark MAX - Quicktime Server
access-list outside_access_in extended permit tcp any host 10.19.16.8 range 6970 9999 
access-list outside_access_in remark MICKEY - Web Server
access-list outside_access_in extended permit tcp any host 10.19.16.9 eq www 
access-list outside_access_in remark MICKEY - Web Server
access-list outside_access_in extended permit tcp any host 10.19.16.9 eq 8081 
access-list outside_access_in remark MICKEY - Kaspersky Admin Server
access-list outside_access_in extended permit tcp 10.59.0.0 255.255.252.0 host 10.19.16.9 eq 13000 
access-list outside_access_in remark MICKEY - Kaspersky Update Server
access-list outside_access_in extended permit tcp 10.59.0.0 255.255.252.0 host 10.19.16.9 eq 13001 
access-list outside_access_in remark MICKEY - Kaspersky Admin Server (SSL)
access-list outside_access_in extended permit tcp 10.59.0.0 255.255.252.0 host 10.19.16.9 eq 14000 
access-list outside_access_in remark MICKEY - Kaspersky Update Server (SSL)
access-list outside_access_in extended permit tcp 10.59.0.0 255.255.252.0 host 10.19.16.9 eq 14001 
access-list outside_access_in remark MICKEY - Kaspersky Admin Agent
access-list outside_access_in extended permit udp 10.59.0.0 255.255.252.0 host 10.19.16.9 eq 15000 
access-list outside_access_in remark Incoming traffic from GOOFY to PLUTO
access-list outside_access_in extended permit tcp host 10.59.0.5 host 10.19.16.11 
access-list outside_access_in remark Incoming traffic from GOOFY to PLUTO
access-list outside_access_in extended permit udp host 10.59.0.5 host 10.19.16.11 
access-list outside_access_in remark PLUTO - DNS Server
access-list outside_access_in extended permit udp 10.59.0.0 255.255.252.0 host 10.19.16.11 eq domain 
access-list outside_access_in remark PLUTO - Web Server
access-list outside_access_in extended permit tcp any host 10.19.16.11 eq www 
access-list outside_access_in remark PLUTO - Secure Web Server
access-list outside_access_in extended permit tcp any host 10.19.16.11 eq https 
access-list outside_access_in remark PLUTO - Remote Desktop Connection
access-list outside_access_in extended permit tcp any host 10.19.16.11 eq 3389 
access-list outside_access_in remark DONALD - www.tchesc.org Web server
access-list outside_access_in extended permit tcp any host 10.19.16.12 eq www 
access-list outside_access_in remark DONALD - FTP Server
access-list outside_access_in extended permit tcp any host 10.19.16.12 eq ftp inactive 
access-list outside_access_in remark DONALD - technology.tchesc.org Web Server
access-list outside_access_in extended permit tcp any host 10.19.16.13 eq www 
access-list outside_access_in remark LOUIE - WWW Server
access-list outside_access_in extended permit tcp any host 10.19.16.16 eq www inactive 
access-list outside_access_in remark WALTER - Incoming HTTP SSL
access-list outside_access_in extended permit tcp any host 10.19.16.17 eq https 
access-list outside_access_in remark WALTER - Incoming IMAP SSL
access-list outside_access_in extended permit tcp any host 10.19.16.17 eq 993 
access-list outside_access_in remark WALTER - Incoming POP3 SSL
access-list outside_access_in extended permit tcp any host 10.19.16.17 eq 995 
access-list outside_access_in remark WALTER - Incoming SMTP
access-list outside_access_in extended permit tcp any host 10.19.16.17 eq smtp 
access-list outside_access_in remark DAISEY - Web Server
access-list outside_access_in extended permit tcp any host 10.19.16.20 eq www 
access-list outside_access_in remark DAISEY - FileMaker
access-list outside_access_in extended permit tcp any host 10.19.16.20 eq 5003 
access-list outside_access_in remark DAISEY - Terminal Services
access-list outside_access_in extended permit tcp any host 10.19.16.20 eq 3389 
access-list outside_access_in remark PolyCom - Web Server Block
access-list outside_access_in extended deny tcp any host 10.19.17.20 eq www inactive 
access-list outside_access_in remark PolyCom
access-list outside_access_in extended permit tcp any host 10.19.17.20 inactive 
access-list outside_access_in remark Tandberg - Web Server Block
access-list outside_access_in extended deny tcp any host 10.19.17.21 eq www inactive 
access-list outside_access_in remark Tandberg
access-list outside_access_in extended permit tcp any host 10.19.17.21 inactive 
access-list outside_access_in remark Tandberg
access-list outside_access_in extended permit udp any host 10.19.17.21 inactive 
access-list tchesc_access_in remark Deny access to STAR from General VLAN
access-list tchesc_access_in extended deny object-group TCPUDP 10.19.23.0 255.255.255.0 10.59.0.0 255.255.252.0 
access-list tchesc_access_in extended permit object-group TCPUDP any any 
access-list tchesc_nat0_outbound remark Allow IP traffic from VPN Clients
access-list tchesc_nat0_outbound extended permit ip any any 
pager lines 24
logging enable
logging asdm informational
mtu outside 1500
mtu tchesc 1500
ip local pool vpnip 10.19.19.100-10.19.19.150 mask 255.255.255.0
no failover
icmp unreachable rate-limit 1 burst-size 1
icmp permit host 10.19.19.1 tchesc
asdm image disk0:/asdm-603.bin
no asdm history enable
arp timeout 14400
nat (tchesc) 0 access-list tchesc_nat0_outbound
access-group outside_access_in in interface outside
access-group tchesc_access_in in interface tchesc
route outside 0.0.0.0 0.0.0.0 10.19.26.1 1
route tchesc 10.19.16.0 255.255.248.0 10.19.19.2 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 uauth 0:05:00 absolute
dynamic-access-policy-record DfltAccessPolicy
 network-acl tchesc_nat0_outbound
aaa-server TCHCESC protocol nt
aaa-server TCHCESC (tchesc) host 10.19.16.11
 timeout 25
 nt-auth-domain-controller tchesc.org
http server enable
http 0.0.0.0 0.0.0.0 tchesc
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
auth-prompt accept Your information was approved. 
auth-prompt reject Sorry, the information specified is incorrect. 
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac 
crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac 
crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac 
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac 
crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac 
crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac 
crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac 
crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac 
crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac 
crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac 
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs 
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
crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
crypto map outside_map interface outside
crypto isakmp enable outside
crypto isakmp policy 10
 authentication pre-share
 encryption 3des
 hash sha
 group 2
 lifetime 86400
no crypto isakmp nat-traversal
no vpn-addr-assign aaa
no vpn-addr-assign dhcp
vpn-addr-assign local reuse-delay 60
telnet 0.0.0.0 0.0.0.0 tchesc
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 tchesc
ssh timeout 5
console timeout 0
vpn load-balancing 
 interface lbprivate outside
threat-detection basic-threat
threat-detection scanning-threat
threat-detection statistics
ntp server 10.150.2.100 source outside prefer
tftp-server tchesc 10.19.16.9 /
webvpn
 enable outside
group-policy tchesc internal
group-policy tchesc attributes
 wins-server none
 dns-server value 10.19.16.11
 vpn-tunnel-protocol IPSec webvpn
 default-domain value tchesc.org
username nbrown password pT8wJ.GAWo4NpZyu encrypted privilege 15
tunnel-group tchesc type remote-access
tunnel-group tchesc general-attributes
 address-pool vpnip
 authentication-server-group TCHCESC LOCAL
 default-group-policy tchesc
tunnel-group tchesc ipsec-attributes
 pre-shared-key *
!
class-map inspection_default
 match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
 parameters
  message-length maximum 512
policy-map global_policy
 class inspection_default
  inspect dns preset_dns_map 
  inspect ftp 
  inspect h323 h225 
  inspect h323 ras 
  inspect rsh 
  inspect rtsp 
  inspect esmtp 
  inspect sqlnet 
  inspect skinny  
  inspect sunrpc 
  inspect xdmcp 
  inspect sip  
  inspect netbios 
  inspect tftp 
!
service-policy global_policy global
prompt hostname context 
Cryptochecksum:b44a17ee7add84632b7a232c79350836
: end
asdm image disk0:/asdm-603.bin
no asdm history enable

Open in new window

CiscoHardware Firewalls

Avatar of undefined
Last Comment
ck459

8/22/2022 - Mon