• DHCP Reservation and Lease Assigned to Single MAC

    6
    0 Votes
    6 Posts
    544 Views
    J
    @SteveITS I did restart but I have been adding a lot reservations so I I noticed it intermittently and just decided to give up and move away from Kea
  • ARP Permanent Entry

    2
    0 Votes
    2 Posts
    260 Views
    J
    I was able to find and delete the entry by searching the XML file and it was in virtual IPs.
  • Seemingly random ethernet link drops, usually at DHCP lease T1

    16
    0 Votes
    16 Posts
    1k Views
    GertjanG
    @Andy142 Pretty solid proof then that the ISP device, connected to the pfSense WAN port took down the interface. Afaik : reasons can be : if its a modem type device : they do this to signal down stream a data carrier loss. Bad power. Bad NIC. Most often, these ISP devices have also a GUI. It's time to have a look at, maybe there are details about the loss available.
  • DNS resolver configuration Issue

    4
    0 Votes
    4 Posts
    542 Views
    V
    @Gokulapandi The DNS resolver doesn't hand out private IPs by default. You have to enable this with a custom option: server: private-domain: "<your-domain.tld>" The server line is only needed if you haven't one already, otherwise you can write the private-domain line below of it.
  • DMZ Interface Tab missing from DHCP Service Settings

    7
    0 Votes
    7 Posts
    481 Views
    patient0P
    @johnpoz yeah, I guess 10 would be enough for some IoT devices like light bulbs, you garage door, window blinds or sun shades (whatever the right word). For the DMZ on the other hand it may be a bit slow.
  • Connection issue with DHCP

    1
    0 Votes
    1 Posts
    184 Views
    No one has replied
  • Redirecting Client DNS Requests Dosen't work

    30
    0 Votes
    30 Posts
    2k Views
    johnpozJ
    @DjJoakim yeah so stuff using other than your IP will be redirected, and stuff using the pfsense IP will be allowed.
  • Issue with pfSense DHCP Lease Status Display

    9
    0 Votes
    9 Posts
    733 Views
    S
    @Gertjan will do, thank you very much for your help
  • Trailing dot on DHCP DNS entries from Windows clients

    8
    0 Votes
    8 Posts
    1k Views
    B
    I have a laptop with a mapping for both the wired and wireless MAC, but when it gets a lease, instead of, for example, "laptop" as the client ID, it is "laptop." and gets a pool address instead, even though the MAC matches the reservation. Very annoying.
  • Kea server is down

    5
    0 Votes
    5 Posts
    1k Views
    GertjanG
    @jeffry-maynard said in Kea server is down: let me know if you have figured out a fix You are using ... 2.7.2 ? Afaik, there was a small patch avaible since the beginning to solve this situation. Or, even better : 2.8.0 beta is out now for several weeks, and it look very promising,
  • DHCP DNS hostname registration with Kea + 2.8.0 beta

    1
    0 Votes
    1 Posts
    167 Views
    No one has replied
  • Domain Override results in both A record and SERVFAIL response

    18
    0 Votes
    18 Posts
    2k Views
    X
    @rtadams89 Is it the check-mk agent? Have you managed to solve?
  • Cannot contact VM via host name

    3
    0 Votes
    3 Posts
    360 Views
    T
    @Gertjan said in Cannot contact VM via host name: @tknospdr said in Cannot contact VM via host name: When I try to ping by IP, it times out. ICMP (is not UDP neither TCP) is allowed with firewall rules ? I did say it worked via host name, that would show that ICMP is allowed, right? @tknospdr said in Cannot contact VM via host name: from a browser in That browser uses what DNS ? Maybe not pfSense so it couldn't know about the host over ride. Yes, all the browsers in my LAN use my pf box for DNS. @tknospdr said in Cannot contact VM via host name: If I enter the host name from a different subnet, I get a 'server dropped the connection' error. The device with that host name, does it allow connections coming in from your other local networks ? It does. So I found out that I had to create a bridge network connection in order for my VM and host to talk to one another. Everything seems to be talking correctly now. My next hurdle is to get the packages I built the VM for to work, but that's beyond the scope of this forum. For posterity, if you have TrueNAS and a VM, watch this video: Network Bridge in TrueNAS
  • DHCP, BIND, and DDNS update problem

    4
    0 Votes
    4 Posts
    789 Views
    W
    I know it's an old post, but I've updated the way I'm managing this to patch /etc/inc/services.inc as @inq mentioned above: --- /etc/inc/services.inc-20250320 2025-03-20 15:43:20.182559000 -0700 +++ /etc/inc/services.inc 2025-03-20 15:44:13.392591000 -0700 @@ -3096,6 +3096,7 @@ if ($need_ddns_updates) { $dhcpdconf .= "ddns-update-style interim;\n"; $dhcpdconf .= "update-static-leases on;\n"; + $dhcpdconf .= "update-optimization off;\n"; $dhcpdconf .= dhcpdzones($ddns_zones); } @@ -3564,6 +3565,7 @@ if ($nsupdate) { $dhcpdv6conf .= "ddns-update-style interim;\n"; $dhcpdv6conf .= "update-static-leases on;\n"; + $dhcpdv6conf .= "update-optimization off;\n"; } else { $dhcpdv6conf .= "ddns-update-style none;\n"; }
  • DNS not starting after power cycle

    3
    0 Votes
    3 Posts
    207 Views
    T
    @Gertjan Thank you for your feedback, Gertjan! I'll continue with that info :) Have a great day
  • DNS Issues With AP Mode (Nighthawk XR1000) Wireless Clients

    7
    0 Votes
    7 Posts
    580 Views
    K
    @SteveITS So far so good, I'll know tomorrow for sure.
  • After 24.11 update KEA DHCP static mapping ignored

    2
    0 Votes
    2 Posts
    282 Views
    S
    @Cabledude See thread https://forum.netgate.com/post/1206282, may be similar.
  • 0 Votes
    3 Posts
    334 Views
    GertjanG
    @jaybee32 Something has changed recently .... You saw this : [image: 1744289911780-cab5bb5f-a430-4633-a13f-60b820c27d8f-image.png] ? I'm not using the CE myself, but what about testing the newer, upcoming 2.8.0 ?
  • DNS FQDNs not resolving from DMZ side of pfSense

    2
    0 Votes
    2 Posts
    164 Views
    GertjanG
    @drhans This server uses the DMZ interface as the DNS destination ? Check : can you see DNS coming into the DMZ interface ? Does the resolver listen on the DMZ interface for DNS requests ? Do you allow DNS traffic (port 53, TCP and UDP, destination "DMZ Address") on the DMZ interface ?
  • Domain Controller resolution over IPSec

    14
    0 Votes
    14 Posts
    762 Views
    C
    @SteveITS these aren't actually mobile clients, this is a site to site IPSec. But yeah I think we agree the way to go here is to specifically assign the DC as DNS one way or another. Since I control DHCP on both sides, that seems to be the way to go in this case.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.