• Un-necessary floatings

    2
    0 Votes
    2 Posts
    634 Views
    E

    Any one has any clue ?

  • DNS resolution over OpenVPN: TCP vs UDP

    5
    0 Votes
    5 Posts
    2k Views
    mgiM

    @greywolf could this be mtu/mss issue when tje connection is over TCP?

  • Changed Gateway and WAN static IP cant connect from specific host/ip

    3
    0 Votes
    3 Posts
    616 Views
    J

    Seems like an ISP issue, but it has resolved itself.

    Thank you for the assistance.

  • External RADIUS / Cisco-AVPair / clientip

    3
    0 Votes
    3 Posts
    1k Views
    R

    @mmercier can you please give me the step by step to get openvpn on the 22.01 release, been trying to configure it and it won’t start. Went by all documentation twice every time and nothing, is there another documentation on configuration for 22.01 release, please and thank you.

  • PiVPN and pfsense as Client

    13
    0 Votes
    13 Posts
    3k Views
    N

    @mariof said in PiVPN and pfsense as Client:

    my devices on the network

    I didnt have to disable gateway monitoring. Got it set up and since the RPI runs PiHole before VPN I use it for DNS and gateway testing.

    Do you, by any chance, have two RPIs? I have to VPN servers on two seperate RPIs on two continents (Netflix :-) works) but I am having problems with CAs as common name is the same causing pfSense to get confused.

  • Can’t import existing OpenVPN config

    1
    0 Votes
    1 Posts
    248 Views
    No one has replied
  • VPN up, but IP address still exposed.

    5
    0 Votes
    5 Posts
    789 Views
    T

    @drhans Here are screen shots of my client config for a Nord UDP client connection that is up and working as expected. Note that if you want to start out with all traffic being routed through the VPN connection, un-check the "Don't Pull Routes" option that I have checked. The full set of "Custom Options" I have, which is not fully visible in my screen shots, is:

    tls-client; remote-random; tun-mtu 1500; tun-mtu-extra 32; mssfix 1450; persist-key; persist-tun; ping 15; ping-restart 0; ping-timer-rem; reneg-sec 0; remote-cert-tls server; auth-nocache; pull-filter ignore "redirect-gateway"; pull-filter ignore "dhcp-option"; auth-retry nointeract;

    Note that you will NOT want the line:

    pull-filter ignore "redirect-gateway";

    if you want all traffic to be routed through the VPN. And in fact I probably don't need it myself with "Don't Pull Routes" enabled. You also may or may not want the line:

    pull-filter ignore "dhcp-option";

    which prevents the server from pushing DNS servers to use. I have pfSense configured to use unbound but with the outgoing interfaces set to my VPN client interfaces.

    Some of the other things I have in my custom options are redundant to options set up by the GUI, but not harmful; it's just been a while since I've cleaned them up, but I know that these work for Nord.

    a7263980-045c-4839-8c67-22e0ff199eb7-image.png
    51fb8fe1-920c-42a1-89f7-caa871c1ecd6-image.png
    a9999673-6e36-44ad-ae68-77d440194da5-image.png
    7cfbc770-9ae4-4114-b321-e3840c6aca98-image.png

  • How to route a wifi interface through OpenVPN?

    3
    0 Votes
    3 Posts
    643 Views
    V

    @circle-0 said in How to route a wifi interface through OpenVPN?:

    These describe in various clarity how to set things up for LAN and I thought I could just replace the LAN interface occurences in the guides with the wifi interface/network. No luck however.

    Generally it should work this way as described.

    Consider that in the outbound NAT rule you have also to replace the source with your wifi network.

    If it doesn't work, post more details of your setup.

  • OTP and OpenVPN disconnects

    2
    0 Votes
    2 Posts
    621 Views
    M

    @michmoor Ok i think i figured it out. I think..
    When the phone or any device goes idle, and authentication happens again it fails obviously because the authcode changed as well.

    Is there an option that will pick up where you left off ' resume the connection again.

    On more corporate environments I have worked in, that is a feature with a hard time out of 24hrs so there is a user convenience factor to all of this.

  • How to check that computer connected my VPN server?

    4
    0 Votes
    4 Posts
    655 Views
    GertjanG

    @aldomoro

    pfSense shows you what you've entered as user credentials.

    I'm using TLS only, and not User/passwords, the connection shows the CN entry in the certificate, not the name of the iPhone, neither the created user for this VPN connection.

    So, you decide what shows up when a user connects.

  • openvpn server 'ovpns9' user cert CN '' address '' - disconnected

    4
    0 Votes
    4 Posts
    792 Views
    bingo600B

    @summer
    I would agree that something is hitting that ip/port (could be a simple portscan or worse)
    But if you have a secure setup , there is prob. no reason to worry.

    /Bingo

  • Openvpn client not able to connect

    4
    0 Votes
    4 Posts
    741 Views
    V

    @ryanwhite36
    Which pfSense version are you on?

  • openVPN authentication to Okta LDAP

    1
    0 Votes
    1 Posts
    661 Views
    No one has replied
  • [SOLVED] Connecting from OpenVPN server subnet to VLAN’s

    5
    0 Votes
    5 Posts
    735 Views
    wgstarksW

    @wgstarks said in [SOLVED] Connecting from OpenVPN server subnet to VLAN’s:

    @johnpoz
    Can I use an alias in place of the list of networks?

    Nevermind. I see it in the fine print.

  • RingCentral VOIP Softphone - Problem

    1
    0 Votes
    1 Posts
    401 Views
    No one has replied
  • OpenVPN CVE-2022-0547

    3
    0 Votes
    3 Posts
    789 Views
    B

    @jimp Thanks!

  • Handshake fails or not depends on network

    1
    0 Votes
    1 Posts
    323 Views
    No one has replied
  • routing on vpn user

    2
    0 Votes
    2 Posts
    544 Views
    V

    @mrjoli021
    To push the routes to the remote users, add the local network they should be able to access to the "IPvX Local network/s".
    AND also configure the firewall rules on the OpenVPN tab to allow them only to access what you want. If you have an allow any to any rule edit it and set the source to the access servers tunnel network and the destination as desired.
    Assuming you have an assigned an interface to the site-2-site, where you have a proper rule for that communication.

  • Problem openvpn to pfsense to Azure

    1
    0 Votes
    1 Posts
    364 Views
    No one has replied
  • Variables for client-connect/client-disconnect scripts

    3
    0 Votes
    3 Posts
    1k Views
    B

    Here is the OpenVPN list of environment variables.

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