• DDNS not functioning after router change

    12
    0 Votes
    12 Posts
    799 Views
    V

    @James92
    And what doesn't work exactly?

  • Problems with DNS after provider outage

    2
    0 Votes
    2 Posts
    329 Views
    GertjanG

    @KevinO

    You don't need to enter any 'DNS servers' into pfSense for it to have a work DNS for itself and your LAN network.
    You don't need to change ANY settings on the main (and other) Resolver (unbound) settings page.
    And no, you don't need to enter ISP DNS info anywhere. That's something of the past.
    pfSense uses a resolver.

    But, when you factory reset pfSense, and yuo said you are using a "Internet Cable Modem" so I presume : the default (after reset) WAN interfacec uses DHCP and that won't work for you.
    Didn't you have to use PPPOE, and enter a user name and password so it can connect to your ISP ?

    Btw : It happens, ISP can have issues, don't let that be a reason to start resetting stuff. You can't set up pfSense afterwards, as the ISP is 'out'. You can't be sure if you've setup up things correctly as the ISP might still be out, or it is on, but you are mistaken somewhere.

  • VPN DNS overriding WAN DNS

    1
    0 Votes
    1 Posts
    166 Views
    No one has replied
  • No DHCP Registration in DNS resolver

    5
    0 Votes
    5 Posts
    277 Views
    C

    Thank you all. It works.

  • KEA custom options

    2
    0 Votes
    2 Posts
    184 Views
    cmcdonaldC

    @Luca-De-Andreis

    The goal is to bring Kea up to parity with ISC by the 2nd release of pfSense Plus this year.

  • Duplicating WAN Gateway and Assigning different DNS issue; intended?

    1
    0 Votes
    1 Posts
    162 Views
    No one has replied
  • 0 Votes
    11 Posts
    4k Views
    johnpozJ

    @gabe-negate seen what you haven't provided any info - other than YOUR assessment of what you believe is going on.. AP can sometimes use their own mac vs the clients mac..

    WIFI router to assign IP's in the same block as the external block,

    That will never work...

    So lets see pfsense arp cache.. What IP did it assign your client? Do an arp ping, ping it - does it show in the arp cache? Does the client see the mac of pfsense? What is in its arp cache?

    Are these correct - maybe you have a duplicate IP problem? Does anything in the arp cache show incomplete vs the mac assigned to the IP?

    arping is addon package you can add to pfsense. Will be under diagnostic menu, if you added it. but a ping to the IP, and then looking in the arp cache is another way... You could also just sniff on your interface while you ping and see if your getting back an arp, when a IP is not in the arp cache, then an arp has to go out for it to be able to send a ping or any other traffic.

    validate.jpg

  • Dynamic DNS not functioning properly after a router change

    3
    0 Votes
    3 Posts
    266 Views
    J

    @viragomann That's due to me switching between DHCP and static to see if it made any difference. It's now set to static 192.168.2.50. Based on another forum post here and some on Reddit I suspect the problem is the new router (which is temporary, apparently) uses CG-NAT and it isn't configurable to that level unfortuantely.

    Thank you for replying, though

  • KEA fails to start with Quad NIC having separate addresses on each ports

    3
    0 Votes
    3 Posts
    207 Views
    8

    @SteveITS Thanks.

    After Kea integration is complete I hope Kea gets all features of isc-dhcp before that becomes the only option.

  • Config pfSense to works as DHCP for Windows 22 Domain Network

    3
    0 Votes
    3 Posts
    280 Views
    PitohuiCHP

    @SteveITS

    Oh My..... you just solved 20hrs plus of thinking trining and restoring withing 10 seconds. the domain override was exactly what i was looking for.

    Thank you so much for the help 😃

  • Unbound keeps forgetting hostnames registered by DHCP on VLANs

    14
    0 Votes
    14 Posts
    991 Views
    D

    @johnpoz said in Unbound keeps forgetting hostnames registered by DHCP on VLANs:

    @doejohn so with a 2 hour lease, every hour (50% mark) client will renew - this will cause an event.. If you have 1 client that is every hour unbound will be restarting. If you have 100, its a lot of restarts ;)

    That's right.

    But yet again: 2 hours is the default setting (I just double-checked). And I have a relatively small network, a total of only about 15 leases here.

    If such a small amount of hosts is causing problems with the default setting, then increasing the default should definitely be taken into account.

  • DNS Query from Some Workstations Not Resolving

    2
    0 Votes
    2 Posts
    231 Views
    GertjanG

    @Gareth-0 said in DNS Query from Some Workstations Not Resolving:

    From a specific Linux VM (172.17.20.250/24) it can ping the psfense device (172.17.20.1/24), but when I perform an nslookup I get the error:
    root@pve:~# nslookup ibm.com
    ;; communications error to 172.17.20.1#53: timed out
    ;; communications error to 172.17.20.1#53: timed out
    ;; communications error to 172.17.20.1#53: timed out
    ;; no servers could be reached

    172.17.20.1 is your pfSense, right ?

    Check if the resolver is actually running;, this says something :
    917269d7-1b38-42e4-b4a5-9a6ebc41f308-image.png

    This is better :

    [23.09.1-RELEASE][root@pfSense.bhf.tld]/root: ps ax | grep 'unbound' .... 60596 - Ss 0:10.50 /usr/local/sbin/unbound -c /var/unbound/unbound.conf ....

    and this checks what process is listing on port '53' :

    [23.09.1-RELEASE][root@pfSense.bhf.tld]/root: sockstat -4 | grep ':53' unbound unbound 60596 5 udp4 *:53 *:* unbound unbound 60596 6 tcp4 *:53 *:* unbound unbound 60596 18 udp4 192.168.10.4:7656 150.171.16.34:53 avahi avahi-daem 70288 13 udp4 *:5353 *:*

    The first two lines tell me that unbound is listening on every interface, for IPv4 and IPv6, on port 53 using TCP and UDP.

    The LAN firewall rules have to permit UDP (and TCP !!) traffic to port 53. The default LAN firewall rule will do the job.

    55fa8ac7-460f-4b41-9edd-fac2d9d00915-image.png

    If any of these conditions is false, no 'DNS' for you on LAN.

    @Gareth-0 said in DNS Query from Some Workstations Not Resolving:

    dig @1.1.1.1 ibm.com
    ;; communications error to 1.1.1.1#53: connection refused
    ;; communications error to 1.1.1.1#53: connection refused
    ;; communications error to 1.1.1.1#53: connection refused

    Which means : from your device, you cant' reach "1.1.1.1".
    Or no traffic to port '53' is allowed .....

  • Static DHCP active but no green arrow

    2
    0 Votes
    2 Posts
    200 Views
    johnpozJ

    @rjcab all the green arrow means is pfsense has seen that device in the last 20 minutes, its in its arp cache.. There was just another thread no that long ago going over this.

    pfsense gets that info if the device is online or not from the arp cache.. If its not in there then pfsense assumes its offline.. Any traffic 2 or from pfsense in last 20 minutes would mean the mac is in the arp cache... This times out after 20 minutes, and gets dropped off - so if pfsense has not seen any traffic for more than 20 minutes then yeah it would be to pfsense that its offline.. Does mean it actually is - just pfsense doesn't have it in its arp cache.

    https://forum.netgate.com/post/1151863

  • Keep DNS Resolver running when interface goes down

    4
    0 Votes
    4 Posts
    521 Views
    GertjanG

    @d1novak said in Keep DNS Resolver running when interface goes down:

    I do run alot of dnsbl in pfblocker.

    Do the test :

    9c22a1a9-63f7-4f6e-8e2b-d4b0e75a2ae1-image.png

    If the actual unbound stop and start takes more then 'several seconds', then you have a choice to make :
    Go for a big "Intel Iron", with loads of memory, SSD all over the place,
    Or
    Lower the number of total DNSBL entries.

    When the DNSBL files are refreshed/reloaded, they are all placed in one big file, sorted out, doubles removed, and formatted so the python module can actually use them.
    This is done using PHP web script language, not a great language to do huge file handling tasks.
    Throwing hundreds of thousands of DNSBL line at it, that's fine. But millions ? That a a no-go as it leaves your system for a very noticeable moment without DNS. Added to all this, the PHP process is memory upound. It can't all the system memory that is available, their is an 'upper floor'.

    Example : These :
    Take a second or two to get sorted, and unbound restarts in a second or so.
    I'm using a using a
    1941ca36-4eaf-407d-afc6-cf77d811c597-image.png

    when I add more feeds, bringing the total of DNSBL entries over a couple of millions, my system becomes what I qualify unusable / not stable.

  • DHCP: static mapping

    4
    0 Votes
    4 Posts
    411 Views
    P

    @Gwen29
    I wrote a python script that reads an isc dhcp static map and moves it into the kea reservations. I create a merge.xml and it does not touch the original config file. Unfortunately this use case is for opnsense and not pfsense.

    U can look at my repo.
    https://github.com/patrick0525/Python-Opn-isc-kea

  • Isc static leases to kea reservations

    2
    0 Votes
    2 Posts
    322 Views
    S

    @patrick0525 yes. And you can always switch back if you find an issue with the Kea preview.

  • Newbie Restrict device to specific DHCP

    9
    0 Votes
    9 Posts
    512 Views
    S

    @viragomann
    Flashed my spare d-link dir-615 with openwrt and after watching a couple of videos I've managed to get it working. It's now running 4 vlans each with there own said and thus means each AP has its own rules making it much easier to split up my network.

    Thanks for the help.everyone

    😀

  • force local hostname resolution behind internet box

    16
    0 Votes
    16 Posts
    774 Views
    johnpozJ

    @rjcab well that refused when you did a dig screams acls.. Manually set it to allow your network to query..

    I am not 100% sure if just creating one overrides auto, etc.. So you might want to disable the auto, and just create your own

    acl.jpg

  • Cannot access new system with assigned DHCP lease by name

    1
    0 Votes
    1 Posts
    242 Views
    No one has replied
  • 0 Votes
    4 Posts
    489 Views
    S

    @mooncaptain said in after updating host override - resolver takes over 2 minutes to come back online.:

    I really loaded up pfb when I installed it.

    How big are the files?

    I’d guess you’re more CPU limited than disk limited. Run top while restarting unbound.

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.