OpenVPN configuration on pfSense server

Business solution to host your own OpenVPN server with web management interface and bundled clients.
Post Reply
krkoo
OpenVpn Newbie
Posts: 1
Joined: Sat Apr 27, 2019 10:28 pm

OpenVPN configuration on pfSense server

Post by krkoo » Sat Apr 27, 2019 10:38 pm

Hello,
I am trying to setup a VPN client on pfSense but I have no idea how to configure it. I've got a config file from by VPN provider in case I want to set it up on a Linux machine. I tried to configure it according to that file but it is not working. I have set up all the certificates and private keys, but something is wrong. It always says "reconnecting; ping-restart" and "Local Address: (pending) Remote Host: (pending)". Can anybody help me with it please. The config is here:

Code: Select all

client
dev tun
proto udp
remote <ip address> 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca /etc/openvpn/ca.crt
tls-auth /etc/openvpn/ta.key 1
cert /etc/openvpn/vpn_123.crt
key /etc/openvpn/vpn_123.key
comp-lzo
keepalive 3 10
Thanks.

Post Reply