• OpenVPN WiFi Client Internet Access

    4
    0 Votes
    4 Posts
    642 Views
    K
    @viragomann Hey thanks. Its working now thank you so much for your help! Been trying to resolve this for ages!! Kawa
  • Issues with VPN connection not staying up

    9
    0 Votes
    9 Posts
    2k Views
    K
    @bcruze @bcruze said in Issues with VPN connection not staying up: do you have IP6 enabled on your pfsense router? I will have to check on this when I get home. I am currently "working" lol
  • OPENVPN SITE-TO-SITE Tunel does not connect

    6
    0 Votes
    6 Posts
    843 Views
    RicoR
    packet HMAC authentication failed is very often just down to wrong TLS Configuration or wrong key / key direction. Going just back to some old Version like 2.3.5 is a very bad idea. -Rico
  • VPN Setup

    3
    0 Votes
    3 Posts
    614 Views
    C
    @rico said in VPN Setup: You can go with Static Key if you don't want to use Certificates. Using Certificates in pfSense with OpenVPN is no big deal tho, there are tons of tutorials around. https://www.netgate.com/docs/pfsense/vpn/openvpn/openvpn-remote-access-server.html https://www.netgate.com/docs/pfsense/vpn/openvpn/configuring-a-site-to-site-pki-ssl-openvpn-instance.html https://www.netgate.com/docs/pfsense/vpn/openvpn/configuring-a-site-to-site-static-key-openvpn-instance.html -Rico Followed the first link/guide you posted and it worked first time! Thanks Chris
  • Site-to-Site OpenVPN Connectivity Problem

    28
    0 Votes
    28 Posts
    3k Views
    J
    I kind of gave up on the openvpn and went with IPsec... seemed to work as expected on the first try.
  • OpenVPN SERVER - HA/CARP *AND* Multi-WAN

    3
    0 Votes
    3 Posts
    535 Views
    T
    After this, I'm going to move this to a different thread. The topic has moved to remote/client performance. I did a google search. There are some other users that have had some success with various config settings. tun-mtu 9000 #ifndef WIN32 o->rcvbuf = 65536; o->sndbuf = 65536; #endif -or- sndbuf 0 rcvbuf 0 Along with some other settings that I didn't find helpful. I need a true remote setup where I'm on an alien WAN, at a distance. Best I can do at the moment is test on my AT&T WiFi Hotspot, which is horrible in itself. (Though most hotel WiFi is just as horrible, so...). Anyway, unless anyone has anything to add, I'll close this thread down. If I find out anything new/interesting, I'll start a new thread. Thanks for listening.
  • 0 Votes
    4 Posts
    442 Views
    T
    Glad you figured it out, and thanks for posting detailed information about how.
  • PFSense + OpenVpn: limit the visibility to a single ip

    1
    0 Votes
    1 Posts
    230 Views
    No one has replied
  • Isolate client OpenVPN

    3
    0 Votes
    3 Posts
    2k Views
    G
    @rico Thanks !
  • 0 Votes
    8 Posts
    1k Views
    E
    @viragomann Thanks for the further response. The 4G Router used at the Client site is either a TL-MR6400 or an Archer MR400. Those routers only have only one LAN port which is connected to an internal 4-port Ethernet Switch. Unfortunately, given that scenario, I can't see a way to connect the VPN Client machine on to a separate subnet at the router. Given the number of potential Client sites the cost is significant so changing the router is not really an option.
  • OpenVPN client issue

    6
    0 Votes
    6 Posts
    889 Views
    jimpJ
    OpenVPN has no user licenses. If it doesn't work, it's almost certainly in your configuration. Typically issues with multiple clients end up being a problem with the certificates/credentials being used (everyone needs unique certs and usernames), or the tunnel network (it should be x.x.x.0/24), or possibly incorrect firewall rules. Post more detail about your configuration and we might be able to help narrow it down. Also check the OpenVPN log for errors, and check the clients to see what addresses they claim to be using at the time.
  • [SOLVED] How to use VIP's for OpenVPN

    16
    0 Votes
    16 Posts
    2k Views
    G
    Thanks alot for all of the answers. I'll try out the portforwarding thing, aswell as tls-crypt and stunnel. @rico said in How to use VIP's for OpenVPN: Well you don't have unlimited VIPs to cycle them over and over again right? No, but in the past the banned ip's have been unbanned after a month or so. Best Regards Esben
  • Port forward to other site over OpenVPN Client

    9
    0 Votes
    9 Posts
    972 Views
    J
    @derelict I got it working. Idd the Interface needed to have the traffic defined on which the gateway was defined. Thx for the response.
  • OpenVPN (Not quite so) Newb anymore Part 2

    4
    0 Votes
    4 Posts
    593 Views
    DerelictD
    Then pcap a hop at a time until you see where the traffic is stopping I guess.
  • unsupported certificate purpose

    11
    0 Votes
    11 Posts
    10k Views
    jimpJ
    @peter808 said in unsupported certificate purpose: When did that change? Although I usually try to read the changelogs completely, I do not remember having read about that. That would be a change in OpenVPN itself, not pfSense. Most likely when that changed to OpenVPN 2.4 (which by coincidence was new in pfSense 2.4.0 and later)
  • kill openvpn_client after n seconds

    8
    0 Votes
    8 Posts
    1k Views
    GertjanG
    @alivdel said in kill openvpn_client after n seconds: for my Information can you tell me please whats the problem to put a file in rc.d directory? None If you know how to write startup (stop) scripts for FreeBSD (pfSense), then it should work just fine.
  • OPENVPN INTERSITE MULTI GATEWAY

    4
    0 Votes
    4 Posts
    729 Views
    M
    Thanks you very much you save my day ;) I worked on it for few hours now and the solution was in fact very simple
  • Everything but pfsense web gui works when connected via OVPN

    4
    0 Votes
    4 Posts
    847 Views
    RicoR
    Note from the pfSense Book: Not all clients support tap mode, using tun is more stable and more widely supported. Specifically, clients such as those found on Android and iOS only support tun mode in the Apps most people can use. Some Android and iOS OpenVPN apps that require rooting or jailbreaking a device do support tap, but the consequences of doing so can be a bit too high for most users. Can you see any activity in your Firewall Logs when trying to access the pfSense via WebIF or SSH? I would follow the guide again and try exactly as described with a very basic setup: https://www.netgate.com/docs/pfsense/book/openvpn/bridged-openvpn-connections.html e.g. don't push any routes, don't use redirect gateway and so on, just basic. Disable the Rule in your OpenVPN tab to make your Interface Rule active (which should not make any difference for this problem tho). -Rico
  • Traffic logging site-to-site

    1
    0 Votes
    1 Posts
    180 Views
    No one has replied
  • Multiple OpenVPN clients leaks DNS between them

    4
    0 Votes
    4 Posts
    605 Views
    N
    @thenarc Ok, I will try that. Thanks!
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.