• Can't see user session in the online users list on my RADIUS server

    3
    0 Votes
    3 Posts
    967 Views
    O
    Thanks Jimp!
  • [Solved] Can't start OpenVPN from GUI

    6
    0 Votes
    6 Posts
    2k Views
    C
    What do you have chosen for "Hardware Crypto" in your OpenVPN config? Is this on your SG-2220? I presume with the default crypto options under System>Advanced, having AES-NI enabled. Past instances of this were all in pre-release 2.2.0 versions with certain ciphers and certain hardware crypto. Those were attributable to a problem in OpenVPN that we got fixed in OpenVPN pre-2.2.0 release. But apparently there is still some combination of options there that triggers the same issue.
  • Client Export Utility

    2
    0 Votes
    2 Posts
    806 Views
    DerelictD
    You mean like the settings for host name resolution and everything else? No. You have to set them every time, unfortunately. You could probably modify the php with defaults but it'll get clobbered by updates. You could maybe make a patch.
  • OpenVPN Site-to-Site + OSPF [Solved]

    5
    0 Votes
    5 Posts
    3k Views
    A
    For anyone else who runs into this; https://forum.pfsense.org/index.php?topic=106559.0
  • Routing multiple LAN-s in OpenVPN

    11
    0 Votes
    11 Posts
    3k Views
    M
    This appears to be a simple setup… post the openvpn configs from both sides (server1.conf and client1.conf respectively) and we'll have a better idea of what is happening.
  • OpenVPN CRL issuer error

    1
    0 Votes
    1 Posts
    720 Views
    No one has replied
  • OpenVPN server connect to which vlans?

    6
    0 Votes
    6 Posts
    1k Views
    P
    Thank you both for your comments and insight.  I think that since I am the only person with VPN access, I will probably leave things as they are.  It will actually be helpful for administrative purposes, as I have no access to some of the devices on the vlans (other than my regular LAN) in my network unless I physically plug a machine into the correct port on my switch.  So this way, if I need to manage one of the devices on another vlan, I can simply connect via VPN, and I will have access to all vlans.
  • Cannot ping on few devices on LAN?

    5
    0 Votes
    5 Posts
    1k Views
    K
    Thank you it seems that it was the firewall of the computer the weirdest  thing as if connected though LAN able to ping but on OpenVPN nothing until the firewall is down on the PC Thank you again
  • Some issues with OpenVPN and port 1194 (Inactivity timeout)

    3
    0 Votes
    3 Posts
    2k Views
    A
    Again a quick update. It appears that the OpenVPN connection is now working! I have no idea what made it work, but I assume it has something to do with the fact that I'm not using a certificate anymore, but the username / password combination. I reset the pfSense router to factory defaults and it still works :-) The only problem now is that I seem to be losing connection now and then and the fact that I have no Internet at all whenever I'm connected to the VPN. I saw that there are more users that have experienced this issue, so I hope to find all the information I need here :-)
  • VPN issue in 2.2.6

    1
    0 Votes
    1 Posts
    722 Views
    No one has replied
  • "Page Not Available" when connected via OpenVPN

    3
    0 Votes
    3 Posts
    890 Views
    D
    Another very basic consideration, what's your home LAN IP subnet and what's your sister's? If they're the same (eg. 192.168.0.0/24 or 192.168.1.0/24) you're likely going to have issues…...
  • [solved] Routing WAN traffic over VPN server

    6
    0 Votes
    6 Posts
    2k Views
    M
    Yes, I had that set. The solution was to select the VPN interface at Services -> DNS resolver -> Outgoing Network Interfaces. Thank you too!
  • Firewall traffic being routed over OpenVPN Client - confused

    28
    0 Votes
    28 Posts
    4k Views
    H
    i'm using ssh to connect to pfsense from LAN. then from pfSense i ssh to a host on the internet by routing through a site-2-site openVPN tunnel. no ssh-tunneling involved, but i doubt it matters. i did forget to mention i had to manually add a NAT entry for the vpn-interface so that it would also NAT the WAN-address of the def gw. (because automagically, it doesn't )
  • OpenVPN won't start after getting IPv6 to work :(

    2
    0 Votes
    2 Posts
    674 Views
    jimpJ
    Do you have any more detail to share?  OpenVPN logs? System logs? There should be some record of why it's failing there, especially the OpenVPN log (Status > System Logs, OpenVPN tab)
  • OpenVPN - Radius Question

    3
    0 Votes
    3 Posts
    1k Views
    jimpJ
    In this case your worry is not with OpenVPN itself, that would still encrypt the authentication, but with the traffic between pfSense and the RADIUS server since RADIUS is sent in the clear. If that leg is secure you shouldn't have much to worry about. The way MSCHAPv2 is used by PPTP and WAP2-Enterprise makes it easy to compromise those protocols, but OpenVPN is a much different animal.
  • VPN client times out, can't reconnect. Requires service restart.

    14
    0 Votes
    14 Posts
    4k Views
    Z
    @TDJ211: You could run "wc -l /path/to/timestamp/file" to get a count. Where do I run this? On the CLI in putty? When I did I got "no such file name exists blah, blah, blah" Is it because it has yet to report an OpenVPN restart yet? You run that on the command line using putty or through the pfSense web interface. I assume you're putting the full path to wherever you have the timestamp file. When I used the relative path, like in the script I posted, it put the file at /var/log/timestamps.txt (which is not the location I expected). If you're not sure where it is, you can run this to find the absolute path: find / -name "timestamps.txt" In light of the above issue, I would recommend editing the script and changing "./timestamps.txt" to "/root/timestamps.txt" or some other absolute path so there is no question as to where it is. I will go back and change what I posted earlier. If the script hasn't kicked in and restarted your VPN yet, the file won't exist. If you want to see what the file will look like, run this from the command line:``` date "+%Y-%m-%d %H:%M:%S" >> /absolute/path/to/timestamps.txt That will create the file, insert a timestamp, and then you should be able to run the "wc" command (with absolute path) successfully with a result of 1. * I'm not sure how much you know about this stuff, so I apologize if the absolute/relative path comments are unnecessary.
  • Route all traffic for specific VLAN over OpenVPN Client?

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Making a VPN with PFsense

    3
    0 Votes
    3 Posts
    843 Views
    K
    i used this https://www.highlnk.com/2013/12/configuring-openvpn-on-pfsense/ it was great :) only few issues with WPAD but thats another story
  • Weird connection issue from W10 client to pfsense OpenVPN

    1
    0 Votes
    1 Posts
    582 Views
    No one has replied
  • How does the OpenVPN client locate the OpenVPN server

    Locked
    3
    0 Votes
    3 Posts
    814 Views
    DerelictD
    In the client export utility you choose what to use as the remote server. I like to use a FQDN so if I change IP addresses the clients follow along.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.