• First time - pfsense as openVPN client

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    jimpJ

    OpenVPN is fairly compatible between its versions. The files you listed are not enough though. Typically you have a CA cert, a user cert, and a user key.

    Also the pfSense GUI doesn't support working as a client with a username/password combination, only certificates or static key.

    (There have been some manual ways to make that work though, searching the forum should turn up some hits)

  • PfSense as OpenVPN client but not routing for the OpenVPN network

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Open VPN instance on Virtual IP

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    T

    Sorry to bump this thread but does anyone know how I can set this up or have a link to something that may help me?

    Thank you kindly

  • Openvpn on pfsense 1.2.3 not work …

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    J

    all works now … maybe someone should notice .. stop and restart service help a little bit.

  • OpenVPN Default Gateway not working at boot on 2.0.1

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • OpenVPN Client Export Files in pfSense 2.0RC

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    P

    Thanks, didn't know I needed to install this.

  • Using OpenVPN as a proxy

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    G

    Except that I don't want all the internet traffic from the machine to be routed via the remote link, just the traffic for the software.

  • Racoon: ERROR: fd_set overrun

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    J

    I have a connection problem between 2 pfSense v1.2.3 in logs I find this error, I read that I have to enlarge the size allowed by the racoon service be? Do not know how, someone who can provide?
    thanks

  • Proxy to VPN

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Pfsenser 2.0.1 OpenVPN Server and DD-WRT 2.4 sp1 VPN Client site?

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    M

    No - unfortunately I was not with DD-WRT w/vpn.  However it seems like it may work with OpenWRT.  Others recommend Tomato firmware though it seems like a modified version of Tomato is required with OpenVPN support.  Am surprised no one else has requested this anywhere on the forum.  Have been searching Google and have yet to find a descriptive how-to.

  • Prevent openvpn client from connecting when in the office

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    M

    @bachi:

    Create a LAN firewall rule which blocks access to pfsense wan address and port that openvpn listens.

    Action: block

    Protocol: UDP (or tcp if you running openvpn via tcp instead udp)
    Source: type > lan subnet

    Destination: type > Wan address
    Destination port range: openvpn's listening port

    Hope this helps.

    It worked. :)

    Thank you. I should have thought of it.

  • Different subnets for different common names

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    G

    I tried to change the topology to a subnet one, so I configured the override with a blank tunnel network but with:
    push "topology subnet"; push "ifconfig 10.7.1.1 255.255.255.0";

    in the advanced box, but on the logs I see this:

    PUSH: Received control message: 'PUSH_REPLY,route-gateway 10.7.0.1,topology subnet,ping 10,ping-restart 60,topology subnet,ifconfig 10.7.1.1 255.255.255.0,ifconfig 10.7.0.3 255.255.0.0'

    it STILL gets the ifconfig from the server, ignoring the override, so I put the checkbox on the override setting "Server Definitions: Prevent this client from receiving any server-defined client settings." and here is what I get:

    PUSH: Received control message: 'PUSH_REPLY,topology subnet,ifconfig 10.7.1.1 255.255.255.0,ifconfig 10.7.0.3 255.255.0.0'

    AGAIN the ifconfig from the server!! why? I told the override to prevent the client from recieving any server settings why it's still pushing the ifconfig and why the client is eating it? the client should take the overridden ifconfig only..

  • Peer to peer .. Banging my head

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    T

    @cmb:

    Sounds like the return routing of the clients on the remote network is wrong (using something else as their default gateway maybe), or the clients have a firewall locally on them that only permits local subnet traffic.

    I guess when all else fails look for the obvious answer. Thank you, very much for the help.

    LOL maybe I banged my head too much. I turned off the firewall on the local machine on the server side and it pinged great. I just have to figure out a printer situation. I think it is a gateway problem.
    THANKS AGAIN.

  • Openvpn bridge network

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Bonded DSL router and OpenVPN

    Locked
    16
    0 Votes
    16 Posts
    12k Views
    chpalmerC

    1. The portabella boxes from Mushroom networks make a bonded VPN across multiple WANs back to their own network and use that, so your connections use bandwidth from all WANs but appear as a single IP address due to the way the bonding operates. But you run all of your traffic through their network, it doesn't use your WANs directly.

    I missed that part of your first post here Jim, (thought it was part of your sig)..

    Perhaps a bounty would be in order, if not just to gauge interest…

    At least the OP has some things to help him get going and hopefully can make it work.  I always tell anyone to never discount that a local ISP somewhere will get into supporting MLPPP if they only know a little more about it...  You may have to call several but can't hurt to try.

    :)

  • OpenVPN users don't show up for export in 2.0.1

    Locked
    8
    0 Votes
    8 Posts
    3k Views
    D

    Awesome, I feel useful again! :-) Thank you. That was easy enough I should have dug into the code and submitted a patch to say I've actually done dev work :-)

  • Recommended way to cut teeth on OpenVPN

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    R

    After setting up OpenVPN on a pfSense 2.0 box (which was ridiculously easy using the wizard), I realise that it would be quite simple to set up a test internal OpenVPN on a pfSense box. Like I said above, all you would need are two interfaces. One could be the one you want to VPN to. The other where you will VPN from. Run OpenVPN on the network the VPN traffic will come from, and everything else stays the same.

    Simple.

  • OpenVPN Clients can't access LAN or OPT1

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    M

    Thank you for your reply, it gave me a new route to explore.  Sadly it wasn't as simple as messing with the Cisco config however it turned out to be an even simpler solution (and probably an oversight on my part).

    I ended up factory resetting several times over.  This cured my problem of the LAN not pinging clients however OPT1 was still a cause for concern.

    I finally stumbled across the solution more by luck than knowledge.  I added a gateway to the OPT1 interface which corresponded to 10.44.11.1 (My Cisco gateway via the switches).  Then everything started working.

    One very odd thing I did notice however was that in the course of factory resetting, my VPN connection was automatically pushing the route 10.44.0.0/255.255.0.0 to the clients.  On my last attempt though, the routes weren't being pushed so I also had to add push "route 10.44.0.0 255.255.0.0"; to the VPN config.

    Thanks again for the advice, I appreciate that getting through the mountain of text is not a 5 second job.

  • LAN user Can't ping to Remote VPN Road Warrior

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    N

    I had the same problem and added advansed options in the following command:
    push "route 192.168.2.0 255.255.255.0";

    Look at this guide or introduction to the whole blog http://blog.stefcho.eu/?p=492

  • OpenVPN exits when interface (or ip) is down

    Locked
    16
    0 Votes
    16 Posts
    13k Views
    X

    Hi,

    What you're doing might work, I never tried it but I think it's possible. But maybe you might choose a different path. What are you trying to accomplish? You could create a site-to-site VPN from the pfsense to the remote openvpn server. (the remote openvpn server does not have to be a complete subnet, it can be just 1 host)

    You could try disabling the rules for a short time to see if your OpenVPN connection stays stable.

    As for the log files, what do you see in your "system" log at the same time? Something else that looks different?

    Regards,
    Kristof.

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.