I'm trying to configure OpenVPN on my Endian firewall 2.5.1 located in my office and my OpenVPN client located in my home.
Here, step by step, my EFW SERVER configuration:
SERVER CONFIGURATION > GLOBAL SETTINGS:
- OpenVPN server enabled [Yes]
- Bridged [No]
- VPN subnet: [255.255.255.248/29]
ACCOUNTS:
- Username: [myuser]
- Password: [mypwd]
- no other check-boxes flagged and no other data entered on this section
ADVANCED > ADVANCED SETTINGS:
- Port: 1194
- Protocol: UDP
- no other check-boxes flagged and no other data entered on this section
ADVANCED > GLOBAL PUSH OPTIONS:
- no check-boxes flagged and no data entered on this section (all disabled)
ADVANCED > AUTHENTICATION SETTINGS:
- PSK
- no other check-boxes flagged and no other data entered on this sectionHere, step by step, my configuration file for the CLIENT installed on PC in my home:
client
dev tap
proto udp
remote MY.OFFICE.WAN.IP
resolv-retry infinite
nobind
persist-key
persist-tun
ca MY_CERTIFICATE.pem
auth-user-pass
comp-lzo
Help me please to understand what is wrong or missing. Thanks in advance.
PS: I read that you need to set the rules for the VPN firewall. If so, how is it done?