PLEASE ignore my previous comment I was not awake yet. Here is what you need to do
Do not use the same name for the no-nat access-list and the vpngroup access-list
inside lan client IP
access-list remoteVPN permit ip 10.0.0.0 255.0.0.0 10.117.1.0 255.255.255.0
inside lan client IP
access-list no-nat permit ip 10.0.0.0 255.0.0.0 10.117.1.0 255.255.255.0
nat (inside) 0 access-list no-nat
nat (inside) 1 0.0.0.0 0.0.0.0 0 0 for outbound traffic
vpngroup default idle-time 1800
vpngroup remoteVPN address-pool dialin
vpngroup remoteVPN dns-server 10.115.100.3
vpngroup remoteVPN wins-server 10.115.100.3
vpngroup remoteVPN default-domain me.com
vpngroup remoteVPN split-tunnel remoteVPN
vpngroup remoteVPN idle-time 1800
vpngroup remoteVPN password ********
Main Topics
Browse All Topics





by: snoopy13Posted on 2004-09-21 at 01:33:03ID: 12110118
I think the cause of your problem is the nat (inside) 0 access-list 101, it's not really needed as the
nat (inside) 1 0.0.0.0 0.0.0.0 0 0 covers all addresses. The nat (inside) 0 line is usually used for a no-nat access-list. So remove this line and try it.