Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories
    • J

      Frage zur Switchkonfig Netgate 7100

      Watching Ignoring Scheduled Pinned Locked Moved Deutsch
      3
      1
      0 Votes
      3 Posts
      60 Views
      JeGrJ
      @johndo Verständnisfrage: du willst dass der Port 3 separat (als eigener Single-Port) agiert und der die VLANs x (17,18,...) getagged sprechen soll? Das ist das was ich aus der Konfig gerade lese? Denn das Default VLAN 1 hast du ihm weggezogen, das steht da nicht mehr in der Liste. Nur das "Mgmt" (Group 2) - aber wenn das dein gewünschtes Untagged ist, stimmt das. Wichtig wäre noch im "Ports" Bereich zu schauen, dass das richtig eingestellt ist. Sobald man vom Default abweicht, muss da der entsprechende VLAN mode aktiv werden und die Ports korrekt anzeigen. Aber wenn es sich ansonsten korrekt verhält wie du möchtest, sieht das nicht verkehrt aus. Cheers :)
    • N

      openvpn client dco connectivity issues @ 20250518113006_20250726122025

      Watching Ignoring Scheduled Pinned Locked Moved Development
      13
      0 Votes
      13 Posts
      633 Views
      N
      @stephenw10 Yes, same box, same hypervisor. sip, ssh, rdp, web, everything works fine over dco for those on the same hypervisor (and the same subnet) Whatever lies outside the box and the same subnet only icmp works (to either the behind the dco vpn or anything on the internet behind pppoe. Same lan stations policy routed to another dhcp wan connection work FINE. And again. reverting to previous version and uploading the SAME config file resolves ALL issues.
    • I

      OpenVPN proposal

      Watching Ignoring Scheduled Pinned Locked Moved OpenVPN
      2
      0 Votes
      2 Posts
      26 Views
      V
      @ivica.glavocic said in OpenVPN proposal: User can't authenticate from OpenVPN Connect when using a saved user/pass (PIN) plus OTP prompt (static-challenge "Enter OTP" 1), because the client sends PIN + OTP and freeradius server expects OTP + PIN. I use OpenVPN GUI on Windows. It sends OTP + PW to the server in this order. The password can be saved, so you have only to enter the OTP. If you use the Network Manager on Linux, which has no OTP option, I have to state the OTP + password in the PW field.
    • D

      Crash Report Netgate SG2100

      Watching Ignoring Scheduled Pinned Locked Moved General pfSense Questions
      2
      0 Votes
      2 Posts
      18 Views
      patient0P
      @detox run a search on this forum for 'kea2unbound php' and you'll find some results that may help. In general: What pfSense+ version are you using and are you using pfBlockerNG (then the solutions in the mentioned search will help you)?
    • A

      Response Policy Zones

      Watching Ignoring Scheduled Pinned Locked Moved DHCP and DNS
      2
      0 Votes
      2 Posts
      36 Views
      GertjanG
      @Antibiotic Does Unbound support RPZ ?and the official nllabs = unbound author manual and documentation. I tend to say : yes.
    • L

      [Guide] Setup a wireguard tunnel to VPN provider (multiple VPN tunnel setup)

      Watching Ignoring Scheduled Pinned Locked Moved WireGuard
      26
      16
      0 Votes
      26 Posts
      11k Views
      S
      @LaUs3r ,Hi yes, I followed the Surfshark WireGuard guide and now it’s working. Earlier, the guide steps were too superficial so I kept missing things, but in the end the Surfshark WireGuard guide worked. However, the default gateway issues still remain WireGuard is not working as the default gateway only when WANDHCP is default gateway the handshake is formed Anyway i switch to openvpn, the setup i was working on it is to make nested multi hop vpn the built now looks like this: pfSense#1 → [Veepn OpenVPN1 UDP → (lan segment of pfsense #1 connted to pfSense#2) → pfSense#2 OpenVPN2 UDP] → (lan segment of pfsense #2 connected to windwos vmware) → vmware windwos Internet • pfSense#1 has my Local ISP WAN Connected • There is no WAN connected to pfSense#2 only lan segment of pfsense #1 connected I’m using OpenVPN UDP on both pfSense firewalls, each with a different VPN provider the first one is VeePN and the second one is Surfshark. For the whole setup, I followed Lawrence Systems’ guide.
    • P

      25.11.r.20251118.1708: duplicated DHCP syslog messages sent to external syslog server

      Watching Ignoring Scheduled Pinned Locked Moved Plus 25.11 Snapshots
      2
      0 Votes
      2 Posts
      42 Views
      M
      IIRC that happens when selecting specific logs to send instead of sending all logs.
    • B

      4200 - front LED indicates "Upgrade Available" but no upgrade detected (in dashboard or

      Watching Ignoring Scheduled Pinned Locked Moved Problems Installing or Upgrading pfSense Software
      2
      0 Votes
      2 Posts
      47 Views
      B
      Never mind... looks like something similar was answered a few weeks ago... and the led on my device turned off last night.
    • mtarboxM

      4200 odd behavior

      Watching Ignoring Scheduled Pinned Locked Moved Plus 25.07 Develoment Snapshots (Retired)
      6
      0 Votes
      6 Posts
      750 Views
      stephenw10S
      The blue-square LED turning purple indicates an upgrade is available. There was a backend glitch last week that showed the public RC available to some users. You probably saw that. https://docs.netgate.com/pfsense/en/latest/solutions/netgate-4200/io-ports.html#status-leds
    • E

      Question on how much VPN traffic a current N100 cpu can handle

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      2
      0 Votes
      2 Posts
      48 Views
      NC1N
      @edstiles When it comes to throughput estimates, there's no such thing as "VPN". Different VPN systems work differently and want different things from a processor. Specifically, OpenVPN runs single-threaded and relies on AES encryption, so the throughput is determined by processor speed and availability of AES-NI support on the processor. With an N100, I would surmise you can get Gigabit OpenVPN. Note, however, that OpenVPN is transitioning to multi-threaded operation, and when that happens, old limitations will no longer stand in the way. Wireguard runs multi-threaded and can live without AES-NI support (it uses ChaCha20 by default). So the throughput is determined solely by available processor bandwidth, with an adjustment for possible cooling issues. My personal quick-and-dirty (I repeat, quick-and-dirty) guesstimation (I repeat, guesstimation) rule is, 6 GHz of processor bandwidth per Gbps of throughput, to be adjusted upward if there are cooling issues. IPsec, as a first approximation, has computational requirements similar to Wireguard.
    • G

      lan clients periodically drop ipv6 connectivity

      Watching Ignoring Scheduled Pinned Locked Moved IPv6
      22
      0 Votes
      22 Posts
      3k Views
      G
      @jarmo I'm not quite sure how the lan clients get different prefixes although they will be different than your wan prefix. As far as I know, the ISPs only assign one prefix for lan usage so unless you are configuring your lan to subnet the prefix into multiple smaller networks, they should all have the same prefix. If your lan is using SLAAC for IPv6 addresses, your clients will have multiple IPv6 addresses: an Ipv6 address, a "temporary" ipv6 address, and a link local ipv6 address. The routable lan IPv6 address should have the same prefix and different suffixes. In my case, I found using "Diagnostics->Packet Capture" that my router was sending IPv6 renew requests to the ISP and never getting a response (as shown in my previous response). Once the ISP fixed the issue, I started seeing the rc.newwanipv6 entries in the system log. My only suggestion is to try and use either Packet Capture or Wireshark to capture RA packets or the prefix delegation packets and see if they match what your clients are reporting.
    • P

      Some observations testing 25.11.r.20251118.1708 on Netgate 2100

      Watching Ignoring Scheduled Pinned Locked Moved Plus 25.11 Snapshots
      2
      0 Votes
      2 Posts
      78 Views
      dennypageD
      @pst said in Some observations testing 25.11.r.20251118.1708 on Netgate 2100: DNS lookup of DHCPv6 leases As has been reported elsewhere, I noticed DNS lookup is not working for IPv6 addresses. Currently : nslookup host gives me the ipv4 address, and nslookup host.t gives the ipv6 address. Marcos was able to successfully address it yesterday.
    • W

      Help Routing a second internet routable subnet

      Watching Ignoring Scheduled Pinned Locked Moved Routing and Multi WAN
      2
      0 Votes
      2 Posts
      32 Views
      V
      @wzkds See: Routing Public IP Addresses
    • martimunM

      HA setup is flapping between primary and backup devices

      Watching Ignoring Scheduled Pinned Locked Moved HA/CARP/VIPs
      2
      1
      0 Votes
      2 Posts
      36 Views
      martimunM
      So I disconnected the backup device and my network is back to normal (even though I haven't removed the CARP and HA settings yet). Just for the sake of testing, I configured two identical Steelheads CX770s with Opnsense and got the same results as with pfSense. I get the same results with two sets of completely different hardware! How can this be possible?! I thought it was the connection to the switch (since both firewalls connect to the same stack) but as soon as I remove the backup unit from the HA setup, all network connectivity is restored. Has anyone here encountered this problem before? Martin M. Mune US Army Combat Veteran Operation Iraqi Freedom Volunteer Soldier International Legion for the Defense of Ukraine Слава Україні! Героям Слава!
    • A

      Non-ASCII characters in Kea DHCP log

      Watching Ignoring Scheduled Pinned Locked Moved Plus 25.11 Snapshots
      2
      0 Votes
      2 Posts
      56 Views
      M
      Thanks for the report. This will be fixed in the release.
    • L

      I need to restart tailscale service after pfsense reboot

      Watching Ignoring Scheduled Pinned Locked Moved Tailscale
      10
      0 Votes
      10 Posts
      380 Views
      C
      @Wolf666 Thank you, I will try it. Unfortunately, since I had already replaced the contents of /usr/local/etc/rc.d/tailscaled and it had been working so far, I will not be able to tell which of the two solved the problem. And of course, I can't find a copy of the old .../rc.d/tailscaled. Therefore, if none of this works, it will require yet another delete and reinstall of everything Tailscale in my system.
    • conbonburC

      Concatenated IPsec VPN

      Watching Ignoring Scheduled Pinned Locked Moved IPsec ipsec routing
      2
      0 Votes
      2 Posts
      39 Views
      tinfoilmattT
      @conbonbur Here's an option/idea from the docs using OpenVPN instead of IPsec: OpenVPN Site-to-Site Configuration Example with SSL/TLS 'Hub and spoke' is the topology you're after—where Site A would be your so-called 'hub', and Sites B and C the so-called 'spokes'. Pretty sure a hub-and-spoke topology could be accomplished with IPsec by implementing a particular NAT configuration and/or static routing. But either way the short answer is: yes, it's possible.
    • W

      Captive Portal DB Issue (Active Users VS Active Vouchers )

      Watching Ignoring Scheduled Pinned Locked Moved Captive Portal
      6
      2
      0 Votes
      6 Posts
      111 Views
      W
      @EDaleH Thanks for your input on this matter. This issue is not related to the DHCP server, especially KEA DHCP. We are still on pfSense 2.6 as mentioned, so ISC DHCP is in use, and there are no lease problems. Lease times are already configured correctly. The core reason that @Gertjan pointed out is correct and seems to be the right direction to get this resolved. It doesn’t affect everyone, but systems under heavy load during peak hours are the ones that usually run into it. The issue is a race condition under load. If the pruning process takes a long time to enumerate and remove old entries, and a new session or disconnection occurs, or if the process is interrupted or times out, the lock file may remain or the process might not finish its database write cleanly. This can leave the system in a partial state where the voucher record is removed but the session is still present. I also believe this issue also exists in pfSense+ since the captive portal code is same in the areas related to this behavior.
    • E

      BGB Routing with multi WAN and own AS

      Watching Ignoring Scheduled Pinned Locked Moved Routing and Multi WAN
      6
      1
      0 Votes
      6 Posts
      132 Views
      patient0P
      @Jaritura I wonder if that really works. On WAN direction 'in' means connections from the public to the WAN. Your first rule keeps the state for all these connections. Have you implemented this and it works?
    • A

      Latest pfSense release (25.11) uses FreeBSD 16 - official release is December 2027

      Watching Ignoring Scheduled Pinned Locked Moved General pfSense Questions
      4
      0 Votes
      4 Posts
      301 Views
      patient0P
      @Lartax73 said in Latest pfSense release (25.11) uses FreeBSD 16 - official release is December 2027: Thanks for your explanation. So in practice, does Netgate have many issues using FreeBSD-CURRENT for pfSense 25.11 (crash, NIC driver, ZFS…)? And do they have a roadmap to migrate to FreeBSD 16-RELEASE when it comes out? I don't think there were more issue then when they followed the RELEASE channel. And no, they will stay on CURRENT (you may want to read the blog post), no going back to RELEASE.