Question
April 14, 2008 at 08:57 PM
lazrum

Easy VPN w/ ASA 5505 – no internet access

by lazrum . Updated 18 years, 3 months ago

I am having difficulty obtaining internet access through my Easy VPN server (ASA). When connecting to the VPN server using Cisco VPN Client software on my windows machine the IPSec tunnel successfully establishes with the ability to navigate shares and printers on the local LAN. However, I can’t surf the web or ping the outside interface nor anything beyond that. The config is below. Any suggestions would be greatly appreciated!

Result of the command: “show run”

: Saved
:
ASA Version 7.2(3)
!
hostname ASA
domain-name default.domain.invalid
enable password vArfWkQ8X0kmU.H/ encrypted
names
!
interface Vlan1
nameif inside
security-level 100
ip address 192.168.10.2 255.255.255.0
!
interface Vlan2
nameif outside
security-level 0
ip address dhcp setroute
!
interface Ethernet0/0
switchport access vlan 2
!
interface Ethernet0/1
switchport access vlan 2
!
interface Ethernet0/2
!
interface Ethernet0/3
!
interface Ethernet0/4
!
interface Ethernet0/5
!
interface Ethernet0/6
!
interface Ethernet0/7
!
passwd 2KFQnbNIdI.2KYOU encrypted
ftp mode passive
dns server-group DefaultDNS
domain-name default.domain.invalid
access-list no-nat extended permit ip any host 192.168.10.200
access-list no-nat extended permit ip any host 192.168.10.201
access-list outside_access_in extended permit icmp any any
access-list outside_access_in extended permit tcp any interface outside eq 3389
access-list outside_access_in extended permit tcp any interface outside eq 10000
pager lines 24
logging enable
logging asdm informational
mtu inside 1500
mtu outside 1500
ip local pool easyvpool 192.168.10.200-192.168.10.201 mask 255.255.255.0
ip audit attack action alarm drop
icmp unreachable rate-limit 1 burst-size 1
icmp permit any inside
icmp permit any echo-reply outside
asdm image disk0:/asdm-523.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list no-nat
nat (inside) 1 0.0.0.0 0.0.0.0
static (inside,outside) tcp interface 3389 192.168.0.118 3389 netmask 255.255.255.255
static (inside,outside) tcp interface https 192.168.0.118 https netmask 255.255.255.255
static (inside,outside) tcp interface 10000 192.168.10.1 10000 netmask 255.255.255.255
access-group outside_access_in in interface outside
route inside 192.168.0.0 255.255.255.0 192.168.10.1 1
route inside 172.30.1.0 255.255.255.0 192.168.10.1 1
route inside 192.168.30.0 255.255.255.0 192.168.10.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 uauth 0:05:00 absolute
aaa authentication ssh console LOCAL
aaa authentication enable console LOCAL
aaa authentication http console LOCAL
aaa authentication serial console LOCAL
aaa authentication telnet console LOCAL
aaa authentication secure-http-client
aaa local authentication attempts max-fail 4
http server enable
http 0.0.0.0 0.0.0.0 inside
http 192.168.0.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
crypto dynamic-map dyn_map 20 set transform-set ESP-AES-128-SHA
crypto map outside_map 50 ipsec-isakmp dynamic dyn_map
crypto map dyn_map interface outside
crypto isakmp enable outside
crypto isakmp policy 10
authentication pre-share
encryption aes
hash sha
group 2
lifetime 86400
telnet 0.0.0.0 0.0.0.0 inside
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 inside
ssh 0.0.0.0 0.0.0.0 outside
ssh timeout 5
console timeout 0
management-access inside
dhcpd dns 4.2.2.1 4.2.2.2
!
dhcpd address 192.168.10.10-192.168.10.30 inside
dhcpd enable inside
!

!
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 sqlnet
inspect skinny
inspect sunrpc
inspect xdmcp
inspect sip
inspect netbios
inspect tftp
!
service-policy global_policy global
group-policy ezvpn internal
group-policy ezvpn attributes
dns-server value 192.168.0.1 4.2.2.1
vpn-tunnel-protocol IPSec
username jason password jqrb32g4cAmYek8K encrypted privilege 15
username ezjason password vEssrCAulLA.mKJs encrypted privilege 0
username ezjason attributes
vpn-group-policy ezvpn
tunnel-group ezvpn type ipsec-ra
tunnel-group ezvpn general-attributes
address-pool easyvpool
default-group-policy ezvpn
tunnel-group ezvpn ipsec-attributes
pre-shared-key *
prompt hostname context
Cryptochecksum:6e12bc2e78a6d2a19c7361435a1e6533
: end

This discussion is locked

All Comments