I can connect using Anyconnect client and get an ip address, but I can't ping anything. I believe my issues are with NAT and I just can't get it. I looked at other configs and examples and just can't pick up on what I need to do. The syslog message I am seeing when attempt a ping is No translation group found for icmp src outside: x.x.x.x dst inside: x.x.x.x
Below is part of my config. I want my clients to be able to ping anything on the inside network. Actually I want them to be able to get to anything, http, rdp, etc.
interface Vlan1
nameif inside
security-level 100
ip address 10.1.3.10 255.255.255.0
!
interface Vlan2
nameif outside
security-level 0
ip address x.x.x.x 255.255.255.240
!
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
!
dns domain-lookup inside
dns server-group DefaultDNS
name-server 10.1.12.14
access-list nonat extended permit ip 10.0.0.0 255.0.0.0 192.168.108.0 255.255.255.0
pager lines 24
logging enable
logging asdm informational
mtu inside 1500
mtu outside 1500
ip local pool ASA_VPN 192.168.108.51-192.168.108
.60 mask 255.255.255.0
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-603.bin
no asdm history enable
arp timeout 14400
nat-control
global (outside) 1 interface
nat (inside) 0 access-list nonat
nat (inside) 1 0.0.0.0 0.0.0.0
route outside 0.0.0.0 0.0.0.0 x.x.x.x 1
route inside 10.0.0.0 255.0.0.0 10.1.3.1 1
route inside 192.168.108.0 255.255.255.0 10.1.3.1 1
Thanks
Start Free Trial