• Dial-in cannot communicate with Site to site

    4
    0 Votes
    4 Posts
    452 Views
    V

    @franco5 said in Dial-in cannot communicate with Site to site:

    I add the networks local and remote in each configuration setting of Openvpn,

    On pfSense 2 you have to add "192.168.2.0/24,10.10.10.0/24" to the "Remote Networks" in the server settings.

    I add push "route 192.168.1.0 255.255.255.0" in Openvpn dial-in client, I add a static route in PFsense to route 192.168.1.0 by 192.168.101.1

    These are not needed.

    On pfSense 2 you have also to add a CSO for the S2S client and state "192.168.2.0/24,10.10.10.0/24" as "Remote Networks" in the settings.

  • pfsense client does not load route

    10
    0 Votes
    10 Posts
    2k Views
    6

    I got it! 🎉 Right after I posted, I saw the log state that the vpn link did not have an ip address. I looked and the local address was my public ip. 😕 I manually set the IPv4 Tunnel Network on my client through the web gui and it worked. I now have a the route and I can ping in both directions. I think it also needs the gateway to be pushed. I'll play around a little more tomorrow just to see the actual reason. I am not sure why it wasn't getting an address without the tunnel network being predefined. I also gave the client vpn an interface. So I'm not sure if that is also required.

  • About Cryptographic Accelerator Support

    3
    0 Votes
    3 Posts
    624 Views
    M

    @SteveITS said in About Cryptographic Accelerator Support:

    @mcury openVPN does its own thing, take a look at https://docs.netgate.com/pfsense/en/latest/vpn/openvpn/configure-server-crypto.html#hardware-crypto

    hmmm, thanks SteveITS.

    I did some tests right now, disabled Intel QuickAssist (QAT) and enabled AES-NI and BSD Crypto Device (aesni,cryptodev), then rebooted.

    Kept Intel RDRAND engine -RAND enabled in the OpenVPN client settings, and indeed I can't see any difference in performance and/or resources usage in the Firewall.

    Since I'm not using QAT, I'll keep it disabled, and will use AES-NI and BSD Crypto Device and Intel RDRAND in OpenVPN, along with IPSEC-MB to help Wireguard.

    Thanks again SteveITS 👍

  • ping fails to remote vpn host

    3
    0 Votes
    3 Posts
    355 Views
    D

    @viragomann It works now. I had to add another firewall rule on the LAG side.

    thanks for your response

  • OpenVPN "Timeout" under High Avalibility with CARP

    1
    0 Votes
    1 Posts
    209 Views
    No one has replied
  • [error] Unable to contact daemon Service not running?

    8
    0 Votes
    8 Posts
    2k Views
    V

    @Nicholas-0
    Do you have other options in the branch drop-town? Maybe it helps to switch the branch to something else and than back again.

    There are some threads in this forum with this or similar issues. Try to search the forum, maybe there are solutions.

  • Site-to-site OpenVPN between pfSense and MikroTik

    2
    0 Votes
    2 Posts
    390 Views
    N

    Currently the connection is working well in both directions. But I don't know the needed change...

  • 0 Votes
    9 Posts
    4k Views
    C

    @mac1995 Nice hack, but not really a fix

    Another hack fix is to disable the WAN rule that allows the client to connect to the server. But that's only really effective if the OP has all the servers on his side, and the clients on the remote side.

  • Cannot Ping Internal LAN - OpenVPN

    5
    0 Votes
    5 Posts
    630 Views
    V

    @jbcortezf
    The machines will send responses to their default gateway. If this is not pfSense you have to route the home network to pfSense.
    As a workaround you can add an outbound NAT rule on pfSense for masquerading, if the VPN is for your private purposes.

    What is a CSO?

    VPN > OpenVPN > Client Specific Override

  • 0 Votes
    1 Posts
    144 Views
    No one has replied
  • IP address leaking...

    9
    0 Votes
    9 Posts
    1k Views
    S

    Here is what I could grab when I stopped home. Was in a hurry. I can get more detail if you need. Thanks for offering to help. This is really puzzling me.

    1.PNG

    2.PNG

    3.PNG

    4.PNG

  • Custom Message in OpenVPN Connection Window

    1
    1 Votes
    1 Posts
    204 Views
    No one has replied
  • OpenVPN Server Stuck on "Adding route to system" status

    1
    0 Votes
    1 Posts
    549 Views
    No one has replied
  • SMS MFA with Radius

    2
    0 Votes
    2 Posts
    260 Views
    M

    @mrjoli021 SMS, I don't think this is the best option.

    Check this:
    FreeRadius on pfSense software for Two Factor Authentication

  • OpenVPN: how to iptable NAT postrouting with masquerade

    3
    0 Votes
    3 Posts
    759 Views
    J

    @viragomann

    Thanks this did nudge me in the right direction.
    I ended up creating vlan interfaces and made outbound nat rules. Since the pfsense LAN interfaces were already able to get to the internal VLANs it was simpler approach.

  • issue with VPN Tap mode

    6
    0 Votes
    6 Posts
    633 Views
    V

    @tuannm1509 said in issue with VPN Tap mode:

    i can't ping form the VPN Client to Lan Interface of Pfsense Firewall and PC Test

    Do you mean, you ping from the client itself and use the LAN IP as source, or pinging from any other device on the clients LAN?

    For other devices on the LAN, you would need to add a static route to them for the remote network and point it to the Windows machine.
    Additionally on Windows you would need to enable routing and configure its firewall accordingly to pass through the traffic. I don't think, that the bridge do the job without this.

    It would be a better practice to run the OpenVPN client on the router instead.

    Anyway you need add a CSO on the OpenVPN server for the client, where you state the client sides LAN network at "Remote Networks". Additionally you need to state it also in the server settings.

  • Will existing VPN users be able to connect after upgrade

    1
    0 Votes
    1 Posts
    168 Views
    No one has replied
  • Strenge behavior on openvpn tunnel

    1
    0 Votes
    1 Posts
    178 Views
    No one has replied
  • 0 Votes
    3 Posts
    608 Views
    hugoeyngH

    @viragomann I tried right now. It works fine!!!

    Thank you very much.

  • Multiple Users OpenVPN

    9
    0 Votes
    9 Posts
    800 Views
    S

    @viragomann I did select the correct CA for the user Certs, thanks for the reminder. Yes I actually was able to delete that user.

    My next step is update from 22.05 to 23.01 but holding off since I don't know if it would be successful and have no one on their end to help. Thanks again.

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