Link to home
Create AccountLog in
Avatar of bbollinger
bbollingerFlag for United States of America

asked on

NAT/Access issues after putting 5512 ASA behind RV180 router

Previously we had a 5512 ASA setup and working properly. We had several internal address static nat'd to external address and were able to access our servers externally. Unfortunatley, when it came time to setup our site to site vpn we found out our ISP was blocking the necessary traffic on the IP we were using for the ASA's outside interface. We ended up having to buy a RV180 to act as a dummy router to assign the restricted IP to on its outside interface and put the ASA behind it so we could assign it an unrestricted IP for it's outside interface for the site to site vpn.

The problem is our NAT and access rules are no longer working. Internet access works fine however. We haven't even set the site to site vpn stuff up yet either. What do we need to change in either the ASA or the router to get this working again. I don't even know where to begin with providing any pertinent information for diagnosing the problem.
Avatar of Matt V
Matt V
Flag of Canada image

Posting a cleansed copy of the config on the ASA would be a good start.

Remove any passwords and identifying IPs etc.
I am assuming that the RV180 is performing NAT?  You will need to enable NAT traversal on the VPN tunnel so that the tunnel can bypass nat devices along the line.

crypto isakmp nat-traversal
ASKER CERTIFIED SOLUTION
Avatar of bbollinger
bbollinger
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of bbollinger

ASKER

I solved the problem.