• OpenVPN multiple site-to-site problem

    16
    0 Votes
    16 Posts
    2k Views
    V
    @M0L50N I suggested above to set the tunnel for A to 192.168.130.32/30 and for B to 192.168.130.36/30. Additional I would use a net /30 topology in the server settings. So each client gets its own /30 subnet with an IP for the server and one for the client.
  • Download OpenVPN Serve Config File

    4
    0 Votes
    4 Posts
    384 Views
    johnpozJ
    Another way would be to just copy and paste it out of your ssh client after viewing it with cat. [image: 1605793271002-cat.png] Or you can just sftp to pfsense and download it that way if your having issues with the scp commands. Filezilla supports sftp [image: 1605794549085-sftp.png]
  • Need help troubleshooting: Connection to pfSense OpenVPN no longer works

    11
    0 Votes
    11 Posts
    1k Views
    D
    I was at an event where I ran into NineStar’s CEO and asked him, whether there was someone who could help me, because I had increased suspicion that it was an ISP issue. The following day I got a call from NineStar’s CTO who almost immediately knew what was up. He directed his staff to provide a solution, which is working great. See also my related post. Thank you very much to all of you for helping troubleshoot!
  • Use pfsense together with VPNAREA netflix server

    4
    0 Votes
    4 Posts
    1k Views
    P
    I'd be quite interested to hear if you got this working. I just purchased a dedicated IP through VPNArea and am trying to setup an OpenVPN client for it. Having some trouble. I am waiting to hear back from their tech support on my latest set of questions.
  • Using Netcat (nc) to query OpenVPN management interface

    8
    1 Votes
    8 Posts
    5k Views
    H
    status can be acquired by changing 'restart' to 'status' [root@pfsense.lan]/root: pfSsh.php playback svc status openvpn client 1
  • Possible bug when setting up an OpenVPN client

    1
    0 Votes
    1 Posts
    175 Views
    No one has replied
  • Prevent access to personal devices

    6
    0 Votes
    6 Posts
    639 Views
    PippinP
    Something to read: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg16128.html
  • Client Instance Statistics

    2
    0 Votes
    2 Posts
    459 Views
    jimpJ
    In that screen the "client instances" are clients where pfSense is connecting to other servers. That has no relation to remote access servers on pfSense. If you have a remote access setup that would be up higher on the page
  • BUG: route writing to routing socket Invalid Argument

    2
    0 Votes
    2 Posts
    610 Views
    A
    i have the same error [image: 1605472724651-cf241614-06f7-4c34-9592-f42158912c9f-image.png] Current Base System2.5.0.a.20201114.1250 Nov 15 19:39:29 radvd 37186 returning from radvd main Nov 15 19:39:29 radvd 37186 removing /var/run/radvd.pid Nov 15 19:39:29 radvd 37186 sending stop adverts Nov 15 19:39:29 radvd 37186 exiting, 1 sigterm(s) received Nov 15 19:38:52 radvd 36851 version 2.18 started
  • Cipher problem when connecting from Android

    5
    0 Votes
    5 Posts
    4k Views
    Z
    Problem solved. After I enabled NCP and added ncp-ciphers AES-256-GCM:AES-128-GCM:AES-128-CBC I forgot to create a new client certificate ... my mistake. Creating a new client certificate got me connected.
  • PFS 2.4.5 + Open VPN + FreeRadius Static IP client ISSUE

    2
    0 Votes
    2 Posts
    280 Views
    L
    The issue was resolved by check option: Username as Commnon name. ![image: 1605401616552-whatsapp-image-2020-11-05-at-10.12.00.jpeg]
  • 0 Votes
    2 Posts
    226 Views
    T
    Please ignore my stupidity. For posterity, the "mystery" route was from an old IPSec config I forgot to disable.
  • Different CA for clients and server

    3
    0 Votes
    3 Posts
    394 Views
    G
    @jimp thanks for your reply. May the documentation need to be corrected in order to reflect this scenario?
  • Lan servers can't ping OpenVPN clients

    3
    0 Votes
    3 Posts
    375 Views
    R
    Well, I'm sitting here having a nice tall glass of Noob Cola. Very refreshing! Yes, it was a firewall issue in the end and face-palm. I had to turn on the rule to allow File and Printer Sharing (Echo Request - ICMPv4-In) in Windows 10 and modify the scope. Thank you for the reminder for the "is it plugged in" rule.
  • This gonna hurt, 2.0 to latest.

    Moved
    9
    0 Votes
    9 Posts
    979 Views
    D
    FYI, it works. I had to change to the GW which is made "automatically" so I guess there is no need to manually create it for openvpn local routing? There was also an issue with older cname client names, which had to be addressed. Now back to the original task, connect openvpn to ipsec network :)
  • GUI VPN Client for Debian Linux

    11
    0 Votes
    11 Posts
    1k Views
    N
    Ok, so I did a little more searching around and came upon this site: https://www.ceos3c.com/pfsense/pfsense-openvpn-linux-client/ I followed the steps from that page and low and behold, I was able to connect to my pfSense OpenVPN server with no issues even using my wireless hotspot. Success. Thanks for getting me headed in the right direction. I appreciate your time.
  • Route local traffic using Interface IP instead CARP VIP

    6
    0 Votes
    6 Posts
    961 Views
    T
    @viragomann said in Route local traffic using Interface IP instead CARP VIP: Add a static route for the OpenVPN tunnel network of the backup box pointing to the backups LAN IP to all your LAN devices which should be reachable over the VPN. Just wanted to let you know that I finally used your advice and created a static route. I now have two OpenVPN servers with distinct virtual IP subnets. The first server is used only on the main (master) box, and the second server on the backup box. Each LAN client has a static route to the backup box's lan ip for the second OpenVPN server's subnet. This works well. Thanks a lot !
  • Internet traffic bypassing active OpenVPN client interface

    3
    0 Votes
    3 Posts
    362 Views
    J
    System > Advanced > Miscellaneous > Skip rules when gateway is down was the money maker. Its working now. Thank you!
  • AWS PFSense not passing openvpn tunnel traffic

    1
    0 Votes
    1 Posts
    181 Views
    No one has replied
  • DNS

    pfsense
    4
    0 Votes
    4 Posts
    494 Views
    johnpozJ
    exactly - out of the box unbound does not allow vpn users to query it.. If you want your vpn users to be able to query unbound, you have to create a ACL to allow that. Per the example posted by @bingo600
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.