• Different CA for clients and server

    3
    0 Votes
    3 Posts
    382 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
    367 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
    953 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
    938 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
    350 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
    177 Views
    No one has replied
  • DNS

    pfsense
    4
    0 Votes
    4 Posts
    480 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
  • OpenVPN and selfsigned Certificates, can i exceed the 390 days ?

    8
    0 Votes
    8 Posts
    2k Views
    johnpozJ
    Yeah the defaults for cert manager have been adjusted - because quite often these certs are installed on things you would be hitting with a browser. Say a web gui for pfsense ;) Or your web server your setting up, or some other gui for other software, or appliances like switches, etc. But when it comes to your openvpn - this is pretty isolated. The only thing using these certs are limited to the openvpn server/client. So the limitations for life of these certs would be controlled by the software and not the OS running the software.
  • Not able to import CA certificate to use for OpenVPN Client

    23
    0 Votes
    23 Posts
    12k Views
    jimpJ
    I can't vouch that it wouldn't break anything but you could just edit the system_camanager.php page and comment out the validation check https://github.com/pfsense/pfsense/blob/master/src/usr/local/www/system_camanager.php#L171 Then import it. I don't recall if it's checked before use in OpenVPN frontend or backend so there may be some other similar checks to edit. But the real fix is to use a proper cert. Just because OpenVPN/OpenSSL allows it today doesn't mean it always will.
  • Passing OpenVPN traffic through NordVPN to internet

    2
    0 Votes
    2 Posts
    342 Views
    RicoR
    Did you add Outbound NAT for your RAS tunnel net? -Rico
  • Guest VLAN is routing to OpenVPN client when OpenVPN client is enabled

    3
    0 Votes
    3 Posts
    318 Views
    J
    BAM! That was spot on. Thank you. [image: 1604856067383-e668a5b5-131f-457b-9a93-9a60aceda60f-image.png]
  • Layer 2 OpenVPN site-2-site - If on ESX disable all switch security!

    1
    0 Votes
    1 Posts
    152 Views
    No one has replied
  • OpenVPN + PIA + Plex Remote Access issue

    2
    0 Votes
    2 Posts
    800 Views
    C
    ok, I don't know why, but I am now able to get the IP address within Plex [image: 1604830926525-a32579eb-3c7a-4f75-ab21-be4c59d9d1ac-image.png] so I have check my Plex app on my Phone - All Good my when I check the WebApp on my LG TV = it is not finding the Plex.
  • pfSense as Openvpn Client to ubuntu openvpn server on OVH

    2
    0 Votes
    2 Posts
    445 Views
    A
    @andrewglass3 Fixed - turned out to be a couple of issues, the openvpn package was borked. Tested with a static site to site instead, wouldnt connect. Full clean install and repeat the site2site with shared key and we are up and running! Link speed with i3 6100 pfsense box = 11MB/sec from ovh to home which is saturating the link. Previously on the edgerouter 4 which has no aes-ni or offload ability for openvpn I was lucky to maintain 1.5MB/sec. This is sooooooo much faster :) I really need to learn pfsense fully now :)
  • Can I stealth port 443 with OpenVPN?

    4
    0 Votes
    4 Posts
    769 Views
    JKnottJ
    @FrankZappa UDP will work, as that's what OpenVPN normally uses. The issue, as you mention, may be the firewalls on the networks you try to connect from.
  • Openvpn rules: /tmp/rules.debug: syntax error, 2.4.5-RELEASE-p1

    3
    0 Votes
    3 Posts
    418 Views
    R
    Hello, I found what was the problem. When we migrated to pfsense from checkpoint firewall, we imported an alias named "OpenVPN" which pointed to openvpn port number... This caused the "syntax error" on the rule because $OpenVPN was a port number and not the interface name of openvpn. But I guess wizard could tel us that OpenVPN variable is already used when validating installation but anyway :) Bye
  • How to setup ASG and latency based DNS routing for AWS pfsense vpn

    1
    0 Votes
    1 Posts
    196 Views
    No one has replied
  • How to setup AWS pfsense Remote Access Site to Site VPN

    1
    0 Votes
    1 Posts
    106 Views
    No one has replied
  • Having to manually restart openvpn client after each pfsense reboot

    8
    0 Votes
    8 Posts
    3k Views
    J
    not sure why but I disabled all the openvpn client interfaces / suricata interfaces / toggled the network adapter offloads / edited the firewall lan rules and then rebooted. added everything back in and rebooted. now everything seems to be coming up in the expected state.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.