briancox86
IS-IT--Management
So here is my issue. I have an ASA 5505 that is used for remote access by a few employees for access to file servers. The VPN is configured for split tunneling. I am able to connect, auth, and establish ipsec tunnel. I however cannot get to anything on the internal network. The network is simple... plugged in to the ASA is a switch and into that are servers. I want somon to VPN in and be able to access them. Currently they cant.
If you need more info please ask.
---------------CONFIG PROVIDED BELOW---------------
: Saved
:
ASA Version 7.2(2)
!
terminal width 150
hostname ciscoasa
domain-name default.domain.invalid
enable password CENSORED encrypted
names
!
interface Vlan1
nameif inside
security-level 100
ip address 10.1.0.1 255.255.255.0
!
interface Vlan2
nameif outside
security-level 0
ip address XX.XX.XX.29 255.255.255.248
!
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
!
passwd CENSORED encrypted
ftp mode passive
dns server-group DefaultDNS
domain-name default.domain.invalid
same-security-traffic permit inter-interface
same-security-traffic permit intra-interface
access-list VPNRA extended permit ip 10.1.0.0 255.255.255.0 10.10.0.0 255.255.255.0
access-list VPNRA extended permit ip 10.10.0.0 255.255.255.0 10.1.0.0 255.255.255.0
pager lines 24
logging enable
logging asdm informational
mtu inside 1500
mtu outside 1500
ip local pool VPN-POOL 10.10.0.1-10.10.0.255 mask 255.255.255.0
icmp unreachable rate-limit 1 burst-size 1
icmp permit any inside
icmp permit any outside
asdm image disk0:/asdm-522.bin
no asdm history enable
arp timeout 14400
nat-control
global (outside) 1 interface
nat (inside) 0 access-list VPNRA
nat (inside) 1 0.0.0.0 0.0.0.0
route outside 0.0.0.0 0.0.0.0 67.100.156.25 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
group-policy VPNSPLITTUNNEL internal
group-policy VPNSPLITTUNNEL attributes
split-tunnel-policy tunnelspecified
split-tunnel-network-list value VPNRA
username user password CENSORED encrypted
aaa authentication ssh console LOCAL
http server enable
http 10.1.0.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
no snmp-server enable
crypto ipsec transform-set 3DESMD5 esp-3des esp-md5-hmac
crypto dynamic-map DYNOMAP 10 set transform-set 3DESMD5
crypto map VPNPEER 20 ipsec-isakmp dynamic DYNOMAP
crypto map VPNPEER interface outside
crypto isakmp identity address
crypto isakmp enable outside
crypto isakmp policy 10
authentication pre-share
encryption 3des
hash md5
group 2
lifetime 86400
tunnel-group EMPLOYEES type ipsec-ra
tunnel-group EMPLOYEES general-attributes
address-pool VPN-POOL
default-group-policy VPNSPLITTUNNEL
tunnel-group EMPLOYEES ipsec-attributes
pre-shared-key *
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh timeout 5
console timeout 10
dhcpd address 10.1.0.100-10.1.0.129 inside
dhcpd dns 10.1.0.50 10.1.0.51 interface inside
dhcpd wins 10.1.0.50 interface inside
dhcpd domain CENSORED.local interface 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 esmtp
inspect sqlnet
inspect skinny
inspect sunrpc
inspect xdmcp
inspect sip
inspect tftp
!
service-policy global_policy global
prompt hostname context
: end
If you need more info please ask.
---------------CONFIG PROVIDED BELOW---------------
: Saved
:
ASA Version 7.2(2)
!
terminal width 150
hostname ciscoasa
domain-name default.domain.invalid
enable password CENSORED encrypted
names
!
interface Vlan1
nameif inside
security-level 100
ip address 10.1.0.1 255.255.255.0
!
interface Vlan2
nameif outside
security-level 0
ip address XX.XX.XX.29 255.255.255.248
!
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
!
passwd CENSORED encrypted
ftp mode passive
dns server-group DefaultDNS
domain-name default.domain.invalid
same-security-traffic permit inter-interface
same-security-traffic permit intra-interface
access-list VPNRA extended permit ip 10.1.0.0 255.255.255.0 10.10.0.0 255.255.255.0
access-list VPNRA extended permit ip 10.10.0.0 255.255.255.0 10.1.0.0 255.255.255.0
pager lines 24
logging enable
logging asdm informational
mtu inside 1500
mtu outside 1500
ip local pool VPN-POOL 10.10.0.1-10.10.0.255 mask 255.255.255.0
icmp unreachable rate-limit 1 burst-size 1
icmp permit any inside
icmp permit any outside
asdm image disk0:/asdm-522.bin
no asdm history enable
arp timeout 14400
nat-control
global (outside) 1 interface
nat (inside) 0 access-list VPNRA
nat (inside) 1 0.0.0.0 0.0.0.0
route outside 0.0.0.0 0.0.0.0 67.100.156.25 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
group-policy VPNSPLITTUNNEL internal
group-policy VPNSPLITTUNNEL attributes
split-tunnel-policy tunnelspecified
split-tunnel-network-list value VPNRA
username user password CENSORED encrypted
aaa authentication ssh console LOCAL
http server enable
http 10.1.0.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
no snmp-server enable
crypto ipsec transform-set 3DESMD5 esp-3des esp-md5-hmac
crypto dynamic-map DYNOMAP 10 set transform-set 3DESMD5
crypto map VPNPEER 20 ipsec-isakmp dynamic DYNOMAP
crypto map VPNPEER interface outside
crypto isakmp identity address
crypto isakmp enable outside
crypto isakmp policy 10
authentication pre-share
encryption 3des
hash md5
group 2
lifetime 86400
tunnel-group EMPLOYEES type ipsec-ra
tunnel-group EMPLOYEES general-attributes
address-pool VPN-POOL
default-group-policy VPNSPLITTUNNEL
tunnel-group EMPLOYEES ipsec-attributes
pre-shared-key *
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh timeout 5
console timeout 10
dhcpd address 10.1.0.100-10.1.0.129 inside
dhcpd dns 10.1.0.50 10.1.0.51 interface inside
dhcpd wins 10.1.0.50 interface inside
dhcpd domain CENSORED.local interface 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 esmtp
inspect sqlnet
inspect skinny
inspect sunrpc
inspect xdmcp
inspect sip
inspect tftp
!
service-policy global_policy global
prompt hostname context
: end