EFW Support

Support => General Support => Topic started by: d martin on Wednesday 25 September 2013, 04:52:42 am



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
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