• DNS Resolver Log Error sending queries to 1.1.1.1

    49
    0 Votes
    49 Posts
    11k Views
    DerelictD

    @chudak said in DNS Resolver Log Error sending queries to 1.1.1.1:

    @bldnightowl said in DNS Resolver Log Error sending queries to 1.1.1.1:

    "page" is a link in my post above.

    Wonder if Quad9 has similar test page ?

    No.

    https://www.quad9.net/faq/#Is_there_a_URL_we_can_check_to_see_if_a_given_domain_is_blocked,_and_what_a_user_might_get_if_they_go_to_a_blocked_site

  • Redirect DNS requests to pfsense (ipv6)

    5
    0 Votes
    5 Posts
    1k Views
    GertjanG

    Aded to what @JKnott said : I propose you add a IPv6 rule that blocks for any TCPor UDP request to port 53.
    This will block any device using DNS requests over IPv6.

    If this is to drastic for you, consider permitting IPv6 - TCP/UDP to DNS if the destination is a local IPv6 - this would be the local, internal IPv6 of your pfSense (something like ff80......). These are addressed to the DNS server of pfSense and should be honored.

  • DHCP Server on pfSense for L3 Switch doing InterVLAN Routing

    4
    0 Votes
    4 Posts
    461 Views
    JKnottJ

    @sebwelch said in DHCP Server on pfSense for L3 Switch doing InterVLAN Routing:

    So pfSense can have DHCP Scopes even though it doesn't have a physical interface with that range?

    If the routing is done elsewhere, you need a relay agent. If the routing is done with pfSense, then it can directly access the networks and provide DHCP directly.

  • DNS issue, pfblocker and Access point

    2
    0 Votes
    2 Posts
    159 Views
    No one has replied
  • Can't access WIFI Access Point on Network

    6
    0 Votes
    6 Posts
    3k Views
    JKnottJ

    @rango said in Can't access WIFI Access Point on Network:

    I can not access my AP web page logon page via wifi laptop but i have no problem accessing it from desktop via cat5 which connect via cable to this AP, also asus.

    Some APs do not allow access from the WiFi side. With some others, it's configurable. For example, with my TP-Link TL-901N, I can configure which MAC addresses are allowed to access the AP via WiFi. The reason for this is to prevent others from configuring the AP. Regardless, it has nothing to do with pfSense.

  • Filterdns stops working

    47
    0 Votes
    47 Posts
    15k Views
    R

    Seems to be https://redmine.pfsense.org/issues/9296

    I've reverted my test-environment to 2.4.4-Release and the issue is not there.

  • This topic is deleted!

    2
    0 Votes
    2 Posts
    23 Views
    No one has replied
  • Intermittently losing DNS

    10
    0 Votes
    10 Posts
    3k Views
    XentrkX

    @naskar

    I don't have a good answer for you about enabling DNSSEC when using Cloudflare DoT. The sites that do support DNSSEC are few. I saw something the other day that DNSSEC sites are in the single digit percentage of all sites on the internet. I added the DNSSEC detector add-on on Firefox and I can confirm from my own experience that not too many sites I visit support DNSSEC. With DNSSEC disabled on the DNS Resolver, I still pass all of the DNSSEC tests on these sites:

    https://rootcanary.org/test.html http://dnssec.vs.uni-due.de/ http://en.conn.internet.nl/connection/ http://0skar.cz/dns/en/

    This thread does shed some light on the topic.

  • Dynamic DNS - Public IP gets set to a local address

    3
    0 Votes
    3 Posts
    556 Views
    JKnottJ

    @miken58b said in Dynamic DNS - Public IP gets set to a local address:

    So a catalog of self-inflicted errors and I need to better understand why pfSense DHCP isn't allocating the same IP address consistently to the same client.

    Is the device turned off for a period of time? If off for longer than the lease time, there is no guarantee it will get the same address again. If powered up within the lease time, it should get the same address.

  • tcp error for address xxxx port 853

    29
    0 Votes
    29 Posts
    4k Views
    J

    Hi all.

    I'm the Executive Director of Quad9, as well as an enthusiastic pfSense user for many years.

    Using DNS-over-TLS is a good idea, in my book. Encryption of DNS data from your severs to the Quad9 arrays is useful, since your queries then get multiplexed into the query stream with many other users, making it very difficult to determine what your query was. The comment about ENSI above is true but I think insufficient as a reason not to use DNS-over-TLS. Just because some other protocol (HTTPS) is not fully privacy-shrouded doesn't mean you shouldn't try to encrypt everything you can. Despite efforts, the Internet is not all HTTP(s). ☺

    Quad9 operates an anycast array. There are multiple resolvers located in each POP. You'll probably fairly consistently be sent to a specific POP, but each session/query may reach a different resolver within that rack. Even if you reach different resolvers within a POP, this should not make a huge amount of difference - your local version of unbound should be doing the heavy lifting on caching, so once you get an answer, you should never ask Quad9 for it again until the TTL expires. Pro tip: if you want to know what city your queries are hitting, try "dig @9.9.9.9 CH TXT id.server" and you'll be handed back the exact name of the server to which that query was delivered. Contained in there is the airport code and optional number of the POP to which you're being delivered. If the location is far away from you, send mail to our support desk (support@quad9.net) and we can give you the name of the closest location. We can get you instructions on how to encourage your ISP to route you in a better way.

    Unbound has some TLS problems that are being worked on. Currently, Unbound only sends a single DNS request over a TLS socket connection. As you may expect, this is quite inefficient. There's an open bug on this - comments are welcome. https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=4089 I hope to see this fixed soon, and then moved into pfSense. This means (sadly) that Unbound with TLS is quite a bit slower than using UDP unencrypted at the moment. This may not even be notice-able to you; personal preference will dictate what you choose.
    Even when this gets repaired, there is a maximum absolute session duration for a socket that will be encountered, and a maximum session duration for a socket with no queries. However, this should introduce no noticeable latency (a few ms round-trip divided by many seconds of hold time is very very small.)

    I see some of those "tcp error" messages in my logs if I turn up to "3 - debug" but there doesn't seem to be any negative effects visible elsewhere. I'm not sure what that's about, but there aren't any unexpected results or delays that I can see in the DNS lookups. This might be a logging fault? Or not - I'll look more closely at it in a bit, but since there seems to be no observable downside I'd say just keep your logging at a normal level.

    If you're using DNS-over-TLS you can disable Experimental Bit 0x20 Support - you don't have to worry about someone re-writing your query in-flight.

    JT

  • Unbound forwarding mode incompatible with dns64-prefix custom option

    3
    0 Votes
    3 Posts
    731 Views
  • No startup Unbound

    17
    0 Votes
    17 Posts
    4k Views
    johnpozJ

    @gertjan said in No startup Unbound:

    pfb_dnsbl import big or can I call them huge - lists.

    Yup would concur there as well ;)

  • Newbie question 2 DNS pfsense

    3
    0 Votes
    3 Posts
    238 Views
    R

    In the test we have 2 location ~ 500 meters apart. In both buildings we have 1 EXSI machine. Our first plan was to install 1 pfsense on each location.

    If have read about carp, and i think that we should use that.
    I have to add 1 extra Vlan to sync the both pfsense units.
    AS i have read 1 pfsense should be master the other slave.

    10.10.10.0/24 With Vlan 10
    So we make the virtual DNS 10.10.10
    Pfsense01 10.10.10.11
    Pfsense02 10.10.10.12

    For the sync we use then Vlan 99
    Pfsense01 10.10.99.11
    Pfsense02 10.10.99.12

  • unbound services crashes with certificate/file not found error

    5
    0 Votes
    5 Posts
    2k Views
    RonpfSR

    https://forum.netgate.com/topic/106011/solved-pfblockerng-reloading-unbound-fails/10
    https://forum.netgate.com/topic/140262/solved-new-sg-1100-dns-resolver-not-working

  • DNS fails when Vodafone Power Station is offline and powered on

    1
    0 Votes
    1 Posts
    134 Views
    No one has replied
  • PFSense DHCP Smartphone/Tablet

    1
    0 Votes
    1 Posts
    243 Views
    No one has replied
  • Dns hostname issue

    4
    0 Votes
    4 Posts
    500 Views
    GertjanG

    @techy82 said in Dns hostname issue:

    has two public dns entries

    Why ?
    DHCP would set a good DNS just fine.

    edit :
    Rip out all network cables on y device on LAN.
    Put them in one by one.
    The DHCP server log on pfSense logs the incoming DHCP lease request ? IP Ok ?
    Have a look at the /etc/hosts file.

    Say away from the Forwarder for the moment. That one can introduce a new boat load of DNS issues.

  • Split brain dns with pfsense

    3
    0 Votes
    3 Posts
    693 Views
    GrimsonG

    https://docs.netgate.com/pfsense/en/latest/nat/accessing-port-forwards-from-local-networks.html#method-2-split-dns

  • Issue restart Unbound

    5
    0 Votes
    5 Posts
    2k Views
    K

    Thanks for the reply, that was very helpful, so i disabled Query Forwarding and enabled DNSSEC going to see this week how it goes

  • Mismatch of features with partial mac address matching?

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