• KEA DHCP Settings Tab missing

    6
    0 Votes
    6 Posts
    1k Views
    GertjanG
    @SkyBladeMP said in KEA DHCP Settings Tab missing: Never thought that the CE would lag so far behind. Netgate Releases pfSense Plus Software Version 23.09.1 and pfSense CE Software Version 2.7.2 For the new, unknown bugs, having the real sensation that your firewall is bleeding edge technology and some new gadgets, get Plus. It's maybe better, but that's just a point of view. The real issue is : 2.7.2 is to 'good' so there is less rush to get out a new version
  • DNS SERVER ON WEB GUI

    7
    0 Votes
    7 Posts
    649 Views
    GertjanG
    @DavcoreTech Do better. Remove these : [image: 1733901143605-0fdd6781-839f-43d6-86db-e0e98803376a-image.png] or, at least, renegotiate a better contract with Google, as facebook pays more for your private DNS request as Google. Me, IMHO, I give none of it to nobody. Why would I ?
  • KEA "custom options" ?

    2
    0 Votes
    2 Posts
    457 Views
    GertjanG
    @Luca-De-Andreis Read this thread. It's a bit long, but you will find the "what to do' part eventually. Also this one. You'll find this redmine https://redmine.pfsense.org/issues/15321, there is a patch over there. You need it. According to https://github.com/isc-projects/kea/blob/master/doc/examples/kea4/all-options.json DHCP option "66" is known to kea, so no need to "option-def" (?) it. { "option-data": { "lan": [ { "name": "tftp-server-name", "data": "http://10.100.0.1" } ] } } Btw : "lan" as you have to indicate for which interface the option should be used. I didn't test this, the option "66". I'm using the patch for DHCP option "114" and "43".
  • PPoE and Static IP. Is this Crazy?

    3
    0 Votes
    3 Posts
    306 Views
    S
    @darcey Thank You.
  • DNSSEC between 2 providers

    1
    0 Votes
    1 Posts
    168 Views
    No one has replied
  • Clients appear to be offline in the dhcp list

    1
    0 Votes
    1 Posts
    113 Views
    No one has replied
  • DNS Resolver & Outgoing interface

    2
    0 Votes
    2 Posts
    248 Views
    GertjanG
    @Log1cal-Big7935 said in DNS Resolver & Outgoing interface: if short - what should I choose in outgoing interface to have secure network If you, as a person, can't answer that question, you still can have the safest solution right now. It's easy, and you'll understand why. Visit, for example, https://www.netgate.com/ and start reading. take your time. Then, come back here, and you'll understand the next phrase , and you'll know it's true. Ready ? Netgate delivers the latest pfSense version with the best settings possible out of the box ! Actually quiet logic, you agree ? There is no "When you installed pfSense, you are at risk. Do this "....." and this "....." to make it better. If that situation existed, it would have been the default settings .... @Log1cal-Big7935 said in DNS Resolver & Outgoing interface: if long - I am using DNS Resolver with NextDNS (paid option) and OpenVPN. On my hardware firewall I have 4 OPT ports and I am using each port with different VPN server (IP address). Settings in Services>DNS resolver>General settings under Outgoing Network Interface stuck me... SHould I choose only VPN1, or should I choose all VPN interfaces that I have? Ah, ok ... I see. You could use (select) any of your "VPN" client interfaces, and unbound will use them, probably using a round robin method, and forwards your DNS requests to the DNS server you have set up : NextDNS. Or select just one VPN client interface, as it really doesn't matter. And I admit right away : it has been ages that I used a "VPN ISP", so this is what I would do to check things : First : if unbound starts up earlier as the VPN clients, it will use whatever interfaces are selected and avaible (activated). If later on, the VPN interfaces come up : does unbound (get) restarted to take them in account the newly activated 'WAN' interface (your VPN client interface) and use them instead of the default WAN ? And also : does NextDNS offer "DNS over TLS" ? Because, if so, you don't care what outgoing interface unbound uses as the DNS traffic is already encrypted anyway. ( No need to tunnel into the tunnel ^^) I think they do : Google : nextdns dns over tls and you'll get the picture. edit : never forget the golden rule : keep things simple.
  • Extra IPv6 address when moving the device between vlans.

    9
    0 Votes
    9 Posts
    578 Views
    JKnottJ
    @Gertjan said in Extra IPv6 address when moving the device between vlans.: How a ULA is generated, I don't know, but your Mac is on another network, so : another ULA. ULA works exactly the same way as global addresses, except you set your own prefix range when you enable ULA.
  • KEA DHCP ALLOC_ENGINE_V4_DISCOVER_ADDRESS_CONFLICT

    1
    0 Votes
    1 Posts
    279 Views
    No one has replied
  • Dns forwarde domain override did not save

    7
    0 Votes
    7 Posts
    554 Views
    A
    @patient0 said in Dns forwarde domain override did not save: https://redmine.pfsense.org/projects/pfsense/repository/2/revisions/aac5bb5d396a1f1b18d59a532ad262a4d1085a40/diff Ah understood need to export in Unified diff
  • pfsense+ 24.11 and KEA option 43 ?

    2
    0 Votes
    2 Posts
    558 Views
    GertjanG
    @Ulrik Aha. See here : Feature #15321 shows how to use Option 114 in Kea and the related redmine : https://redmine.pfsense.org/issues/15321 I've added DHCP option 114 and 43 since yesterday. It works ^^
  • DNS query suffix

    1
    0 Votes
    1 Posts
    207 Views
    No one has replied
  • Cantidad de Usuarios

    3
    0 Votes
    3 Posts
    219 Views
    A
    @JKnottYes, that is the correct question, I want to install pfsense on a machine with those characteristics to manage 20k users.
  • Kea DHCPv6 allocation failures

    2
    0 Votes
    2 Posts
    482 Views
    dennypageD
    @dennypage Thought I would share... I was able to track this down via packet inspection. Turns out, these errors are the result of prefix delegation requests. pfSense does not yet have support for delegation when using Kea. FWIW, the prefix delegation requests are coming from Apple devices in the role of Matter hubs. There does not appear to be a way to turn it off.
  • Default /var/etc/filterdns.conf

    5
    0 Votes
    5 Posts
    506 Views
    M
    @Gertjan "in the resolver log" found at: Status/ System Logs / System / DNS Resolver in the GUI
  • Kea DHCPv6 Static Mapping issues

    kea dhcpv6 static mapping dns register
    6
    0 Votes
    6 Posts
    1k Views
    GertjanG
    @IonutIT I re edit my post above. kea2unbound is innocent The issue is deep in the GUI, and identical to my initial pfBlockerng issue. I'll have a patch some where next week.
  • DNS Resolver fails after enabling pfBlockerNG (DNSBL)

    6
    0 Votes
    6 Posts
    372 Views
    GertjanG
    @beluclark said in DNS Resolver fails after enabling pfBlockerNG (DNSBL): Unfortunately Is it ? The image you've shown is like mine : the unbound answer is correct, The host couldn't be resolved. Way better as the GUI : the command line (not the GUI command line of course). SSH will do just fine, menu option 8. Ask unbound to resolve "google.com", using 127.0.0.1, as unbound listens on 127.0.0.1 : dig @127.0.0.1 google.com or even dig @127.0.0.1 google.com +trace
  • Kea pool reservation question

    1
    0 Votes
    1 Posts
    140 Views
    No one has replied
  • WARN messages on DHCP

    3
    0 Votes
    3 Posts
    412 Views
    W
    @cmcdonald Thanks.
  • DNS forwarder w/ domain overrides: problem with new entries

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