• OpenVPN TAP adapter Win10 issues.

    3
    0 Votes
    3 Posts
    1k Views
    K
    Thanks. I got it to work using the latest OpenVPN installer (in place of the PFsense downloaded client) and using the TAP driver installer. I'm pretty sure I had it connecting correctly running as a user, but when I uninstalled/deleted all software and did a reinstall (to ensure I have a working method for client installations) it will only get routes when running as an admin. Anyway this is an OpenVPN problem so I will use their forums for troubleshooting. Thanks for the help.
  • [SOLVED] Trying to set up an OOB Management Network

    4
    0 Votes
    4 Posts
    6k Views
    B
    Okay I've solved my issue thanks to packet capture. My configurations that I posted were perfectly fine and that was the answer I was looking for but instead of getting that help people wanted to play semantics with my words which was completely irrelevant of the question that I asked. In any case I am good now and for anyone trying to set up an Out of Band Management network please follow the configurations that I've posted because they work.
  • 0 Votes
    1 Posts
    738 Views
    No one has replied
  • [Solved] Certificate for OpenVPN: why is it "server: No"?

    3
    0 Votes
    3 Posts
    3k Views
    C
    Thanks for the explanation, Clients don't use ns-cert-type server but they have remote-cert-tls server. As OpenVPN server is working just fine even with this "Server: No" certificate, I'll keep it but in the mean time I'm a bit less ignorant now :)
  • Pfsense openvpn bridge mode not connecting to LAN

    6
    0 Votes
    6 Posts
    4k Views
    johnpozJ
    Fixed or worked around.. They are completely different ;) Source natting would not be a fix to me..  That would be a work around.  To me the proper fix for your issues would be correctly setting the firewall rules on your devices to accept the traffic you want to accept.  Or make the choice that devices on network X behind pfsense do not need a software firewall because they trust all the devices on their same network, and devices that are hostile or not trusted are firewall at pfsense. To a nas.  it should have a gateway set if that was your issue.  Or if firewall - same thing goes.  Tricking something into thinking a connection is from the same local lan as it to get around firewall rules and or lack of gateway is a work around if you ask me. Either way glad I could be of help, but if you went the source nat method.  I would would evaluate if that is the best long term fix vs stop gap workaround until proper setup can be used, etc.
  • TLS Authentication - have I misunderstood something?

    2
    0 Votes
    2 Posts
    2k Views
    V
    @semprini: I was under the impression that username + password + cert = successful login, and username + password + wrong-cert = failed login. Got to the server settings and check "Strict User-CN Matching". Then it should behave the way you want.
  • OpenVPN issues after upgrading to 2.3.2_1

    12
    0 Votes
    12 Posts
    8k Views
    K
    As Jimp suggested Im gonna post logs and related data on the thread I previouosly opened for this: https://forum.pfsense.org/index.php?topic=116670.0 Thx
  • [Solved] openvpn cannot connect my lan network computer

    7
    0 Votes
    7 Posts
    2k Views
    johnpozJ
    Good catch on the 172.168 helper!!!  I missed that.
  • Where is my conf file? OPENVPN

    8
    0 Votes
    8 Posts
    37k Views
    N
    @marvosa: … per your screen shots... you currently do not have any clients to export.  You will see client configs available for export after you've added users to PFsense (System -> User Manager -> Users). [image: 5.png] [image: 5.png_thumb]
  • OpenVPN Server and Client at the same time

    21
    0 Votes
    21 Posts
    7k Views
    C
    Hi viragomann, Thanks for your reply. It works, there are no DNS leaks anymore :) !
  • Client export list is empty on v 2.3.2

    14
    0 Votes
    14 Posts
    4k Views
    J
    OK, my bad. What I am trying to do is set up openVPN for access from iPhone (ios) I had it working but with a bunch of questionable errors in the log. I had created my .conf by hand.  I recently read here that the wizard needed to be used to make sure all was properly done. So started over and blew it by choosing peer/peer.  Lesson - don't do this stuff late at night.  :P My mistake was: setting up server for peer/peer tls instead of remote tls. creating a client, not necessary cause export creates it.  Changing server to 'remote tls' and going directly to client export gives me the missing part of the puzzle. Thanks for pointing me in the right direction.
  • Server A from VPN Client side cannot ping VPN Server IP.

    6
    0 Votes
    6 Posts
    4k Views
    7
    It looks like I might be having a more basic problem.  Attempting to create a basic interface bridge is failing.  Posted on the General category to get help on that. Did you have a procedure you followed for creating the VPN bridge?
  • [Worked Around] Limiting which users can connect to an OpenVPN Instance?

    13
    0 Votes
    13 Posts
    6k Views
    U
    I think the bottom line is that for some use cases we need to be able to manage groups at the VPN server level. The preferred solution is to use LDAP but LDAP is not a accessible for everyone. Having a LDAP to manage VPN permission is for a lot of us overkill. It adds complexity, cost, single point of failure etc … A simple workaround would be to install (package) a local LDAP instance on as a Local LDAP. Ideally this would be sync with the backup instance as well.
  • Selective routing and selective internet routing

    6
    0 Votes
    6 Posts
    1k Views
    DerelictD
    Yeah. Outbound NAT on WAN. Good deal.
  • Remote Access SSL/TLS OpenVPN without CA on pfSense

    15
    0 Votes
    15 Posts
    11k Views
    DerelictD
    A server certificate has this attribute: Netscape Cert Type:                 SSL Server The following extensions are non standard, Netscape specific and largely obsolete. Their use in new applications is discouraged. idk. See Also: man x509v3_config I am not 100% sure exactly what needs that to be present, but it's not pfSense. Maybe strongswan and openvpn. You will probably find it easier to keep the certificates on pfSense so you can use the client export utility but there is no requirement to do so. You do have to have the CA certificate installed on the firewall so openvpn can validate client certificates against it but you don't need the private key there unless you are going to generate/sign client certificates there. You will need to import the certificate and key parts as the server cert but they do not have to be generated on pfSense.
  • OpenVPN Server Service showing offline but can still connect.

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • How to let ONLY ONE interface use VPN?

    32
    0 Votes
    32 Posts
    13k Views
    P
    Fixed it, I had an old firewall rule from something I was experimenting with that was messing it all up. Works great as you suggested I configure it, thank you! If anyone's interested I was able to figure out the DNS leak issue and patch it by reading this thread: https://forum.pfsense.org/index.php?topic=66305.15
  • [Solved] OpenVPN Client to Access Subnet Behind OpenVPN Server

    11
    0 Votes
    11 Posts
    6k Views
    G
    Pfsense 2.3.2-p1
  • Can't delete OpenVPN client [BUG]

    3
    0 Votes
    3 Posts
    946 Views
    N
    @jimp: It shouldn't matter if you stopped/killed it. When you delete a client it is automatically stopped and removed. So nothing shows up at all under VPN > OpenVPN on the Clients tab now? There has to be something there or the status page couldn't see an entry to print in that way. VPN > OpenVPN > Clients is compleltly empyt no clients there. I will take a closer look when I get home.
  • [SOLVED] Site to site with vps server

    5
    0 Votes
    5 Posts
    2k Views
    D
    Thanks for the support! After your advice routing was ok, but clients that are behind pfsense respond only to the ping… no http, no ssh, nothing!!!! I thought it was some sort of firewall rule, but the problem was that pfsense is on a VM (kvm on very old proxmox1.9): solved with this https://doc.pfsense.org/index.php/VirtIO_Driver_Support Tanks
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.