05-27-2014 09:02 AM - edited 02-21-2020 07:39 PM
Hello - I have set up a Remote access VPN on an ASA. The tunnell seem to come up ok but I cannot access any local resources. I have searched the forums and google and for some reason cannot get it to work. Could someone have a look for me and point me in the right direction.
Thank-you
gm
05-29-2014 01:53 AM
Hi,
Which ip you are trying to reach, are you able to ping from ASA to that internal ip.
As i can see there is not route back to your internal network.
Thanks
05-29-2014 02:03 PM
Which local network are we talking about. The local network connected to the ASA or the local network from where the RA users are connecting from?
There is no need for a route statement, the internal network is directly connected to the ASA.
Your config looks fine though I have seem some issues with VPN when using the any keyword. Chance the no NAT statement to be more specific since you are doing split tunneling anyway.
access-list NONAT extended permit ip 192.168.0.0 255.255.255.0 192.168.115.0 255.255.255.0
Change the statement and test. Let us know how it goes.
--
Please remember to select a correct answer and rate helpful posts
05-29-2014 04:40 PM
Thanks for reply. I changed the NONAT statement statement as suggested above and it still isn't working. I did get it working by adding a ACL to the outside and inside interfaces permitting the specific VPN traffic. I was under the understanding that the sysopt connection permit-vpn command bypassed ACL and I didnt need those statements but its working.
thanks - all for the replies
gm
05-30-2014 02:32 AM
The sysopt connection permit-vpn command bypasses the ACL on the outside interface...not the ACL on the inside interface.
Glad you got it working
--
Please remember to select a correct answer and rate helpful posts
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