• 0 Votes
    9 Posts
    590 Views
    GertjanG

    @Lagan said in OpenVPN Client Specific Overrides ot updated until server restarted:

    I would like the new override to take effect when I restart the client.

    Hummm.

    It's possible that a save on the "Client Specific Overrides" page doesn't restart the OpenVPN server - I doesn't seem to do that.
    Maybe it isn't needed, as the server has a setting :

    client-config-dir /var/etc/openvpn/server1/csc/

    that tells the server to look into that folder for client special settings, the "Client Specific Overrides".

    Anyway, I did restart the server, then connected the client and it got the '.30' IP.

  • 0 Votes
    2 Posts
    357 Views
    M

    I believe that is not affected.
    I can only see tls crypt (without V2) being enabled in my config.

  • Access to remote camera (RTSP/Onvif over OpenVPN)

    10
    0 Votes
    10 Posts
    730 Views
    happynewguyH

    Yes, I tried that too.
    I tried to ping the client's tunnel IP - unsuccessfully.

  • Second OpenVPN Connection Causes Drops

    11
    0 Votes
    11 Posts
    746 Views
    L

    @viragomann That worked. You are awesome! Thank you so much.

  • OpenVPN cannot reach remote network

    8
    0 Votes
    8 Posts
    454 Views
    BlyB

    @viragomann I did found out what it was wrong.
    The error was in front of my face all the time and I did not were seeing it.

    2a767b14-aa92-4d90-a04b-70b5a149cf15-image.png

    I have to put in IPv4 networks BOTH networks not only the one on my side...
    Thanks a lot for let me see it! 😇

  • OVPN client to pfSense: I want only internet access?

    2
    0 Votes
    2 Posts
    155 Views
    RicoR

    You can check with your mobile phone.
    whatismyip.com should return your home IP.

    -Rico

  • XG-7100 > Netgate 8200 sonewconn Errors

    8
    0 Votes
    8 Posts
    383 Views
    S

    @Rico No, and no log entries though we don't have OpenVPN set up.

    PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND 77412 root 10 20 0 798M 677M nanslp 0 937:11 1.18% suricata 86659 root 10 20 0 850M 721M nanslp 0 547:29 0.65% suricata 99674 unbound 4 20 0 113M 87M kqread 2 7:30 0.23% unbound 19999 root 1 20 0 14M 4100K CPU0 0 0:00 0.08% top 69725 root 5 68 0 17M 3168K uwait 0 3:54 0.02% dpinger 69646 root 5 68 0 21M 3260K uwait 0 4:25 0.01% dpinger 71901 root 1 20 0 13M 2768K kqread 0 2:12 0.01% tail_pfb
  • Open VPN Service Won't Start

    9
    0 Votes
    9 Posts
    520 Views
    M

    I have setup Wireuard instead but am having DNS issues, have looked at several solutions. I can connect to devices via RDP on the other side of the wireguard tunnel but can't reslove dns on my side.
    Starting a new post here:
    https://forum.netgate.com/topic/196948/wireguard-dns-resolution-issue

    Thanks for the input.

  • New Linux and openvpn with 'old' pfsense

    3
    0 Votes
    3 Posts
    194 Views
    P

    Hi @Gertjan, thank you for answering. I´m not the only one, who is disappointed about openvpn makers suddenly treat their recent defaults as incompatible. As far as I know there is no easy (for people doing other stuff than openvpn too) documentation and/or recommendations for a soft transition.
    I think the pfsense could be upgraded to 2.6.x easily, leaving the old vpn connections intact, but still using old standards. 2.7.x probably will not come up after upgrade if VPN connections were not altered before updating. But I don´t find any documentation, what to change to have a smooth transition from 2.6.x to 2.7.x.
    "yust update to 2.7.2" is not a viable solution!
    My hope was someone with knowledge about openvpn beyond using the wizards, could share some knowledge about paths for transition without interrupting vpn services for all who have to upgrade.

  • Enforce Static Tunnel IP for OpenVPN Client in HA Setup

    1
    0 Votes
    1 Posts
    64 Views
    No one has replied
  • OpenVPN - Using Root CA and Intermediate CA in certificate chain.

    1
    0 Votes
    1 Posts
    131 Views
    No one has replied
  • Alias use in OpenVPN - Broken on Reboots (and possibly other edge cases)

    23
    0 Votes
    23 Posts
    2k Views
    stephenw10S

    Hm, so only IPs and subnets, nothing that needs to be resolved? That should load as soon as pf does, which should be before the openvpn resyn at boot.

    Do you see any errors in the OpenVPN or system logs when this happens? Or any sort of difference in the process ordering?

  • Can't connect to OpenVPN running on pfsense server from a Raspberry Pi 4

    2
    0 Votes
    2 Posts
    166 Views
    V

    @timcin
    This issue cannot has nothing to do with pfSense. So this is the wrong place to request support for it.
    You should ask in a Raspy forum, how to enable an OpenVPN client service.

  • pfsense vpn post-quantum announcement

    1
    0 Votes
    1 Posts
    122 Views
    No one has replied
  • openvpn.conf is not readable

    1
    0 Votes
    1 Posts
    111 Views
    No one has replied
  • openVPN

    1
    0 Votes
    1 Posts
    120 Views
    No one has replied
  • OpenVPN (SSL/TLS + User Auth) not working together but separate

    1
    0 Votes
    1 Posts
    120 Views
    No one has replied
  • Unable to connect to internal LAN when OpenVPN tunnnel is established.

    2
    1 Votes
    2 Posts
    213 Views
    V

    @donpablo
    You will need some upvotes to be able to attach files. But you could have described you settings with a bit more details.

    So did you state the local networks in the server settings?
    Or did you check "redirect gateway".

    Did you have a firewall rule in place on the OpenVPN tab to allow access?
    The wizard should have added it automatically though.

    Are you able to ping the LAN IP of pfSense?

  • Can OpenVPN send "Calling-Station-ID" attribute to RADIUS as client IP?

    2
    0 Votes
    2 Posts
    159 Views
    B

    I see the remote user connection IP is recorded somewhere, I see it when I click on "Status" -> "OpenVPN", where it shows the table of connected users, and it shows their remote IP there.

    I see this in "/usr/local/www/status_openvpn.php":

    <td><?=$conn['remote_host'];?></td>

    Looks like that line builds the table data for the remote user's IP address (and port) and displays it in the OpenVPN status table. Is there a way to get that same data (remote user's IP) into "/etc/inc/openvpn.auth-user.php"? My familiarity with the code isn't so great so I'm having a hard time tracing back how this data is discovered, but it seems like there can be a way....?

  • FreeRadius Connection Fails From Phillipines to USA

    1
    0 Votes
    1 Posts
    94 Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.