05-28-2013 12:21 PM
I'm configurig a VPN profile with NO split tunneling. The tunnel is working to the inside, but I'm not able to get internet access. Below are the NAT statements that I created.
nat (outside) 2 0.0.0.0 0.0.0.0
global (outside) 2 (ip address)
I'm familiar with 8.6 nat statements, but with 8.2 it's not letting me put in the same commands.
Can someone please point out what I'm doing wrong?
Thanks,
Corey
Solved! Go to Solution.
05-28-2013 12:29 PM
Hi,
I would suggest configuring the "nat" statement with the actual VPN networks. Though that is not the problem but just a suggestion
I would imagine that you might be missing this configuration
same-security-traffic permit intra-interface
This will allow the VPN Client traffic to enter the "outside" interface and also leave it towards Internet.
Hope this helps
Remember to mark the reply as the correct answer if it answered your question or ask more
- Jouni
05-28-2013 12:29 PM
Hi,
I would suggest configuring the "nat" statement with the actual VPN networks. Though that is not the problem but just a suggestion
I would imagine that you might be missing this configuration
same-security-traffic permit intra-interface
This will allow the VPN Client traffic to enter the "outside" interface and also leave it towards Internet.
Hope this helps
Remember to mark the reply as the correct answer if it answered your question or ask more
- Jouni
05-28-2013 12:42 PM
Thanks! I forgot the same-security-traffic permit intra-interface
Works good now. Much appreciated.
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