• Can't connect to Microsoft SQL via OpenVPN

    Locked
    24
    0 Votes
    24 Posts
    19k Views
    M

    Don't know why it is working on the IPSec Tunnel but I was connecting the same way than via OpenVPN. Doesn't matter iT#s working now and I'm happy with that  :)

  • Open vpn rules

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • How to only connect through OpenVPN?

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    johnpozJ

    Well then setup your firewall rule on your vm pfsense box to prevent whatever you don't want.

    I for the life of me can not figure why you would want to do such a thing.. but hey, whatever floats your boat.

    I see a triple nat when I look at that setup, and for the life of me don't understand why you would need a firewall to specific vms behind a triple nat ;)  But sure again whatever floats your boat.

    Just set your rules on your pfsense to only allow access to your openvpn connection.

  • How to NAT wan pubblic ip to OpenVPN client

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    D

    well, I resolved with this post http://forum.pfsense.org/index.php?topic=35445.0

    Works but but I have to assimilate the reason.

  • Setting up OpenVPN failing at TLS_ERROR

    Locked
    9
    0 Votes
    9 Posts
    19k Views
    jimpJ

    New version of the OpenVPN client export package coming up now, quoting the server CN is now optional, and off by default.

  • OpenVPN License Keys

    Locked
    3
    0 Votes
    3 Posts
    8k Views
    jimpJ

    If you're looking for a client download make sure you either use our client export package, or the OpenVPN Community Downloads page.

    They do sell some software but it's not required.

  • OpenVPN client connects to PFsense, does not route

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    G

    Well, this is the weirdest thing. I go and try it today and it works like nothing was ever wrong. I did reboot PFsense a thousand times this weekend trying to get Dansguardian to work and also rebooted my work machine.

    Anyhow, I'm still going to post what you asked because it is binding on a weird I{. This may or may not help someone else so what the heck:

    vpn1.jpg
    vpn1.jpg_thumb
    vpn2.jpg
    vpn2.jpg_thumb
    vpn3.jpg
    vpn3.jpg_thumb

  • Site to Site Re-Establish

    Locked
    12
    0 Votes
    12 Posts
    5k Views
    C

    @Stevej:

    @cmb The upstream of the customer side (supplied by ourselves) varies, it can be ADSL or leased line. What i've noticed is that if the connection on the customer size drops (this could be due to a link failure or such) then when the link re-establihes the VPN doesnt come back up, unless i disable the VPN profile and re-enable it. Is the key the infinetly resolve tick box?

    No, the completely default settings will reconnect automatically on their own. Would have to see some logs from the OpenVPN client while it's failing to reconnect to have an idea of what might be happening.

  • Load Balanced FW and site-to-site OpenVPN results in packet loss

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    jimpJ

    @ReneG:

    Hi any news to the 2.0.2 release?

    We are really really like to see Working Openvpn with UDP and CARP without Disable Openvpn on the salve.
    Any chance to get a update url?

    regards

    btw pfsense is very nice and stable!

    There's a thread on that here - http://forum.pfsense.org/index.php/topic,52810.0.html

  • Openvpn 2 wan

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    T

    @pkwong:

    Are you having issues passing traffic out the openvpn connection?  Is that what you are saying?

    Do you config pass?
    Thank's everyone interested,i have done.

  • OpenVPN coming from DD-WRT

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • OpenVPN (Client) + BTGuard + Tunneling WLAN

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    P

    @joako:

    I had tried something similar but it seemed the routes pushed from the vpn were conflicting with the local routing table. I'm sure there's a workaround. I basically copied a working config from the OpenVPN client (Viscosity,) it was pretty straightforward.

    I did the same, but the tunnel didnt came up.

    I just took a look into the client config and changed the tls seeting in /var/etc/openvpn/client1.conf from

    tls-auth /var/etc/openvpn/client1.tls-auth 1

    to

    tls-auth /var/etc/openvpn/client1.tls-auth

    restarted the service and the tunnel came up

    Now i have the same issue like joako.

  • Unable to Connect to LAN with OpenVPN

    Locked
    8
    0 Votes
    8 Posts
    5k Views
    N

    @kilthro:

    The local network is the network you want the vpn clients to have access to. If you do not enable that the connected users will not be able to access the network.

    Are you pushing DNS as well?

    Local network will not be available if you redirect all traffic through OpenVPN. Local network is only available if you want that the client should rout all traffic from network "172.16.1.0/24" through VPN and all other traffic through the internet connection on the VPN client site.

    @manolios
    On pfsense where the OpenVPN server is running, there you have to go to Firewall and on the "OpenVPN" tab. There you have to allow the traffic from the OpenVPN network (10.0.8.0) to any.

  • Can't access devices on LAN in tap setup

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    S

    Yup, I did do that.

  • Basic Routing Question

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Open VPN road warrior No LAN Access

    Locked
    8
    0 Votes
    8 Posts
    3k Views
    N

    Not sure if you can access your computers at home through "network manager" when using OpenVPN in tun mode.
    But you should enable "Enable NetBIOS over TCP/IP" with "h-node" on your OpenVPN server.

    If you cannot connect to your computers through network manager just use the UNS path:

    \\home_computer_IP\Share
  • Able to ping LAN but not further in

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    G

    podilarius, thanks man, i feel so stupid. I thought it was a routing problem. That didn't even cross my mind. I got it working once i disabled the firewall. Thanks again.

  • Static IP For OpenVPN Clients in TAP Mode?

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    P

    Just tested in my own config, the "ifconfig-push clientip mask" works with TAP (windows 7 client). You have placed it under client-specific-overrides > advanced right?  And completely disconected the client so its gone from the status screen.? And rebuild the connection from 'nothing'.

    Do you get any error? Does the openvpn-client logs mention anything worth mentioning?

  • Quick!! Block OpenVPN User pfsense 1.2.3 - employee terminated

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    M

    You could change the server mode to "Remote Access (SSL/TLS + User-Auth)" and re-export.

  • 0 Votes
    17 Posts
    6k Views
    jimpJ

    Not "now" – it's always been that way.

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