• OpenVPN Certificates !

    3
    0 Votes
    3 Posts
    1k Views
    P
    And maybe you have an OpenVPN server on pfSense for clients to conect into your LAN. If you really want to allow the same certificate to be connect multiple times simultaneously then that is possible. See https://forum.pfsense.org/index.php/topic,71790.0.html
  • Pfsense 2.1 AMD64 client export utility installation halted

    2
    0 Votes
    2 Posts
    765 Views
    P
    Post any other messages from the package installer GUI window. You haven't given much to go on  ;)
  • Pfsense Firewall to Pfsense Firewall

    7
    0 Votes
    7 Posts
    1k Views
    P
    i probably meant garantie uptime between the tunnels The guarantee is as good as the WAN link/s you have at each site and the ISP actually routing traffic. In my experience, once you have the site-to-site link set up with OpenVPN server and client talking to each other, then it is rock-solid. The times I get grief (connection going up-and-down) always turn out to be that a WAN connection is suffering significant packet loss.
  • Multiple clients, one user / certificate

    2
    0 Votes
    2 Posts
    10k Views
    P
    If you really want multiple uses of the same certificate (and username) to be valid, then I think just go to the OpenVPN Server and check the box: Duplicate Connections - Allow multiple concurrent connections from clients using the same Common Name. NOTE: This is not generally recommended, but may be needed for some scenarios. The security issue is that if the certificate is compromised, and you need to revoke it, then you have multiple client devices with that certificate installed - so they all stop working.
  • Replace openvpn package with my custom build package

    1
    0 Votes
    1 Posts
    566 Views
    No one has replied
  • Specify routes based on user groups

    2
    0 Votes
    2 Posts
    765 Views
    jimpJ
    You can set static IP addresses (well, /30 blocks the way OpenVPN works by default) for users in the Client-Specific Override section and then setup rules based on those static IPs.
  • OpenVPN to Lan

    15
    0 Votes
    15 Posts
    3k Views
    C
    @phil.davis: 3 - I want the client to get the LAN IP address because it just one user who is going to use the VPN to access the LAN,  I believe Tun mode is already selected on my VPN configuration For the client to get real LAN IP, you have to use tap mode. But the tun mode should also work - if you want to keep trying to make tun mode work, then post the OpenVPN server settings. Somehow the client is not getting the route - until that is fixed it definitely won't work. Dear Phil, the below is the confi file of the VPN I used on the client laptop to connect to the office, P.S I changed the external IP and log in name : dev tun persist-tun persist-key cipher AES-128-CBC auth SHA1 tls-client client resolv-retry infinite remote XX.XXX.XX.X 1194 udp lport 0 verify-x509-name "HassVPN" name auth-user-pass pkcs12 pfSense-udp-1194-jjansen.p12 tls-auth pfSense-udp-1194-jjansen-tls.key 1 ns-cert-type server comp-lzo Dear Philp, i managed to fix the issue ! first i had to create a rule to allow the connection between the Lan and OPENVPN, like this it routed the connection from the virtual tunnel to the LAN thank you so much for your help !
  • Vpn and RADIUS auth

    2
    0 Votes
    2 Posts
    1k Views
    M
    http://lmgtfy.com/?q=pfsense+openvpn+active+directory 1st hit, I did it yesterday and works great!
  • Forcing openvpn traffic thru pfsense gateway

    3
    0 Votes
    3 Posts
    927 Views
    D
    Phil, thanks for your reply. I tried checking off that box and then I uninstalled then exported and reinstalled the Openvpn install from the gateway page. I am able to connect to the vpn but now I cannot ping or access anything on the office network and cannot access the internet. It looks like a rule was added for openvpn when I enabled it that says to pass traffic from openvpn with any protocol, any source, and any destination. I am assuming that is what you meant when you said "make sure you have wider rules on the OpenVPN tab to allow traffic from the clients that has destination general internet IPs." update*** I tried again and was able to ping the pfsense gateway and some pc's in the network but still cant get out to the internet.
  • How to enter entry-IP address in pfsense?

    9
    0 Votes
    9 Posts
    3k Views
    F
    Hi johnpoz I was incorrect on this thread, you see I have issues with my pfsense openvpn client connected to Mullvad VPN provider, it connects successfully and I can see bytes and connection. But no internet access regardless of laptop or desktop etc. Strange thing is if I wait 3-4 minutes it kicks in… and internet then works, this is why I thought it maybe some DNS issue. If I disable openvpn client and just want normal internet that works straight away via my pfsense pc build... I tried different DNS addresses thinking it was VPN dns servers not working right so tried public ones like opendns but no joy same error. I checked the logs for errors and got some strange error which maybe related I posted a new thread here: http://forum.pfsense.org/index.php/topic,71434.0.html Since am very new to pfsense and only know the basics as you know its tricky  ! Any idea on this error ?
  • Internal LAN access stops when gateway removed

    4
    0 Votes
    4 Posts
    1k Views
    KOMK
    Thanks for the reply, gents. Our network is pretty simple and flat.  Yes, our real LAN is behind the ISA server.  I'm using VMware vSphere to run both the ISA server and the pfSense box.  The VMware hosts all have a direct connection to our public router, and the pfSense box has a dedicated public IP adddress for WAN – it doesn't go through the ISA server.  I wanted to have our VPN users to be able to connect to the network, but I also wanted them to be subject to the rules of our MS ISA server (which is our current gateway) if they use the virtual machines on our network to go out.  I can't have VPN users using our network to surf kiddie porn externally, for instance.  When installing pfSense, I gave the LAN connection our ISA server as a gateway out of habit (I was and am still very new to pfSense) but it all seemed to work anyway, and like I said before, everything has been working great until I removed the LAN gateway.  My firewall rules - OpenVPN tab has a list of rules that direct specific IP addresses (users) to specific virtual machines, and this has worked well to control access to servers on our network by the VPN users.
  • OpenVPN connectivity fails all of a sudden [solved]

    2
    0 Votes
    2 Posts
    2k Views
    C
    It turned out that a misinterpretation of the UNIX timestamp expired the certificates prematurely. They had 10 years lifetime, but the date was misinterpreted as a date from the past. I created new certificates with 6 years instead of 10 of lifetime and everything works again. In conclusion, avoid creating certificates with 10 years of expiry, make them with less.
  • 0 Votes
    4 Posts
    1k Views
    R
    found it! http://forum.pfsense.org/index.php/topic,71078.0.html
  • Connects, but no comms between VPN and LAN2

    23
    0 Votes
    23 Posts
    4k Views
    johnpozJ
    troubleshooting a problem is never a waste of time, even if we spent time looking to what the problem was not.. Once we ruled those out as not the problem you get to what the goal was - find the source of the problem. And you get the added bonus which is always good! "I did learn some additional things while troubleshooting all of this. " Let us know how it works out - and I run esxi 5.5 and my pfsense is VM..  With multiple segments on my esxi, etc.  So if you need any help in that area even though its not pfsense directly let me know - glad to help.
  • Pfsense openvpn client taking 3-4 mins to connect ?

    2
    0 Votes
    2 Posts
    909 Views
    F
    Fix was to use google or opendns DNS servers instead :)
  • OpenVPN connecting error! Process restart

    2
    0 Votes
    2 Posts
    5k Views
    K
    Okay I solved it. Don't know how exactly! but let me tell if someone like me having issue with this. What I have done:=> 1. In sever conf file, i have changed TCP into uDP and port into 2500. looks probably it was because port before was blocked or something like that. But now another problem,, I cant browse anything from that VPN? Is this problem from Server-side or client-side pfsense?
  • Overriding default OpenVPN client options

    1
    0 Votes
    1 Posts
    742 Views
    No one has replied
  • OpenVPN client limitation how to?

    3
    0 Votes
    3 Posts
    1k Views
    S
    Thank you  jimp … I will test it....
  • Win2012 server to pfSense peer-to-peer can't ping far end

    2
    0 Votes
    2 Posts
    978 Views
    P
    The OpenVPN config files look reasonable. You do not mention firewall rules - what rules do you have to allow traffic into pfSense end OpenVPN? And same for Windows Server firewalling (however you do that using OpenVPN client on Windows Server).
  • SSL/TLS + User Auth with Local User Manager & External Cert Creation

    3
    0 Votes
    3 Posts
    1k Views
    N
    I never did update this post…. everything is working well. Thanks, jimp!
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.