• Security warnings using OpenVPN for Android with pfSense

    2
    0 Votes
    2 Posts
    677 Views
    GertjanG

    @kesawi
    I understand your question ....
    Is this a server or client message ?

    Maybe some OpenVPN client 'humor' :
    I rephrase :

    Profile uses BF-CBC which is not enabled

    BF-CBC isn't referenced in your opvn config (profile).

    If the client software is based on 2.4.x, then "BF-CBC" was a default cipher method.

    The current pfSense (25.5.2 CE or comparable) uses OpenVPN 2.5.x not the 2.4.x series.

  • OpenVPN Log Analysis

    3
    0 Votes
    3 Posts
    714 Views
    M

    @gertjan Thank you for your response, But actually, I'm looking for a third party solution, sth like Splunk but a bit easier and cheaper, Cause products like Splunk are too expensive for implementing in these kinda simple situations,
    I don't want to detect any problems, the main reason is security purposes.

    Please let me know if you have any ideas abt this situation.

    Regards

  • Site to site VPN not working

    1
    0 Votes
    1 Posts
    329 Views
    No one has replied
  • VPN Settings Sanity Check

    2
    0 Votes
    2 Posts
    520 Views
    A

    @audiobahn said in VPN Settings Sanity Check:

    Hi All,

    I'm trying to setup a VPN server on my PFsense to be able to remotely access my local network. I have managed to setup a server & client which connects fine BUT only when the client is within the network it tries to connect to. I feel I'm quite close to getting it but there's something I'm missing.

    Some background info on my topology:

    Public IP -> ISP Router (192.168.1.111) -> PFSense @ WAN Interface (192.168.1.210) -> Lan (10.10.x.x subnet).

    I already created a NAT rule to push any traffic on port 1194 from the Public IP all the way to 192.168.1.210:1194 so in theory an external client searching for the server on the WAN interface should be able to find it.

    I have screenshots of my settings but apparently the dimensions are too big to post, what's the best way to share these?

    Thanks.

    Nevermind, it got resolved now.

  • Route specific website requests over VPN?

    2
    0 Votes
    2 Posts
    294 Views
    V

    @helloha
    You can direct only specific host names or IPs over the VPN by using aliases and Policy Routing.

  • Use OpenVPN but with Internet access on the client

    5
    0 Votes
    5 Posts
    845 Views
    W

    @viragomann

    I find myself in great difficulty for a random behavior.
    Yet the configuration is the "basic" one, created with the Wizard and the same as many others described on the Internet.
    For testing I use:

    Browser with clean cache Browsing in private mode, not to save caches, cookies, etc. Online newspapers because they have a very dynamic content.

    Well:

    In pfSense there is the Redirect Gateway = ON I connect to the VPN, the tray icon turns green; a Win10Pro message appears telling me that an IP has been assigned for the tunnel; I can access the pfSense configuration page. I open the browser for the test; I open the online newspaper; I browse some articles; I ping using the newspaper domain. So, everything is OK.

    After few minutes, the VPN is still active, but the pages are no longer reachable and the ping from the PC no longer works because it cannot resolve the domain, while if I do it from the GUI of pfSense, ping works correctly on all interfaces.

    OpenVPN log reports:

    Nov 15 07:00:40 openvpn 30979 IP-ROUTER:55664 peer info: IV_VER=2.5.4 Nov 15 07:00:40 openvpn 30979 IP-ROUTER:55664 peer info: IV_PLAT=win Nov 15 07:00:40 openvpn 30979 IP-ROUTER:55664 peer info: IV_PROTO=6 Nov 15 07:00:40 openvpn 30979 IP-ROUTER:55664 peer info: IV_LZ4=1 Nov 15 07:00:40 openvpn 30979 IP-ROUTER:55664 peer info: IV_LZ4v2=1 Nov 15 07:00:40 openvpn 30979 IP-ROUTER:55664 peer info: IV_LZO=1 Nov 15 07:00:40 openvpn 30979 IP-ROUTER:55664 peer info: IV_COMP_STUB=1 Nov 15 07:00:40 openvpn 30979 IP-ROUTER:55664 peer info: IV_COMP_STUBv2=1 Nov 15 07:00:40 openvpn 30979 IP-ROUTER:55664 peer info: IV_TCPNL=1 Nov 15 07:00:40 openvpn 30979 IP-ROUTER:55664 peer info: IV_GUI_VER=OpenVPN_GUI_11 Nov 15 07:00:40 openvpn 30979 IP-ROUTER:55664 peer info: IV_SSO=openurl,crtext Nov 15 07:00:41 openvpn 27557 user 'USERNAME' authenticated Nov 15 07:00:46 openvpn 30979 IP-ROUTER:55664 [USERNAME] Peer Connection Initiated with [AF_INET]IP-ROUTER:55664 Nov 15 07:00:46 openvpn 30979 USERNAME/IP-ROUTER:55664 MULTI_sva: pool returned IPv4=10.101.101.2, IPv6=(Not enabled)

    Then follow dozens of reports all the same

    Nov 15 07:00:56 openvpn 30979 USERNAME/IP-ROUTER:55664 Authenticate/Decrypt packet error: bad packet ID (may be a replay): [ #163 ] -- see the man page entry for --no-replay and --replay-window for more info or silence this warning with --mute-replay-warnings

    Sometimes disconnecting and reconnecting is not useful and I have to close the OpenVPN client to reopen it again.

    Now I am forced to work with three PCs:

    One to access pfSense. One to test the VPN One connected directly to the router to be able to navigate so that you can always access the online documentation.

    The OpenVPNclient GUI is v11.25.0.0
    Installed with OpenVPN-2.5.4-I604-amd64.msi

    This is the config (.ovpn)

    dev tun persist-tun persist-key ncp-disable cipher AES-256-CBC auth SHA512 tls-client client resolv-retry infinite remote MYDDNS.duckdns.org 1194 udp4 setenv opt block-outside-dns lport 0 verify-x509-name "mynamepfsense-ovpn-rwa" name auth-user-pass remote-cert-tls server explicit-exit-notify <ca> -----BEGIN CERTIFICATE----- -----END CERTIFICATE----- </ca> <cert> -----BEGIN CERTIFICATE----- -----END CERTIFICATE----- </cert> <key> -----BEGIN PRIVATE KEY----- -----END PRIVATE KEY----- </key> key-direction 1 <tls-auth> # # 2048 bit OpenVPN static key # -----BEGIN OpenVPN Static key V1----- -----END OpenVPN Static key V1----- </tls-auth>
  • Redirect all Torrent traffic to a host

    10
    0 Votes
    10 Posts
    1k Views
    A

    @gertjan said in Redirect all Torrent traffic to a host:

    @audiobahn

    You can chose : On the clien using the VPN's app.
    Or
    Use the OpenVPN-client on pfSense, and use firewalls rules (policy rules) to select what traffic or which clients get routed over the VPN.

    @gertjan said in Redirect all Torrent traffic to a host:

    @audiobahn

    You can chose : On the clien using the VPN's app.
    Or
    Use the OpenVPN-client on pfSense, and use firewalls rules (policy rules) to select what traffic or which clients get routed over the VPN.

    @andyrh said in Redirect all Torrent traffic to a host:

    On pfSense only allow the VPN port. For opening a port for torrents you will need a VPN that allows port forwarding. pfSense cannot help you with port forwarding to a VPN service.

    Thanks both. I ended up shifting the vpn connection on the server side and it works fine now.

  • Not Routing to VPN client from LAN

    4
    0 Votes
    4 Posts
    691 Views
    V

    @mrwildbob
    Do the firewall rules on A on the VPN interface allow the access from remote site?

    Show the IPv4 routing table from A, please.

    From what you described, I assume both VPN endpoints are the default gateway in their respective LANs, right?

  • OpenVPN Interface IP in Subnet Mode

    1
    0 Votes
    1 Posts
    297 Views
    No one has replied
  • OpenVPN error udpv4 Unknown error (code = 10054)

    7
    0 Votes
    7 Posts
    2k Views
    V

    @rbarbato
    Nice.

  • A clarification on the Gateway and Clients tab.

    1
    0 Votes
    1 Posts
    273 Views
    No one has replied
  • OpenVPN: with Redirect IPv4 Gateway no access to LAN

    4
    0 Votes
    4 Posts
    538 Views
    W

    With the Wizard there are two fields.
    Instead, if the server is created, then if the checkbox is ON, the Tunnel Network field disappears.

  • SquidProxy using OpenVPN Tunnel

    2
    0 Votes
    2 Posts
    554 Views
    No one has replied
  • Remote Access Connectivity Issues

    3
    0 Votes
    3 Posts
    609 Views
    P

    I figured it out. It was not a firewall on the devices nor was it the pfsense. It was user error. The device behind the pfsense had manual IP's and no gateway setup. Once I changed them to DHCP things started working.

  • routing bounces between vpn tunnels

    11
    0 Votes
    11 Posts
    639 Views
    digininja99D

    @viragomann I've removed the static routes and restarted things.

    I have this setup in the OpenVPN config for both interfaces.

    6545aeb1-6782-4570-ab9c-fe46ad927de3-{81ED3D47-5D8F-475C-9513-5A0C4810782C}.png

    The bit I was missing was the IPv4 Tunnel Network IP, I just put that in and everything seems to be working!

    I'm now going to back all this up and then grab a copy of this session as notes for if I ever need to add a third VPN.

    Thanks very much for the help debugging this, it was more complex than I thought, but in the end it all makes sense I think. I'll re-read it all in the morning, it will probably have sunk in by then.

  • Missing field "IPv4 Remote Network" in OpenVPN Server config

    3
    0 Votes
    3 Posts
    551 Views
    F

    @viragomann
    when i check "Redirect IPv4 Gateway" then "IPv4 Local network(s)" is hidden. But I am searching for the field "IPv4 Remote Network" - which never apears.

    I just found out that "IPv4 Remote Network" is only shown when Server mode is "peer to Peer (SSL/TLS)" instead of "remote access (SSL/TLS)

  • ExpressVPN - status reconnecting; ping-restart.

    3
    0 Votes
    3 Posts
    657 Views
    J

    was useful to know. I was looking for good vpn service

  • What is OpenVPN 'Clients' tab?

    4
    0 Votes
    4 Posts
    577 Views
    W

    Ah! That makes sense. I was under the impression that everything under 'Services' -> 'OpenVPN' was server-related, but pfSense can be a client too, of course.

  • Using split DNS with OpenVPN: manual configuration required?

    1
    0 Votes
    1 Posts
    311 Views
    No one has replied
  • OpenVPN using TAP cannot ping any devices on the same LAN

    1
    0 Votes
    1 Posts
    218 Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.