cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
796
Views
0
Helpful
4
Replies

ASA 5505 doesn't allow access

mikesyed1
Level 1
Level 1

I have a asa 5505 having a ssl vpn which allow me to connect  the server using anyconnect  and allow me to browse the internet but doesn't allow me to have an access the server  what can be the problem ? Please suggest a solution

4 Replies 4

Yudong Wu
Level 7
Level 7

please post your configuration.

Which server IP you are trying to access from VPN client?

After reviewing your configuration, we might have better idea as of what could be the issue.

: Saved
: Written by enable_15 at 19:55:23.810 UTC Mon May 2 2011
!
ASA Version 8.2(2)
!
hostname ciscoasa
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
names
dns-guard
!
interface Vlan1
nameif inside
security-level 100
ip address 192.168.1.1 255.255.255.0
!
interface Vlan2
nameif outside
security-level 0
pppoe client vpdn group test
ip address pppoe setroute
!
interface Ethernet0/0
switchport access vlan 2
!
interface Ethernet0/1
!
interface Ethernet0/2
!
interface Ethernet0/3
!
interface Ethernet0/4
!
interface Ethernet0/5

!

interface Ethernet0/6
!
interface Ethernet0/7
!
ftp mode passive
dns domain-lookup outside
dns server-group DefaultDNS
name-server 192.168.1.125
same-security-traffic permit inter-interface
object-group protocol TCPUDP
protocol-object udp
protocol-object tcp
access-list outside_nat0_outbound extended permit ip any any
access-list test standard permit 192.168.1.0 255.255.255.0
access-list inside_access_in extended permit ip any any
access-list outside_access_in extended permit ip any any
pager lines 24
logging asdm informational
mtu outside 1500
mtu inside 1500
ip local pool testanyconnect 192.168.1.150-192.168.1.225 mask 255.255.255.
0
icmp unreachable rate-limit 1 burst-size 1
asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (outside) 0 access-list outside_nat0_outbound
nat (inside) 1 0.0.0.0 0.0.0.0
access-group outside_access_in in interface outside
access-group inside_access_in in interface inside
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
dynamic-access-policy-record DfltAccessPolicy
http server enable
http 192.168.1.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 security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
telnet timeout 5
ssh timeout 5
console timeout 0
vpdn group test request dialout pppoe
vpdn group test localname test@test.ca
vpdn group test ppp authentication pap
vpdn username test@test.ca password test
dhcpd auto_config outside

!

dhcpd address 192.168.1.101-192.168.1.225 inside
dhcpd auto_config outside interface inside
dhcpd enable inside
!

threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
enable outside
enable inside
anyconnect-essentials
svc image disk0:/anyconnect-win-2.4.1012-k9.pkg 1
svc enable
tunnel-group-list enable
group-policy test internal
group-policy test attributes
vpn-tunnel-protocol svc webvpn
split-tunnel-policy tunnelspecified
split-tunnel-network-list value test
vlan none
webvpn
  url-list value anyconnect
  svc ask enable
username test password wp20w6BjOAol0TM7 encrypted privilege 0
username test attributes
vpn-group-policy test
service-type remote-access
webvpn
  svc dtls enable
tunnel-group test type remote-access
tunnel-group test general-attributes
address-pool testanyconnect
default-group-policy test
tunnel-group test webvpn-attributes
group-alias test enable
group-url https://70.54.182.55/test enable
!
class-map inspection_default
match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
parameters message-length maximum client auto
  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
  inspect ip-options
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:ab0be14464e5cf627b1005da1a57abd8
ciscoasa#

above post is my configuration

1. change your vpn ip pool to a ip range which is not overlapped with your inside network, saying 172.16.1.0/14

ip local pool testanyconnect 192.168.1.150-192.168.1.225 mask 255.255.255.0

2. change the following ACL which is used by NAT 0

access-list outside_nat0_outbound extended permit ip any any

change to

access-list outside_nat0_outbound extended permit ip 192.168.1.0 255.255.255.0 172.16.1.0 255.255.255.0