06-17-2015 10:12 PM - edited 02-21-2020 08:17 PM
I have very simple network at my home with static WAN IP address , ASA serves as DHCP and gateway. plain network no complications at all.
X.X.X.X as a WAN
192.168.1.0/24 as a LAN
IP Pool 192.168.6.0/24 (VPN Pool)
I am trying to configure AnyConnect (AC) so that i can connect remotely and get my resources on the LAN network while outside. I am getting connected with AC, and when using split tunnel I am browsing the web just fine, but i have no access to LAN (no ICMP or TCP/UDP)
Route looks good in AC client
non secured network 0.0.0.0/0
secured network 192.168 .1.0/24
What am I missing for the LAN access ?, nat statement, access list.. ?
_____________________________
Result of the command: "show run"
: Saved
:
ASA Version 9.1(5)
!
hostname asa01
domain-name asa
names
ip local pool VPN-Pool 192.168.6.2-192.168.6.100 mask 255.255.255.0
!
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
switchport access vlan 5
!
interface Vlan1
nameif inside
security-level 100
ip address 192.168.1.1 255.255.255.0
!
interface Vlan2
description Outside
nameif outside
security-level 0
ip address XXXX
!
interface Vlan5
nameif dmz
security-level 50
ip address 192.168.100.1 255.255.255.0
!
boot system disk0:/asa915-k8.bin
ftp mode passive
clock timezone PST -8
clock summer-time PDT recurring
dns domain-lookup inside
dns domain-lookup outside
dns domain-lookup dmz
dns server-group DefaultDNS
domain-name naisus.local
same-security-traffic permit intra-interface
object network NETWORK_OBJ_192.168.1.0_24
subnet 192.168.1.0 255.255.255.0
object network NETWORK_OBJ_192.168.6.0_25
subnet 192.168.6.0 255.255.255.128
object-group protocol DM_INLINE_PROTOCOL_1
protocol-object icmp
protocol-object icmp6
access-list outside_access_in extended permit icmp any any inactive
access-list outside_access_in extended permit icmp6 any any inactive
access-list outside_access_in_1 extended permit object-group DM_INLINE_PROTOCOL_1 any any
access-list LAN standard permit 192.168.1.0 255.255.255.0
pager lines 24
logging enable
logging asdm informational
logging host inside 192.168.1.99
logging permit-hostdown
mtu inside 1500
mtu outside 1500
mtu dmz 1500
no failover
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-741.bin
no asdm history enable
arp timeout 14400
no arp permit-nonconnected
nat (inside,outside) source static NETWORK_OBJ_192.168.1.0_24 NETWORK_OBJ_192.168.1.0_24 destination static NETWORK_OBJ_192.168.6.0_25 NETWORK_OBJ_192.168.6.0_25 no-proxy-arp route-lookup
!
nat (inside,outside) after-auto source dynamic any interface
access-group outside_access_in_1 in interface outside
route outside 0.0.0.0 0.0.0.0 X>X>X>
timeout xlate 3:00:00
timeout pat-xlate 0:00:30
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
timeout floating-conn 0:00:00
dynamic-access-policy-record DfltAccessPolicy
user-identity default-domain LOCAL
http server enable
http 192.168.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
crypto ipsec ikev2 ipsec-proposal DES
protocol esp encryption des
protocol esp integrity sha-1 md5
crypto ipsec ikev2 ipsec-proposal 3DES
protocol esp encryption 3des
protocol esp integrity sha-1 md5
crypto ipsec ikev2 ipsec-proposal AES
protocol esp encryption aes
protocol esp integrity sha-1 md5
crypto ipsec ikev2 ipsec-proposal AES192
protocol esp encryption aes-192
protocol esp integrity sha-1 md5
crypto ipsec ikev2 ipsec-proposal AES256
protocol esp encryption aes-256
protocol esp integrity sha-1 md5
crypto ipsec security-association pmtu-aging infinite
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set ikev2 ipsec-proposal AES256 AES192 AES 3DES DES
crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
crypto map outside_map interface outside
crypto ca trustpoint ASDM_Launcher_Access_TrustPoint_0
enrollment self
fqdn none
subject-name CN=192.168.1.1,CN=asa01
keypair ASDM_LAUNCHER
crl configure
crypto ca trustpool policy
crypto ca certificate chain ASDM_Launcher_Access_TrustPoint_0
certificate 8b541b55
308201c3 3082012c a0030201 0202048b 541b5530 0d06092a 864886f7 0d010105
XXXX
quit
crypto ikev2 policy 1
encryption aes-256
integrity sha
group 5 2
prf sha
lifetime seconds 86400
crypto ikev2 policy 10
encryption aes-192
integrity sha
group 5 2
prf sha
lifetime seconds 86400
crypto ikev2 policy 20
encryption aes
integrity sha
group 5 2
prf sha
lifetime seconds 86400
crypto ikev2 policy 30
encryption 3des
integrity sha
group 5 2
prf sha
lifetime seconds 86400
crypto ikev2 policy 40
encryption des
integrity sha
group 5 2
prf sha
lifetime seconds 86400
crypto ikev2 remote-access trustpoint ASDM_Launcher_Access_TrustPoint_0
telnet 192.168.1.0 255.255.255.0 inside
telnet timeout 5
ssh stricthostkeycheck
ssh 192.168.1.0 255.255.255.0 inside
ssh timeout 5
ssh key-exchange group dh-group1-sha1
console timeout 0
dhcpd auto_config outside
!
dhcpd address 192.168.1.100-192.168.1.199 inside
dhcpd dns 8.8.8.8 75.75.75.75 interface inside
dhcpd domain naisus.home interface inside
dhcpd enable inside
!
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
ntp server 50.116.56.17 source outside
ntp server 108.61.73.243 source outside
ntp server 208.75.89.4 source outside prefer
ssl trust-point ASDM_Launcher_Access_TrustPoint_0 outside
ssl trust-point ASDM_Launcher_Access_TrustPoint_0 inside vpnlb-ip
ssl trust-point ASDM_Launcher_Access_TrustPoint_0 inside
webvpn
enable outside
anyconnect image disk0:/anyconnect-win-3.1.07021-k9.pkg 1 regex "Windows NT"
anyconnect image disk0:/anyconnect-macosx-i386-3.1.07021-k9.pkg 2 regex "Intel Mac OS X"
anyconnect image disk0:/anyconnect-linux-64-3.1.07021-k9.pkg 3 regex "Linux"
anyconnect enable
tunnel-group-list enable
group-policy DfltGrpPolicy attributes
vpn-simultaneous-logins 30
vpn-idle-timeout 5
group-policy GroupPolicy_AC_Profile internal
group-policy GroupPolicy_AC_Profile attributes
wins-server none
dns-server value 4.2.2.2
vpn-tunnel-protocol ssl-client
split-tunnel-policy tunnelspecified
split-tunnel-network-list value LAN
default-domain value naisus.local
username XX password XX encrypted privilege 15
username XX attributes
webvpn
smart-tunnel tunnel-policy tunnelall
tunnel-group AC_Profile type remote-access
tunnel-group AC_Profile general-attributes
address-pool VPN-Pool
default-group-policy GroupPolicy_AC_Profile
tunnel-group AC_Profile webvpn-attributes
group-alias AC_Profile 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
no call-home reporting anonymous
Cryptochecksum:XXX
: end
Solved! Go to Solution.
06-18-2015 07:36 AM
I'm not positive it's causing the problem, but I notice you have inconsistently defined the VPN pool as a /24 (in the name command and that name is associated with the tunnel-group) and a /25 (in the network object command which is further referenced in the NAT statement exempting NAT to that object). True your pool only assigns addresses from the lower half of the /24, but still....
I try to simplify things by using a single object for something like that which is used in multiple places. That avoids any discrepancies and using objects the way they are intended.
06-18-2015 07:36 AM
I'm not positive it's causing the problem, but I notice you have inconsistently defined the VPN pool as a /24 (in the name command and that name is associated with the tunnel-group) and a /25 (in the network object command which is further referenced in the NAT statement exempting NAT to that object). True your pool only assigns addresses from the lower half of the /24, but still....
I try to simplify things by using a single object for something like that which is used in multiple places. That avoids any discrepancies and using objects the way they are intended.
06-18-2015 06:26 PM
Very likely that could be the cause, typo (user error)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide