Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASA 5505 VPN Issue

Status
Not open for further replies.

johg2

IS-IT--Management
Jun 28, 2010
3
US
We are having trouble getting Remote VPN working on the Cisco ASA 5505 we updated to ASA version 8.3(1)

I can get the remote user to establish a vpn connection, i can see the computer and connect to the computer from inside my network. But i cannot get the remote users to see anything internally.

I am hoping i am just missing something easy.

Here is the config

The group i have been working with is

CiscoVPN

The others where just other tests of the wizard client in creating something out of the box that actually worked.

: Saved
:
ASA Version 8.3(1)
!
hostname ciscoasa
domain-name company.com
enable password encrypted
passwd encrypted
names
!
interface Vlan1
nameif inside
security-level 100
ip address 192.168.x.xx 255.255.255.0
!
interface Vlan2
nameif outside
security-level 0
ip address 12.28.xxx.xxx 255.255.255.224
!
interface Ethernet0/0
switchport access vlan 2
!
interface Ethernet0/1
!
interface Ethernet0/2
!
interface Ethernet0/3
!
interface Ethernet0/4
!
interface Ethernet0/5
switchport access vlan 12
!
interface Ethernet0/6
!
interface Ethernet0/7
!
ftp mode passive
clock timezone CST -6
clock summer-time CDT recurring
dns domain-lookup inside
dns server-group DefaultDNS
name-server 192.168.1.27
name-server 192.168.1.37
domain-name company.com
same-security-traffic permit inter-interface
same-security-traffic permit intra-interface
object network obj-192.168.1.0
subnet 192.168.1.0 255.255.255.0
object network obj-152.152.152.0
subnet 152.152.152.0 255.255.255.0
object network NETWORK_OBJ_152.152.152.0_24
subnet 152.152.152.0 255.255.255.0
access-list vpngrp1_splitTunnelAcl standard permit any
access-list inside_nat0_outbound extended permit ip 192.168.1.0 255.255.255.0 152.152.152.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip any 152.152.152.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip interface inside any
access-list inside_nat0_outbound extended permit ip 152.152.152.0 255.255.255.0 any
access-list inside_access_in extended permit ip 152.152.152.0 255.255.255.0 any
access-list inside_access_in extended permit ip any 152.152.152.0 255.255.255.0
access-list inside_access_in extended permit ip any 30.30.30.0 255.255.255.0
access-list outside_access_in extended permit ip 152.152.152.0 255.255.255.0 192.168.1.0 255.255.255.0
access-list outside_access_in extended permit ip any 152.152.152.0 255.255.255.0
access-list outside_access_in extended permit ip interface inside any
access-list outside_nat0_outbound extended permit ip 152.152.152.0 255.255.255.0 192.168.1.0 255.255.255.0
access-list vpngrp2_splitTunnelAcl standard permit any
pager lines 24
logging enable
logging asdm informational
mtu inside 1500
mtu outside 1500
ip local pool Vpn 152.152.152.1-152.152.152.254 mask 255.255.255.0
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-524.bin
no asdm history enable
arp timeout 14400
nat (inside,any) source static obj-192.168.1.0 obj-192.168.1.0 destination static obj-152.152.152.0 obj-152.152.152.0
nat (inside,any) source static any any destination static obj-152.152.152.0 obj-152.152.152.0
nat (inside,outside) source static any any destination static NETWORK_OBJ_152.152.152.0_24 NETWORK_OBJ_152.152.152.0_24
nat (any,inside) source static NETWORK_OBJ_152.152.152.0_24 NETWORK_OBJ_152.152.152.0_24 dns
access-group inside_access_in in interface inside
access-group outside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 12.28.106.193 1
route inside 30.30.30.0 255.255.255.0 30.30.30.1 2
route outside 0.0.0.0 0.0.0.0 192.168.1.38 tunneled
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 transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
crypto dynamic-map outside_dyn_map 20 set pfs group1
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-SHA
crypto dynamic-map outside_dyn_map 40 set pfs group1
crypto dynamic-map outside_dyn_map 40 set transform-set ESP-3DES-SHA
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_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
vpn-addr-assign local reuse-delay 180
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd auto_config outside
!
dhcpd address 192.168.1.39-192.168.1.254 inside
!

threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
enable outside
port-forward RDP 3369 appserver2.company.com 3369 RDP
group-policy DfltGrpPolicy attributes
vpn-tunnel-protocol IPSec webvpn
split-tunnel-policy tunnelspecified
split-tunnel-network-list value inside_nat0_outbound
intercept-dhcp 255.255.255.0 enable
ip-phone-bypass enable
leap-bypass enable
nem enable
webvpn
svc firewall-rule client-interface public value inside_nat0_outbound
svc firewall-rule client-interface private value inside_nat0_outbound
group-policy vpngrp2 internal
group-policy vpngrp2 attributes
dns-server value 192.168.1.27 192.168.1.37
vpn-tunnel-protocol IPSec
split-tunnel-policy tunnelspecified
split-tunnel-network-list value vpngrp2_splitTunnelAcl
default-domain value company.com
webvpn
customization value DfltCustomization
group-policy remotevpn internal
group-policy remotevpn attributes
wins-server value 192.168.1.25 192.168.1.37
dns-server value 192.168.1.27 192.168.1.37
vpn-tunnel-protocol IPSec svc
default-domain value company.com
group-policy remote internal
group-policy remote attributes
wins-server value 192.168.1.37
dns-server value 192.168.1.37 192.168.1.27
vpn-tunnel-protocol IPSec
default-domain value company.com
group-policy CiscoVPN internal
group-policy CiscoVPN attributes
wins-server value 192.168.1.25 192.168.1.37
dns-server value 192.168.1.27 192.168.1.37
vpn-tunnel-protocol IPSec
default-domain value company.com
username georgej password JNcSZyxGQnSkp0VY encrypted
username georgej attributes
vpn-group-policy DfltGrpPolicy
webvpn
customization value DfltCustomization
sso-server none
username remotevpn password 5C9zA4WCqZXiXFOz encrypted
username justinr password uXkNnGqn9C7DQcsV encrypted privilege 0
username justinr attributes
vpn-group-policy DfltGrpPolicy
tunnel-group DefaultL2LGroup ipsec-attributes
pre-shared-key *****
tunnel-group DefaultRAGroup ipsec-attributes
pre-shared-key *****
tunnel-group vpngrp2 type remote-access
tunnel-group vpngrp2 general-attributes
address-pool Vpn
default-group-policy vpngrp2
tunnel-group vpngrp2 ipsec-attributes
pre-shared-key *****
tunnel-group CiscoVPN type remote-access
tunnel-group CiscoVPN general-attributes
address-pool Vpn
tunnel-group CiscoVPN ipsec-attributes
pre-shared-key *****
tunnel-group remotevpn type remote-access
tunnel-group remotevpn general-attributes
address-pool Vpn
default-group-policy remotevpn
tunnel-group remotevpn ipsec-attributes
pre-shared-key *****
radius-sdi-xauth
tunnel-group remote type remote-access
tunnel-group remote general-attributes
address-pool Vpn
default-group-policy remote
tunnel-group remote 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
inspect ip-options
!
service-policy global_policy global
prompt hostname context
call-home
profile CiscoTAC-1
no active
destination address http 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
Cryptochecksum:fad72981b12441ccc1e143a405b0cbcf
: end
asdm image disk0:/asdm-524.bin
no asdm history enable
 
As far as I can see the policies are all swapped. Maybe it would be better for you to clean your config or back it up the do a write erase (factory defaults) and start all over.

Do you want to use the vpn client, or the webvpn?
 
repost in the Cisco ASA forum

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top