• Opvenvpn client trouble setting up

    3
    0 Votes
    3 Posts
    1k Views
    W

    i'm on 2.3 beta

  • Strange issue with 4th VPN client Setup

    9
    0 Votes
    9 Posts
    2k Views
    ?

    Ok, the Issue is gone away after re-installing the box.

  • [SOLVED]How to make android phones work with pfSense OpenVPN server?

    2
    0 Votes
    2 Posts
    4k Views
    P

    Solved by enable VPNDialogs system app, it was frozen and disabled before, using OpenVPN for Android.

  • Remote access VPN with user group based filtering

    4
    0 Votes
    4 Posts
    3k Views
    V

    It's an option. If you have small groups you can string them together, so that your groups can be expressed with e.g. /28 for 4 users or /27 for 8.
    So it is easy to create firewall rules with this subnets.

  • OpenVPN server with only one NIC possible?

    4
    0 Votes
    4 Posts
    3k Views
    V

    A second subnet on one interface isn't really a good idea, unless your ISP router supports VLANs. With a separate VLAN for pfSense it could route VPN traffic to pfSense.

    To add routes to each of your hosts you need to access from VPN isn't an option for you?

    Bridge mode is a bit tricky to get it up. There are many threads in this forum, but I don't use it myself.
    No, that has nothing to do with the one interface.
    If you have no other option you can try it.

    If you do NAT on pfSense for VPN the source address of packets from a VPN client is translated to the pfSense interface address. Subsequently it's not possible at a LAN host to determine which of client packets are coming from.

  • VIA C3 Padlock crypto engine missing?!

    6
    0 Votes
    6 Posts
    2k Views
    D

    Have you run openssl speed tests on an older supported version and on the new 2.2 version of pfsense? I am curious if the padlock stuff was added into openssl similar to how aes-ni was. It may be wishful thinking but I am running into the same problem with a 64 bit VIA Nano board. I am trying to benchmark vs. linux installs. The pfsense numbers i'm getting (for a 1.6 ghz nano) are:

    openssl speed -evp aes-128-cbc:
    type            16 bytes    64 bytes    256 bytes  1024 bytes  8192 bytes
    aes-128-cbc      39334.77k  185436.84k  1302134.78k  3322120.07k 17558786.42k

    openssl speed -evp aes-128-cbc -engine cryptodev:
    type            16 bytes    64 bytes    256 bytes  1024 bytes  8192 bytes
    aes-128-cbc      34315.05k  140591.87k  728903.31k  2726613.71k 18504954.68k

    I don't have an install of the 2.1 branch with hardware crypto acceleration though.
    The difference between those two benches is small. I wonder if either you cannot turn the padlock engine off, or if you cannot turn it on.

    If you install 2.1, would you post the speeds you are getting please. Let me know if you can think of any other tests to run.

    Edit: From the pfsense mailing list, I also found this if you want to test your hwrng speed
    $ dd if=/dev/random of=/dev/null bs=1M count=100

  • 0 Votes
    3 Posts
    2k Views
    H

    @[NUT:

    link=topic=105139.msg586807#msg586807 date=1452746714]
    @Arancho:

    [SNIP]

    The only issue I have found occours when the OVPN tunnel goes down, for any reason, also if I shut it down, and PFSense does not delete the associated route.

    When the tunnel tries to go up again the service stops because it is not able to add the route (that already exists).

    The only way I found is to destroy the hanging interface "ifconfig ovpnc1 destroy".

    You know… this sounds a lot like the problem me and some others are having… though I never thought of fixing the interface that way.... I usually reboot once a service restart won help... ;)

    that's because ospf distributes the tunnel networks aswell.
    site1=a&c
    site2=c&d
    a–--b
    c----d

    when "a" goes down, the tunnel network(=route) for "a-b" is still being distributed via the "c-d" connection and never gets removed from the routing-table of site1.

    the solution is to prevent the tunnel-networks to be distributed.
    see:
    -Services: Quagga OSPFd: Edit interface: Accept Filter
    -play with disable acceptance/distribution in the global settings.

    takes some experimenting to get it to work & behaves differently when you run it on an interface or just a plain openvpn connection

  • 0 Votes
    6 Posts
    2k Views
    johnpozJ

    You sure do not need that nat is for sure…  You have it on your lan interface...

    Here is what I found - 99 out of 100 times when someone thinks they need a nat, and dick with the outbound rules they mess it up ;)  Leaving it on automatic is most likely all you need..

    Also curious what stops working?  Most likely your lan devices firewall would block these remote vpn tunnel networks unless you allow it - this is also common mistake made.

  • S2S PSK adding pull option to client ovpn

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • MOVED: Limitações OpenVPN

    Locked
    1
    0 Votes
    1 Posts
    534 Views
    No one has replied
  • OpenVPN Clients are duplicated

    2
    0 Votes
    2 Posts
    838 Views
    jimpJ

    If your client gets disconnected and then reconnects quickly (< 60 sec), that would look like an additional connection from the provider's perspective since it would not have timed out yet.

    pfSense can't run more than one instance of a specific client at a time (even if you wanted to), so if you only have four configured in pfSense then it can only be running four.

    So either the provider is seeing a disconnected "ghost" session hanging around, or there is another client somewhere off pfSense connecting (local PC, perhaps? local lab setup?)

  • OpenVPN not starting properly when failing over to backup router

    2
    0 Votes
    2 Posts
    738 Views
    A

    Hi, have you find any suitable solution to this issue?
    I'm experiencing quite the same.

    I'm not using your configuration but the problem is that the route created for the Ovpn tunnel sometimes is not deleted when the tunnel goes down.

    So I have to change the IPv4 Tunnel Network if I want to recreate the tunnel as the previous address in not more usable.

    Many thanks.

  • Connect from pfSense via OpenVPN to other pfSense

    3
    0 Votes
    3 Posts
    862 Views
    F

    Hallo Frank :-)

    i can't change anything of the firewall. Also the network is as it is.
    My goal was to just establish a VPN-Tunnel from WAN-Interface of "pfsense B" to LAN-Interface of "pfsense A", which are both in the inner (trusted) network.
    I missed to draw the "LAN" Interface on "pfsense A", which may mislead you… Also the "WAN"-Interface of "pfsense A" is not drawn, which is connected to "Firewall".

  • No traffic past lan gateway with new setup?

    1
    0 Votes
    1 Posts
    745 Views
    No one has replied
  • [Resolved] list of Local Networks not pushed to remote acces vpn clients

    13
    0 Votes
    13 Posts
    2k Views
    D

    You're welcome  ;)

    The best for final users is to configure the app to run as administrator always (Right click -> properties -> Compatibility -> Run as admin), or just enable the service on services manager to connect at windows startup.

    Greetings!!

  • Switch OpenVPN clients on a schedule

    6
    0 Votes
    6 Posts
    3k Views
    Z

    @SirJohnEh:

    I haven't started on it yet, but it's on my things to do list.

    I reviewed this topic and found the way.
    We can use Cron. Don't know how much you are familiar with this *nix stuff but this serves exactly to our purpose and PfSense has a wonderful GUI to use it very simply.

    Just install the package and then configure it according to this page:
    https://www.freebsd.org/doc/en/books/handbook/configtuning-cron.html

    Bear in mind that openvpn config files are located in this dir: /var/etc/openvpn
    Each client that you configured via the PfSense GUI has a clientX.conf file where the X is the number of your client. To start the OPenVPN client you will need to configure 2 cron lines for each of them. The first will start the client and second line will kill it at a prdefined time. To make things better you can eventually arrange a shell script that before start or stop the openvpn client will check if a PID for it is running.

    Please let me know if you need any help on this and I'll be glad to provide more info.

    Zeno

  • Unable to connect to the internet when PIA Service Running

    3
    0 Votes
    3 Posts
    790 Views
    K

    Hello and thanks for your time,

    You just have to set up the PIAVPN interface

    I created the PIAVPN Interface.

    you can use the PIAVPN gateway in firewall rules to route the traffic over VPN

    At the Gateway advanced Features section of my LAN Rule, for some reason the PIAVPN is not listed in the drop down box.

    NAT_For_PIAVPN.jpg
    NAT_For_PIAVPN.jpg_thumb
    LAN_Interface.jpg
    LAN_Interface.jpg_thumb

  • Problem hostname resolving on lan site over ovpn connection

    3
    0 Votes
    3 Posts
    973 Views
    D

    thank you.

    first when configuring the lan server over dhcp its hostname appears correctly in the pfsense menu Status -> DHCP leases and you can ping the hostname correctly.

    only if i configure a static ip for the lan server network it is shown only in the menu Diagnostic -> ARP Table but not under the DHCP leases.

    so what to do to setup the dns service that it also can resolve the hostnames from the connected servers showed in the ARP Tables? where and how to configure the dns service for lan in pfsense, like you said?

    at the moment my above mentioned solution works fine but if there is a way to automatically resolve manually configured lan networks please give me a further tip.

    daniel

  • Running a GRE Tunnel over OpenVPN

    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • Client Failover - Site to Site

    2
    0 Votes
    2 Posts
    679 Views
    S

    I think i got it!
    i configured a wan gateway group with different tier priorities and select that gateway group as the client interface for my openvpn connection.
    works well!

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