• Adding Custom Configuration in Kea DHCP Server with pfSense+ 25.03

    Pinned
    26
    4 Votes
    26 Posts
    6k Views
    G
    @Gertjan Thank you brother. All you suggestions worked great. I joined the forums just to tell you so.
  • HEADS UP: Be aware of Trusted Recursive Resolver (TRR) in Firefox

    Pinned
    85
    17 Votes
    85 Posts
    51k Views
    kiokomanK
    @Bob-Dig idk it's not my phone, if it's "Private DNS" settings than it was probably on by default, my family does not know what dot / doh is @johnpoz exactly
  • 0 Votes
    2 Posts
    9 Views
    GertjanG
    @IonutIT Ask pfSense what's going on ? Read this : How to change Kea DHCP log level and you get my point : what can be done for IPv4 : lease logging, can be done for IPv6 also : Paste this under Services > DHCPv6 Server > Settings - the bottom : Custom Configuration > JSON Configuration : { "loggers": [ { "name": "kea-dhcp6.leases", "output-options": [ { "output": "/var/log/kea-dhcpv6.log", "maxver": 8, "maxsize": 204800, "flush": true, "pattern": "%d{%j %H:%M:%S.%q} %c %m\n" } ], "severity": "INFO" } ] } and save. From on you have an dedicated IPv6 lease log file (not shown in the GUI). Open a console or SSH, menu option 8 and : tail -f /var/log/kea-dhcpv6.log Now, run to the device in question and type ipconfig /renew6 if it's a Windows device, and come back to pfSense and admire the results. I tested this, and saw : [25.07.1-RELEASE][root@pfSense.bhf.tld]/root: tail -f /var/log/kea-dhcpv6.log 235 13:04:03.247 kea-dhcp6.leases DHCP6_LEASE_RENEW duid=[00:01:00:01:26:59:df:8d:a4:bb:6d:ba:16:a1], [no hwaddr info], tid=0x5ba155: lease for address 2a01:xxxx:907:a6e2::c7 and iaid=161790829 has been allocated 235 13:04:03.258 kea-dhcp6.leases DHCP6_LEASE_RENEW duid=[00:01:00:01:26:59:df:8d:a4:bb:6d:ba:16:a1], [no hwaddr info], tid=0x5ba155: lease for address 2a01:xxxx:907:a6e2::c7 and iaid=161790829 has been allocated My 00:01:00:01:26:59:df:8d:a4:bb:6d:ba:16:a1 was exactly the one I used for the static DHCPv6 setup. What was the issue ? Did the DUID match ?
  • DNS config tips with pfsense behind ISP router

    10
    0 Votes
    10 Posts
    201 Views
    GertjanG
    @kingrazor said in DNS config tips with pfsense behind ISP router: We're using Comcast as our ISP and I have for many years had issues with their DNS servers, so I never use them if I can help it. So the only sure thing is that I don't want anything on the network using Comcast's DNS servers. One more reason why the pfSense default DNS setup would be perfect for you. No ISP (Comcast) DNS is used by default. That said, I do presume that Comcast allows you to use the internet, and thus the Internet's 'default' DNS traffic. If they start blocking ordinary DNS traffic then an ISP change would be the your best solution. That said, if they really would do that, they won't stay in business long time ...
  • KEA DHCP missing "Register DHCP leases in DNS Resolver..."

    130
    10 Votes
    130 Posts
    62k Views
    guiambrosG
    @webdawg said in KEA DHCP missing "Register DHCP leases in DNS Resolver...": Is 2.8.0 community working with KEA and DNS Resolver? Yes, I am on 2.8.0, and KEA now works well with DNS resolver. The DNS server now resolves client.mydomain.xx for leases received via KEA DHCP server.
  • Kea logging "failed to send DHCPv6 packet ... Permission denied"

    12
    0 Votes
    12 Posts
    366 Views
    Y
    @marcg Thanks I have switched to ISC, will remain there till they figure out the issues with KEA
  • 0 Votes
    1 Posts
    21 Views
    No one has replied
  • 0 Votes
    1 Posts
    22 Views
    No one has replied
  • Kea DHCP static mappings not transfering to standby HA pair

    2
    0 Votes
    2 Posts
    75 Views
    T
    I figured this out. Our tailscale config included a floating firewall rule that blocked tcp/443 on the sync interface. I removed the rule and everything syncs now.
  • How to change Kea DHCP log level

    kea logging verbosity severity
    15
    0 Votes
    15 Posts
    1k Views
    M
    @luckman212 Testing the latest version, with syslog:kea-dhcp4 output. Working perfectly, so far. Logs are being sent to my syslog server. Thanks @luckman212
  • Error Encountered in pfBlockerNG

    3
    0 Votes
    3 Posts
    171 Views
    S
    @Gertjan thank you!
  • 24.11 to 25.07.1 updated: issue with DDNS

    2
    0 Votes
    2 Posts
    129 Views
    M
    it seems same issue of: https://forum.netgate.com/topic/197667/update-2-7-2-to-2-8-0-dynamic-dns-not-working-with-cloudflare/17 which I found later on
  • Trouble adding new VLAN to network.

    3
    0 Votes
    3 Posts
    131 Views
    D
    @viragomann Thanks. I knew it was a default IP address -- that's the first time I've ever seen a name put to it though. I'll double-check when I get home tonight. But I thought I did have it in the trunk.
  • Unbound is using more than 50% of the CPU after connecting to the LAN.

    5
    0 Votes
    5 Posts
    289 Views
    tinfoilmattT
    @0x44 Router interfaces don't typically 'change' (i.e., unplug/replug, link up/down) that regularly. In order to have Wi-Fi even, you'd need to somehow get an AP on at least the same management broadcast domain as the LAN interface without directly connecting it... because how else would you expect to be able to connect to and manage it? Directly connecting a network host like a PC or a server to a router interface is a somewhat unsual setup. @SteveITS's advice to connect a switch to the LAN interface—and then properly test connectivity of any/all devices that will connect to the switch, plus assess overall network stability with that topology—is the right advice.
  • ISC to Kea in 25.07?

    8
    0 Votes
    8 Posts
    473 Views
    U
    watching
  • KEA DHCP Option 66 3CX

    3
    0 Votes
    3 Posts
    222 Views
    O
    Hi, after some testing, it seams that is now working with the "TFTP Server" Option under "Other DHCP Options". But just with the new Release 25.07 with Release 24.11 its not working. You just need the enter the 3CX Provisionen URL in the Field, without any special Character like ' or ''
  • 0 Votes
    13 Posts
    1k Views
    J
    @SteveITS Thanks; I believe I found the root cause... the mmc in my 4200 was dying and is now dead, replaced by a nvme..
  • Dynamic DHCP lease not visible outside of ARP table

    15
    0 Votes
    15 Posts
    481 Views
    S
    @Gertjan o/ Hey, sorry for the lack of replies, I was on a vacation. Upgrading to 25.07 seems to have fixed the issue. After upgrade, I can see the dynamically assigned DHCP leases under the "Leases" menu: [image: 1755260165183-590d93cd-a189-42d8-be3c-953b70eb0395-image.png] I guess this is solved now.
  • KEA DHCP Stop after upgrading to 25.07

    8
    0 Votes
    8 Posts
    243 Views
    W
    @Gertjan I suspect that can be a change in the MV configurarion on proxmox. It's weird, I mean, i change a parameter on mv configuration (Static ram vs balloning) but changes in proxmox needs shutdown and start again, are not applied until shutdown. For now i'm testing and checking every 2-3 hours and now it's everything ok.
  • FQDN Aliases not updating occasionally

    2
    0 Votes
    2 Posts
    157 Views
    S
    @tgvoelker Sounds similar to my thread: https://forum.netgate.com/topic/196927/filterdns-has-stopped-resolving-hostnames-in-firewall-aliases
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.