• (Solved)No connection through dynamic dns

    6
    0 Votes
    6 Posts
    1k Views
    S
    @Derelict: Then your dyndns isn't bring properly updated. Thanks,Derelict, it was something with the freeDns client update, I changed service to DuckDNS and now everything working smoothly.
  • PSK OpenVPN setup, but routing not quite working right. Any ideas?

    10
    0 Votes
    10 Posts
    2k Views
    D
    Nothing obvious jumps out at me unfortunately. Any time I've had an OpenVPN tunnel blocking in one direction but not the other it's been a firewall rule issue on one of the two pfSense boxes or a firewall in one of the endpoint devices (you're not hitting a Windows firewall issue?) The only other thing different I see from my typical setups is the use of PSK, I typically use PKI. Perhaps you could try to rebuild the link with defined certificates for the server and client? Might be worth a shot to try something different instead of banging your head against the same thing expecting different results (been there…...)
  • OpenVPN Server to OpenVPN Client on same box

    7
    0 Votes
    7 Posts
    2k Views
    V
    Off course you may change the name of the interface. You have  also to add appropriate firewall rule to the new VPN servers interface. Maybe you just want an allow anything to any rule.
  • Multiple, balanced OpenVPN client connections, one WAN

    7
    0 Votes
    7 Posts
    4k Views
    G
    thanks bookmarked  :) really clear and useful guides
  • Problem with openvpn i cant use nore than 1 user

    10
    0 Votes
    10 Posts
    2k Views
    D
    you mean for every user i must create Server Certificate  . i'm sorry i'm new to this You don't need a "Server Certificate" for every user, you need a ….. "User" certificate for every user. The general use of these SSL certificates needs: a Certificate of Authority (CA) usually created on the OpenVPN Server a Server Certificate created using the CA in 1) a User Certificate (NOT another Server Certificate) created using the CA in 1) Repeat 3 for as many users as you need. If you go into the Certificate Manager in pfSense you should be able to see all these pieces and verify that the OpenVPN Server cerificate is type "Server=YES" and the User certificate is type "Server=NO". As marvosa suggested, if this gets messed up from your various attempts it may be simpler to start clean and work through the steps. It really shouldn't be too tough to setup.
  • User portal

    2
    0 Votes
    2 Posts
    814 Views
    W
    this is exactly what I am working on right now. I have it even working more or less, but as I am new to developing with php and also with pfsense, I am not sure how to implement it the correct way to be sure, that with the next official release it won't get overwritten. My user portal page which I made now is kompletely based on the export-module (due the lack of php and pfsense development knowledge, i'd probably broke more than I invented). Sadly I did not understand 100% yet how the access model for the files works in pfsense. Users can login with android, and due to the right mime type, the openvpn connect app will directly open the file after it was downloaded. (No anoying "Import from SD card" anymore) The user portal is done in a cloned version of the vpn-openvpn-export.php. Sadly, in order to make the download button in the users profile working, I have to allow access to the regular export page too. May be someone can give me some hint, how I can get this in production with a good feeling? many thanks in advance [image: pf_userexp.png] [image: pf_userexp.png_thumb]
  • Load Balancing and Failover with 2 pfSense and 2 OpenVPN servers

    19
    0 Votes
    19 Posts
    18k Views
    P
    I found the same problem in one of the posts here in the forum. However it had not been solved: https://forum.pfsense.org/index.php?topic=40672.0
  • OpenVPN IPv6 tunnel issue…

    3
    0 Votes
    3 Posts
    1k Views
    D
    Thanks!  I will wait for 2.4 then…
  • Strange WAN Gateway Packet Loss Issue

    3
    0 Votes
    3 Posts
    1k Views
    J
    I fixed this, I upgraded my server to an Intel Xeon E31270 and moved from VMware to bare metal which gave me more constant throughput via openVPN, but the thing that really helped was setting the MTU and MSS in the openvpn client manual options and on the openvpn WAN interfaces as this needed to be lower for my OpenVPN connection.
  • How do i change ownership of: "'/var/etc/openvpn/client1.up'"

    4
    0 Votes
    4 Posts
    3k Views
    G
    Have you tried  Diagnostics -> Command Prompt ls -la /var/etc/openvpn chmod 0600 /var/etc/openvpn/client1.up
  • Client to Client Openvpn connects but no traffic (Solved)

    25
    0 Votes
    25 Posts
    12k Views
    B
    Viragomann, thank you very much for your help to Shaddoh and I.  Ended up fixing it by deleting the server and client setup and doing it step by step according to this article – https://doc.pfsense.org/index.php/OpenVPN_Site_To_Site.  Previously we'd been trying to make it work based on the steps in this article -- https://doc.pfsense.org/index.php/OpenVPN_Site-to-Site_PKI_(SSL).  I'm sure either ought to work, and I know for sure that I've gotten a 4-site setup doing the steps in the PKI/SSL article, but I don't have access to that setup to do testing, and I think the way we ended up doing it ought to work plenty well enough for what we're trying to do right now. Thanks again, we appreciate the help stepping through the debugging process.
  • Guidance needed on OpenVPN setup

    4
    0 Votes
    4 Posts
    3k Views
    D
    Is it possible to upload the configuration setting that worked for you  ?
  • (Solved) Can't route Subnet A out WAN and Subnet B out OpenVPN client.

    4
    0 Votes
    4 Posts
    1k Views
    D
    Thanks for the responses! Turns out my problem was that I could only choose "default" as the gateway for my two internal subnets despite having two WAN connections (WAN + VPN). I had the protocol for each firewall rule set to IPv4 + IPv6 but only the WAN connection has IPv6. Once I changed VPN to IPv4 only it seems to be working. I can select the right gateway for each subnet and create firewall rules to allow the two internal subnets to talk to each other.
  • Tun vs Tap mode…Simple as just flipping both ends?

    2
    0 Votes
    2 Posts
    2k Views
    M
    A brief bridging vs routing discussion can be found here -> https://community.openvpn.net/openvpn/wiki/BridgingAndRouting Is it as simple as just flipping the device mode from Tun to Tap on both ends? The short answer is no.  You also need to assign the tunnel to an interface and bridge that interface to your LAN.  Then you need to coordinate the addressing of your devices, so there's no overlap.  Not to mention, both sides will need to prevent their DHCP server's broadcast traffic from traversing the tunnel and causing issues on the other end. In general, unless there is a specific requirement to access an application that only relies on broadcast traffic, a routed solution is your best bet. My guess is Plex also supports some sort of direct IP mapping.  In which case, I would stick with a routed solution. It will perform better, it's a simpler setup and it will only forward traffic that is destined for the remote end.
  • [2.3.2-RELEASE-p]1 OpenVPN server doesn't restart nicely after reboot.

    4
    0 Votes
    4 Posts
    783 Views
    V
    No, it should work on any interface IP, but just try it. Maybe you will have to restart pfSense, which doesn't matter since it is a CARP setup.
  • OpenVPN between a double-NATed LAN and a routed DMZ subnet.

    2
    0 Votes
    2 Posts
    891 Views
    V
    If the VPN between the to sites is up, the NAT does not matter. Maybe you've a kind of routing issue. Post your OpenVPN setup from server and client and the IPv4 Routes of both sites.
  • (SOLVED) Users can't access network over VPN but I can

    13
    0 Votes
    13 Posts
    7k Views
    C
    @johnpoz: "Removed VLAN90 (a VLAN I had setup for VPN)" That would be my guess to your problem…  Revo list and or what certs is being used as long as they auth have nothing to do with it.. Possibly, but the weird thing is one user DID have access through the VPN. I can't reconcile how any of these changes suddenly let all users through instead of just the one. I'm glad I have it working, but I still can't figure out why haha.
  • VNC clients management via VPN

    3
    0 Votes
    3 Posts
    711 Views
    M
    I agree, use the "OpenVPN Remote Access Server Setup" wizard…. VPN -> OpenVPN -> Wizards Here is a link to the wiki for more info -> https://doc.pfsense.org/index.php/OpenVPN_Remote_Access_Server
  • Site to Site VPN works but can't join domain on other side

    2
    0 Votes
    2 Posts
    986 Views
    M
    There are multiple ways of solving this issue assuming it's DNS related.  Some solutions are more efficient than others, but let's say your domain is example.com: Leverage the DNS forwarder and add example.com to the Domain Overrides. Configure a DNS server on site B.  Add a conditional forwarder for example.com that is pointed at the DC on Site A Configure a DNS server on site B.  Add a primary forward zone for example.com and create an "A" record for example.com and point it at the DC on Site A In theory, you could also do this -> While option 1 is in play (or add example.com to the hosts file here), Spin up a Server on Site B, join the domain, promote this server to a backup domain controller. Add example.com to the hosts file on every machine in site B.  (A management nightmare and the most inefficient method, but will work)
  • (SOLVED) Local Name resolution with OpenVPN

    3
    0 Votes
    3 Posts
    3k Views
    W
    That was the ticket.  Thank you for your help.  It works correct now. Joe
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.