• Solved: site-to-site pings ok only when not carrying useful traffic

    1
    0 Votes
    1 Posts
    339 Views
    No one has replied
  • Bug in Client Export Utility

    4
    0 Votes
    4 Posts
    1k Views
    johnpozJ
    Ah - so like the info a bleach that says do not drink this ;) that wording is already on the wiki doc btw https://doc.pfsense.org/index.php/OpenVPN_Client_Export_Package "If the list is empty, there are likely no users and/or certificates that exist which use the same Certificate Authority as this VPN server. " If you click the little ? mark top right corner of the export package page it takes you there.
  • OpenVPN Server Notification on Connect

    3
    2 Votes
    3 Posts
    3k Views
    X
    You can use up/down scripts: Add to custom server options: script-security 3 system; client-connect /usr/local/sbin/up.sh; client-disconnect /usr/local/sbin/down.sh; up.sh: #!/bin/sh /full/path/to/your/console/email/app down.sh: #!/bin/sh /full/path/to/your/console/email/app mailx example: echo "Client $common_name connected to $HOSTNAME" | mailx -r "your@mail.com" -s "Client $common_name connected to $HOSTNAME from $trusted_ip" -S smtp="your.smtp.com:25" -S smtp-auth=login -S smtp-auth-user="usr@smtp.com" -S smtp-auth-password="password" touser@mail.com > /dev/null OpenVPN vars that you can use: $common_name $HOSTNAME $ifconfig_local $ifconfig_pool_remote_ip $untrusted_ip $trusted_ip $dev
  • Change mac-adress on the box! Need help today!

    2
    0 Votes
    2 Posts
    455 Views
    P
    Easy, go to Interfaces Tab, select the Interface you need to spoof, and type in the desired MAC in the "MAC Address" field. Also see this article, you may need to use shellcmd (it's a package you install) to run the interface in promiscuous mode (you should not need to do this with an intel NIC, but it may be necessary with a Realtek or other cheapo NIC): https://doc.pfsense.org/index.php/Interface_Settings#MAC_Spoofing Here's a thread on the topic: https://forum.pfsense.org/index.php?topic=106819.0
  • Site-to-site

    40
    0 Votes
    40 Posts
    6k Views
    DerelictD
    In the packet capture you can see the echo request leaving the Client LAN interface addressed to 192.168.0.201 and nothing coming back. The problem is somewhere outside of pfSense. Yes, pfSense has to be the gateway for the target device or you need to add a route on that host for the far side of the VPN tunnel with a gateway that is pfSense or the replies will be sent to the wrong place. Alternately you can place an outbound NAT rule on the client LAN interface so traffic sourced from the remote VPN network is NATted to the interface address there. Then replies will be same-subnet so the route will not be necessary.
  • How to auto-reset VPN when gateway offline

    6
    0 Votes
    6 Posts
    2k Views
    DerelictD
    Services watchdog will not do anything if the OpenVPN process continues to run. If the OpenVPN connection continues to run and the internal (to OpenVPN) keepalive pings continue to respond, but the OpenVPN provider stops passing actual traffic, I can't think of a built-in way to restart that tunnel. You might consider getting another VPN provider - or trying another site on that one. It looks broken.
  • Mullvad VPN but no internet

    7
    0 Votes
    7 Posts
    2k Views
    G
    After posting that screenshot I noticed that in all my fiddling around I was missing a NAT rule. Seems to be working now, whatsmyip.net is getting a different address to my WAN address. Thanks
  • Request Assistance Please

    2
    0 Votes
    2 Posts
    522 Views
    V
    Maybe it's why nobody can understand what you intend to achieve. What does in mean "how to configure an OpenVPN Client on only OPT1 interface"?. Only devices connected to OPT1 should use the vpn? There are thousands of tutorials about setting up a vpn client in the web, text as well as YT. That should be straight forward.
  • OpenVPN tunnel is crawling, not sure why.

    10
    0 Votes
    10 Posts
    2k Views
    R
    Here are various iperf/speedtest results… Summaries in bold.: -Inside VPN (TCP): iperf: 1.48 Mbits/sec http://i.imgur.com/v1CHGZM.png -Inside VPN (UDP): iperf: 1.45 Mbits/sec http://i.imgur.com/aJ2DF1O.png -Client to Outside Internet: iperf: 3.72 Mbits/sec http://i.imgur.com/MwlC8wX.png -Client to Outside Internet (Speedtest.net): Speedtest: 86.61/86.92 Mbps http://i.imgur.com/qDqOlel.png -Inside server network to Outside Internet: iperf: 23.3 Mbits/sec http://i.imgur.com/4v1YOyI.png -Inside server network to Outside internet (speedtest.net): Speedtest: 56.43/63.89 Mbps http://i.imgur.com/RRF2oKv.png So looks like the VPN is running at the speed allowed by my client ISP minus 60% overhead. What's more interesting is the Server ISP (50/50 Verizon FiOS) is showing only 20Mbits/s. Not sure what to make of that information, considering speedtest shows 50Mbps. Not sure if this conclusion is correct, but it looks to be traffic shaping by the client-side ISP. I'm going to fiddle around to try and reduce the overhead required. Need to better understand the impact of MTU Set up servers inside the client side network to better assess internal throughput. Experiment more with 128bit encryption
  • 2000 Sites to Connect via VPN to AWS

    8
    0 Votes
    8 Posts
    1k Views
    V
    Are you trying to reach the client end point device or a network behind the client? For accessing the client device you will need to open up its firewall. If you want to access a network behind the client you will need vpn routes in addition. Is it a SSL/TLS openvpn or a shared key?
  • Open VPN site to site issue(Difficult problem)

    2
    0 Votes
    2 Posts
    563 Views
    V
    Does that mean, you're running a vpn access server + a vpn client for site-to-site connection to A on site B server?
  • Missing something on a site to site vpn tunnel

    4
    0 Votes
    4 Posts
    898 Views
    V
    Another point to check here is if the local and the remote networks overlaps.
  • Leaking DNS requests- settings seem to be correct?

    2
    0 Votes
    2 Posts
    688 Views
    M
    You could prevent a device in your network to interrogate an unwanted DNS, adding two rules like these in the Firewall LAN tab. In your case the first rule should contain as destination an alias with the DNS addresses you want to authorize. ![locked DNS.png](/public/imported_attachments/1/locked DNS.png) ![locked DNS.png_thumb](/public/imported_attachments/1/locked DNS.png_thumb)
  • Metro Ethernet Multi IP Open SSL VPN

    2
    0 Votes
    2 Posts
    606 Views
    S
    Can you help me ? @sinanc: Hi, I am using PFSense version 2.3.2-RELEASE-p1 1 wired metro ethernet internet connected and 4 multi ip address. I use open ssl vpn service from my main wan ip address which is defined as virtural ip. I want to set up an open ssl vpn service from a different main virtual ip address. The open ssl vpn service I installed will not be able to connect to the local network, but when the client connects to this open ssl vpn, I want to get the open ssl vpn ip address, which is my second definition of the internet out ip address. Sample diagram, Main wan ip 192.168.1.1 open ssl vpn service has local network access client exit ip address 192.168.1.1 Multi wan ip 192.168.1.2 open ssl vpn service local network access disabled client exit ip address 192.168.1.2 I tried to make adjustments, but it did not work. Client vpn wan could not get out ip address because I did not select Tunnel settings / Redirect Gateway in open ssl vpn settings. Can you help me ? Regards.
  • Issue with NordVPN dropping every few days (OpenVPN client)

    3
    0 Votes
    3 Posts
    1k Views
    H
    Many thanks Duren :D I will try that advanced auth entry.
  • Intermittent connection: pfsense and openvpn

    1
    0 Votes
    1 Posts
    566 Views
    No one has replied
  • Can only communicate in one direction. (A bit complicated.)

    7
    0 Votes
    7 Posts
    1k Views
    DerelictD
    The routing was correct. The packets were being sent out the correct interface. Rebooting other devices must have cleared something elsewhere. Glad you got it sorted out.
  • Necessary to create internal certificate and CA with PIA?

    1
    0 Votes
    1 Posts
    368 Views
    No one has replied
  • Question about Site to Site

    3
    0 Votes
    3 Posts
    712 Views
    J
    I assign an addtional interface (ovpnc1 in this case). Activated this (no ip nothing just activated) Then i set an static route to 192.168.50.0/24 on the gatway of this interface.(this was the way of doing this, as i know since years) But my question is, the text in newer Version state like this is not needed any more.
  • OpenVPN site to site - Can't reach client LAN

    13
    0 Votes
    13 Posts
    2k Views
    J
    You were right. After dealing with the datacenter's support, we found I could enable IP spoofing on the LAN interface for the pfSense VM and after allowing that, it works fine without NAT.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.