Hello,
I have an OpenVPN running on a endian firewall which also acts as my main router. I just placed an ASA5520 in front of the Endian Firewall and changed the IPs to match my new environment, so now if I want to access my VPN remotely I have to configure the ASA to port forward the traffic. Endian firewall uses UDP 1194 for vpn connectivity. My ASA so far has a basically default configuration on it.
To get my vpn connectivity I did this so far
static (inside,outside) udp interface 1194 "endian firewall outside IP" 1194 netmask 255.255.255.255 ##setup port forward
access-list INBOUND extended permit udp any any eq 1194 ##Allow UDP 1194 Traffic
At this point nothing seems to work. I believe my troubles lies with my ASA, however now that I changed my IPs on my endian firewall I should not have to re-generate my Host and CA certificates, correct? Any advice or suggestions you could provide me would be much appreciated.
Thanks for your time,
Joe