• Should I be able to ping a remote client at its virtual address?

    2
    0 Votes
    2 Posts
    151 Views
    V

    @DominikHoffmann
    If the clients firewall rules on the VPN interface allow access I'd expect the ping to succeed.

  • accessing work VM through a VPN

    6
    0 Votes
    6 Posts
    235 Views
    johnpozJ

    @bebewold said in accessing work VM through a VPN:

    but I don't see why it would not work

    For starters its a rebind.. Did you set whatever your work domain up as private?

    https://docs.netgate.com/pfsense/en/latest/services/dns/rebinding.html#dns-rebinding-protections

    Security has little to do with it to be honest.. It has never been best practice to put rfc1918 in public dns..

    Do they not even run a local dns at your work?

  • pfsense OpenVPN using microsoft radius server and static client IP

    2
    1 Votes
    2 Posts
    428 Views
    Y

    @Snailkhan

    Hi,
    I am implementing it right now and also had this question.

    Just made it work though. Here is my example with Windows Server 2022 Standard:

    Open Network Policy Server. Create new network policy in NPS. Give it a name for example hagrid-static-ip. Add a condition. I did not find a possibility to add a specific user, only a group. So, added a group with one user Hagrid just for a test. At Settings tab go to RADIUS Attributes => Standard. Add an attribute "Framed-IP-Netmask". My OpenVPN network is 10.10.10.0/24, so i put there 255.255.255.0 mask. At the same Settings table to to IP Settings. Choose "Assign a static IPv4 address" there. Put an address, for example 10.10.10.55. Save the policy and connect to OpenVPN Server on pfsense with Hagrid user. IP 10.10.10.55 must be assigned.

    I do not claim that it is a valid and good to follow solution. Just sharing my ongoing experience.
    My end goal is assigning pools to different groups of users and then manage access for them in pfsense firewall. For example group admins - pool 10.10.10.10-20. This pool is added to alias in pfsense firewall and rules afterwards for this alias.

    This is quite typical task, I think. So, maybe there are another posts with much better explanations.

    I also used this article https://docs.netgate.com/pfsense/en/latest/vpn/openvpn/client-parameters-radius.html, which gave me an idea to add mask as an additional attribute and made it work eventually.

  • Block connection attemp from internal LANs

    9
    0 Votes
    9 Posts
    305 Views
    johnpozJ

    @damianhl said in Block connection attemp from internal LANs:

    there are many servers, printers, etc, with fixed IPs

    You don't have to move them all at once.. But this is normally why you would use dhcp, so you could easy migrate 100 if not 1000s of devices to a new IP scheme.

    But you can for sure just move one at a time if you so desired.. The outage on any specific device would be very short - the time it takes to come up on its new IP.

    Such a scenario is one of the scenarios where it makes sense to run multiple layer 3 on the same network for a time, ie transition.

    If me, I would as your migrating devices to a better network IP range change them to dhcp with a reservation so say server 1 always gets IP X, server 2 always gets IP Y, etc..

    I would change your network to your new IP range, then put a vip on pfsense for its old 150 address, etc. Then slowly move over the devices to dhcp on the new network assigning the IP address you want for each device. You would just need to change the port forwards you currently have as you do.

  • AirVPN + Open Port, I've tried everything and it's not worth it

    18
    0 Votes
    18 Posts
    2k Views
    johnpozJ

    @neba said in AirVPN + Open Port, I've tried everything and it's not worth it:

    pfSense and that it would give me confirmation that the port is open. qBit must also be started.

    Pfsense doesn't listen and answer - it just forwards traffic it sees. If you want the port to show open, then yes where you forward to would have to be listening on that port, and actually answer. Users also run into sim sort of problem where they think its pfsense port forwarding problem, when its just the client having its own firewall and not answering. All kinds of other problems as well - like were you sending the traffic through pfsense, isn't using pfsense as its gateway so sends the answer to some other gateway.

    Pfsense port forwarding is pretty rock solid stable and easy enough to setup.. In all the years I have been here on the forums - to be honest I don't recall even one issue that was not user issue.

  • DCO mode can't creat tun interface

    1
    0 Votes
    1 Posts
    123 Views
    No one has replied
  • Still issues with peer-to-peer network

    1
    0 Votes
    1 Posts
    78 Views
    No one has replied
  • NordVPN Client - not working

    10
    0 Votes
    10 Posts
    933 Views
    johnpozJ

    @br8bruno so gibberish that has zero to do with their interception of dns.

    The only thing you could do to avoid interception would be to use say doh, or dot might not be intercepted or blocked and you would know if intercepted because there is no way you would trust the cert they send back. Unbound can forward to dot. But with normal resolving dns traffic is sent via 53, which they are intercepting.

    Part of doh and dot is avoiding interception. And actually validating your talking to the NS you want to talk too. I have no issues with the technology in general, and sure it has some valid use cases. The problem I have with doh is how browsers and apps are turning it on without explicit user acknowledgement and signoff.. And make it difficult to block if you as the admin of your network do not want devices on your network using it. This is easy with dot, you can just block port 853 - but with doh it uses 443.. Which without knowing the actual endpoint they are going to talk to, is impossible to block without breaking the internet for your devices on your network.

    Use some other vpn service is what I would do.. One that doesn't mess with your dns.

  • OpenVPN and firewall troubleshooting

    4
    0 Votes
    4 Posts
    221 Views
    T

    Thanks @viragomann and @Gertjan! Your suggestions gave me stuff to look into further and I now have it working. The net is, check to make sure the correct interface is specified in the firewall rules. I also think including IPv4 and IPv6 (ipv4+ipv6) in the same rule makes things confusing for you and for the firewall itself. Tim

  • Can’t reach remote host in peer-to-peer network

    17
    0 Votes
    17 Posts
    967 Views
    D

    Please see https://forum.netgate.com/post/1181349 and https://forum.netgate.com/post/1181336 for the final puzzle pieces that got it to work.

  • Peer-to-peer authentication fails—why?

    9
    0 Votes
    9 Posts
    772 Views
    D

    Please see https://forum.netgate.com/post/1181349 for the final puzzle piece that got it to work.

  • Still no reliable peer-to-peer connection, but progress made

    6
    0 Votes
    6 Posts
    424 Views
    D

    @viragomann said in Still no reliable peer-to-peer connection, but progress made:

    And additionally all remote networks have to be stated in the server settings.

    This was the crux of the matter!

    Thank you very much!

  • ubuntu 22 openvpn server to pfsense connects but no traffic

    7
    0 Votes
    7 Posts
    267 Views
    A

    just checking back if anyone knows why the connection works perfectly in android but wont work at all in pfsense firewall?

  • Export user configuration for use with peer-to-peer server?

    1
    0 Votes
    1 Posts
    71 Views
    No one has replied
  • 0 Votes
    1 Posts
    77 Views
    No one has replied
  • No Traffic in Side-by-Side Tunnel

    3
    0 Votes
    3 Posts
    110 Views
    Gamienator 0G

    @viragomann Oh wow, thats true o.O

    Thanks for that!

  • DCO available only on Plus version?

    14
    0 Votes
    14 Posts
    654 Views
    M

    @viragomann That is what i think. A lot of us have home labs. And 130 $ a year, it's much too much.

  • Dashboard Traffic Graph VPN

    5
    0 Votes
    5 Posts
    285 Views
    J

    @the-other said in Dashboard Traffic Graph VPN:

    what works:

    Correct that works fine.

    @the-other said in Dashboard Traffic Graph VPN:

    I cannot even select opt1

    seems "different" that you can't even select it on the widget.

    My solution to the flat line was to unselect that graph, so it doesn't even try to show the flat line. Deal with it another day. Since it looks like it is most likely a bug.

  • Installing and configuring OpenVPN Access Server + pfsense

    2
    0 Votes
    2 Posts
    468 Views
    U

    If you are a n00bie like me, and are coming across this article... I figured it out. Below are the steps:

    Install OpenVPN Access Server (OpenVPN AS) on a Virtual Appliance or Dedicated Device. On your firewall, "Pinhole" the OpenVPN port through the firewall (usually UDP Port 1194). Update the hostname to OpenVPN AS to a DNS entry that is accessible locally (e.g. 192.168.x.x) and globally (123.210.x.x). Get an SSL certificate from LetsEncrypt, and configure automatic renewals (guide). In OpenVPN Access Server, configure SAML Authentication with your Identity Provider (IdP) of choice (e.g. Entra, Google, IBM Verify, etc.) Within OpenVPN Access Server, configure your Access Control policy via User Permissions or Group Permissions Use your phone to test the if your SAML authentication and OpenVPN Access Control policies are working.

    As for forum moderators and pfSense developers, I think it would be helpful if within your documentation you emphasised that OpenVPN Access Server is an easy option for organisations looking to implement a MFA-protected VPN solution. IMO everything on the web points to using OpenVPN embedded into pfSense, making organisations think that authentication via RADIUS and LDAP are the only options.

    Personally, for VPN I think it is safer to limit the number of times end-users need to enter their username/password. Instead, each time they access they should complete a push/biometric challenge. Since re-authentication is so much faster, you can make your VPN disconnect after a few minutes of inactivity. And, end-users can't really complain since reconnecting is so simple. OpenVPN AS as a FREE license that allows 2 concurrent connections. After that you have to purchase a subscription, which is reasonable, all things considered.

  • Unable to connect to MS SQL

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