• Cannot connect to OpenVPN server

    5
    0 Votes
    5 Posts
    3k Views
    M

    @gertjan I took a look at the OpenVPN access server documentation and logs.
    The connection issue is due to a TLS error. I have spent some time looking into it and learned more about the access server.
    Long story short, I decided to switch from the access server to a pfSense OpenVPN server.
    Main reason is that I found the amount of configuration options in the OpenVPN access server quite limited.
    I managed to set up get connected to the pfSense OpenVPN server quite easily but I encountered a new problem. I can not connect to certain websites.

    I will make a new thread for this 😰

  • Ipsec & OpenVPN mixed VPN

    9
    0 Votes
    9 Posts
    804 Views
    C

    @jknott
    I finally solved creating another phase2 in ipsec, now works fine.
    As described here:
    https://docs.netgate.com/pfsense/en/latest/vpn/ipsec/multiple-subnets.html

    Thanks again for help.

    bye.

  • 2FA/MFA with RADIUS drops the VPN connection after 60 minutes

    5
    0 Votes
    5 Posts
    1k Views
    R

    We ran into a similar issue with pfSense 2.5.1 running OpenVPN with RADIUS and 2FA/MFA. For us, the fix adding these options in the OpenVPN Client Export tool under Additional configuration options :

    reneg-sec 0 hand-window 120 auth-nocache

    Now, our 2FA/MFA with RADIUS works very well.

  • OPENVPN Client Error PFSense System Logs

    1
    0 Votes
    1 Posts
    483 Views
    No one has replied
  • Issue trying to import OpenVPN CA.

    4
    0 Votes
    4 Posts
    642 Views
    viktor_gV

    @deanfourie It looks like you are trying to import Client/Server certificate on the CA page.

    Please read https://docs.netgate.com/pfsense/en/latest/certificates/index.html
    and watch https://www.netgate.com/resources/videos-certificate-management-on-pfsense-24

  • OpenVPN route to remote network

    4
    0 Votes
    4 Posts
    599 Views
    V

    @cerberus2022 said in OpenVPN route to remote network:

    I am working on deploying PFSense and i will be using it as a openvpn server for remote workers.

    Is this the default gateway in the local network or is there another router?

    Do you set up an access server for road warriors or a site2site?
    You're talking about "remote workers" but also stated a "remote site".

    All of the remote sites are set up on a different firewall that they connect to that sits on LAN at 192.168.45.3 .

    What does this mean?

  • how to use two side SSL on openvpn?

    3
    0 Votes
    3 Posts
    481 Views
    J

    @umm12
    I was part of the pfsense team before and I using pfsense for about 100 different projects now. But it is not possible to use two way/side SSL for openvpn in this job. You can use a shared certificate for all your clients that if clients do not have that certificate can not enter your service with a username and password.
    thanks

  • Only the LAN interface is pinging

    13
    0 Votes
    13 Posts
    1k Views
    S

    @viragomann Yes, that's true. I will experiment with ssh.

    Thank you for your help and time!

  • OpenVPN _ Client pfSense website

    4
    0 Votes
    4 Posts
    571 Views
    M

    Here are both firewall rulesServer.png Client.png

    Please be note: the client internet connection is 5G router, no static IP

  • backup openvpn configuration and firewall rules

    1
    0 Votes
    1 Posts
    140 Views
    No one has replied
  • Will this work to bypass google captcha when using VPN?

    5
    0 Votes
    5 Posts
    1k Views
    T

    @kom Ahh good point, hadn't thought of that. Thank you for the response. It's much appreciated!!

  • Peer to peer L2 OpenVPN - is it possible?

    3
    0 Votes
    3 Posts
    570 Views
    B

    I'm guessing that there are limitations or bugs when trying to use a TAP interface in a peer to peer setup. Or maybe you have to add in some custom settings to make it work. Either way, I had to go with layer 3 TUN mode and use a dedicated PC client to relay DHCP and bridge the layer 2 traffic via a 2nd VPN connection using remote access. This method doesn't scale well and is a bit over complicated, but it does what I need for now.

  • Extremely slow VPN connection using PIA

    5
    0 Votes
    5 Posts
    1k Views
    J

    Try using Ivacy's Netherlands VPN. I've never came across any of the problems mentioned. I get fast internet speeds with no throttling, be it for torrenting or streaming or any other purpose.

  • Site to Site (preshare) not working different versions

    2
    0 Votes
    2 Posts
    328 Views
    P

    It had to do with cipher differences between the two versions.

    https://community.openvpn.net/openvpn/wiki/CipherNegotiation

    Had to edit some settings in both server and client side.

  • Multiple OpenVPN connections: All have the same Virtual Address

    5
    0 Votes
    5 Posts
    3k Views
    R

    I’m having the same scenario. 2 Torgaurd VPN clients, and they end up with the same virtual IP addresses, and traffic through the VPN stops.

    A restart of pfsense would previously resolve the issue by assigning different virtual IP’s, but over the last week or so both connections get the same.

    Any ideas on how to stop this from happening.

  • configure openvpn client to site with preshared key?

    1
    0 Votes
    1 Posts
    171 Views
    No one has replied
  • Limit allowed users

    4
    0 Votes
    4 Posts
    588 Views
    V

    @topogigio
    Yes, with TLS auth, only clients with a certificate signed by the CA which is selected in the server settings are allowed to connect.
    You can additionally check „strict user CN matching“ to ensure all clients can connect with their own cert.

  • 0 Votes
    9 Posts
    752 Views
    M

    Effectively, in It support we always have to use imagination for different solution for the dumbest users! :)

    I've didn't implement and test the solution, but I'm sur it will works!!!

    Thanks all and have a good day!

  • Site to site OPenVPN traffix not working outside appliance

    4
    0 Votes
    4 Posts
    583 Views
    K

    @marvosa
    Here are the configs.
    SERVER:
    dev ovpns5
    verb 1
    dev-type tun
    dev-node /dev/tun5
    writepid /var/run/openvpn_server5.pid
    #user nobody
    #group nobody
    script-security 3
    daemon
    inactive 300
    keepalive 10 60
    ping-timer-rem
    persist-tun
    persist-key
    proto udp4
    auth SHA256
    up /usr/local/sbin/ovpn-linkup
    down /usr/local/sbin/ovpn-linkdown
    local 10.0.1.2
    ifconfig 10.1.15.1 10.1.15.2
    lport 1200
    management /var/etc/openvpn/server5/sock unix
    route 10.1.11.0 255.255.255.0
    secret /var/etc/openvpn/server5/secret
    data-ciphers AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:AES-256-CBC
    data-ciphers-fallback AES-256-CBC
    allow-compression no
    explicit-exit-notify 1

    CLIENT:
    dev ovpnc3
    verb 1
    dev-type tun
    dev-node /dev/tun3
    writepid /var/run/openvpn_client3.pid
    #user nobody
    #group nobody
    script-security 3
    daemon
    keepalive 10 60
    ping-timer-rem
    persist-tun
    persist-key
    proto udp4
    auth SHA256
    up /usr/local/sbin/ovpn-linkup
    down /usr/local/sbin/ovpn-linkdown
    local 10.1.20.2
    lport 0
    management /var/etc/openvpn/client3/sock unix
    remote remote_host.ddns.net 1200 udp4
    ifconfig 10.1.15.2 10.1.15.1
    route 192.168.1.0 255.255.255.0
    secret /var/etc/openvpn/client3/secret
    data-ciphers AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:AES-256-CBC
    data-ciphers-fallback AES-256-CBC
    allow-compression no
    resolv-retry infinite
    explicit-exit-notify 1

  • Single server, multi site, shared key OpenVPN config?

    7
    0 Votes
    7 Posts
    760 Views
    F

    @rico it's just a pain in the proverbial behind...

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.