Title: PortForward VPN Through Cisco ASA Troubles Post by: d martin on Wednesday 25 September 2013, 04:52:42 am 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 Code: static (inside,outside) udp interface 1194 "endian firewall outside IP" 1194 netmask 255.255.255.255 ##setup port forward Thanks for your time, Joe |