• [solved] Dynamic DNSRFC 2136 Clients not showing IPv6

    4
    1
    0 Votes
    4 Posts
    825 Views
    Bob.DigB
    @gertjan said in [solved] Dynamic DNSRFC 2136 Clients not showing IPv6: I wrote a small 'whatismyip.php' file I used your service this morning, working great but I then switched to the aws one (with no reason). As we all have a web server some where I don't know anything about web servers, if I would, I could host one too on my vps...
  • Use Pihole as sole DNS to resolve website internally

    5
    0 Votes
    5 Posts
    2k Views
    johnpozJ
    @4rt said in Use Pihole as sole DNS to resolve website internally: the server responding is pfsense and not pihole. Well then you didn't point your client to pihole like you said you did. is there a way for pfsense to forward DNS requests to pihole? Couple different ways - you could just setup domain override for pfsense to ask your pihole for the domain your using for your internal stuff. Or you could setup redirection, or you could use forwarding mode in unbound, or yeah the forwarder. But if your blocking external dns - how would pihole ask another server 8.8.8.8 or resolve itself? Also are you registering dhcp on unbound in pfsense - if so it could be restarting a lot, etc. I use pihole, point my clients to pihole via dhcp - setting static IPs on devices is not a very good way to give them an IP. If you want them to always have the same IP - then just setup a dhcp reservation for them - this way going forward if you want to change something like what dns they point to, or your whole IP range, or etc.. you can just change dhcp and they will get the new info when they renew or you reboot them, etc.. https://docs.netgate.com/pfsense/en/latest/recipes/dns-redirect.html
  • DNS resolver Stop Working after upgrade from 2.5.2 to 2.6.0

    17
    0 Votes
    17 Posts
    2k Views
    GertjanG
    @jabacrack said in DNS resolver Stop Working after upgrade from 2.5.2 to 2.6.0: Sorry, I don't understand how it help me. When you see : [image: 1648022158473-ff103c6d-7e5a-40c2-a65e-537ccda5be0b-image.png] you know DNS, the resolver, isn't answering. But that's just a GUI message. The GUI is very nice when everything goes well. When you have to look for issues, forget about the GUI. Unbound should listen on most if not all interfaces, and the most important one is 127.0.0.1 That's why I propose : dig @127.0.0.1 a.b.c +short Run this in a console / SSH and leave it there for a while : tail -f /var/log/resolver.log | grep 'start\|stop' Only stop and start events will be shown. Every logged 'stop' event should be followed by a start. I'll post here a small shell script that compares the content of the /var/run/unbound.pid file with the process ID of the running unbound instance. They should be the same. And if there is no pid file, then unbound isn't running. This can happens, but just for a short while. I'll work on that. @jabacrack said in DNS resolver Stop Working after upgrade from 2.5.2 to 2.6.0: add corresponded issue to bug tracker. And, maybe, in future it will be fixed. No need. Unbound runs on all pfSense systems just fine. Tens of thousands, maybe hundreds of thousands. If it gets restarted, it restarts = it stops and then starts. Most of us won't never notice this. These is only one thing to do : fin why yours stops doing it's work. Because was stopped and resonating failed ? The running instance freezes ? It could be interface related (yep, they can die, drivers can fail, etc) but normally, it should stay 'up' on 127.0.0.1 as this is not a physical interface. The GUI won't help you here to discover the issue. It's a command line task. And most of it is looking at the resolver log, and other logs like the system log to determine what event provokes your issue.
  • DHCP on VLAN (pfSense 2.6.0)

    6
    1
    0 Votes
    6 Posts
    1k Views
    I
    @beermount - Good catch. Thank you!
  • Reverse zones typetransparent when static is set

    1
    1
    0 Votes
    1 Posts
    388 Views
    No one has replied
  • Noting resolves hostnames, but pfblocker and firewall logs struggle?

    8
    0 Votes
    8 Posts
    1k Views
    C
    @gertjan I am running ntopng, but I haven't noticed any significant hit to my performance overall. At least not from viewing the processor and memory usage. When turning on python mode, are there any prerequisites? I simply checked the box to enable python mode, ensuring that DHCP Registration was not enabled. I do not use the DNS Resolver OpenVPN Client Registration. Should I have unchecked the "enable pfblockerng" before making the change?
  • DNS lookup pfsense returns unexpected IP

    7
    2
    0 Votes
    7 Posts
    1k Views
    M
    @kom My laptop is using pfsense as my local DNS server. So my laptop gets the (cached) authoritative response from pfsense. And pfsense gets the authoritative response from one of the DNS servers under General setup, right? If I remove the DNS servers of pfsense and replace it by 127.0.0.1, how will pfsense ever query any DNS server on the internet? But you triggered me by hinting to remove the current DNS server addresses and adding 127.0.0.1 to it. Under System - General setup 'DNS Resolution Behavior' was not set to the default value. Was set to 'Use remote DNS Servers, ignore local DNS'. Not sure why I have done this. I have changed it to the default value 'Use local DNS (127.0.0.1), fall back to remote DNS Servers (Default)'. Now it seems to return correct IP addresses for obo-prod.oesp.ziggogo.tv. So fingers crossed if this fixes my issue. However I do not understand why this should fix my issue.
  • DNS Resolver - Prefer A records

    9
    0 Votes
    9 Posts
    1k Views
    JKnottJ
    @johnpoz said in DNS Resolver - Prefer A records: NAME something? There isn't any! I believe Comcast is or has moved to dual stack with CGNAT for IPv4. The only way for a customer to reach their home network is via IPv6. Another example would be someone who gets their Internet connection via the cell network, where NAT is almost(?) always used. For example, my cell carrier (Rogers) uses 464XLAT for IPv4, but provides a public /64 to connected devices on IPv6. BTW, IPv6 support is mandatory on 4G and later.
  • DNS Resolver Custom Options Do Not Start on Startup

    10
    0 Votes
    10 Posts
    2k Views
    E
    I have reproduced this on 2.6.0 CE as well. I only very recently cutover to using resolver instead of forwarder because the forwarder no longer worked for me in 2.6.0. I log and inspect DNS queries, so I hit this bug right away. Losing your DNS logs from your SIEM on reboots isn't a good security situation. This deserves some escalated attention.
  • Unbound issue following upgrade to 2.6 from 2.5.2

    2
    0 Votes
    2 Posts
    574 Views
    S
    @sport78 If you add them one at a time does one work? I don't use DNSBL but do use pfBlocker. Are you using the -devel version? If not, and that's the offending line, try that.
  • Noob wants to connect to local lan resources by NAME

    9
    0 Votes
    9 Posts
    1k Views
    C
    @bob-dig Yes. Will do.
  • Cloudflare and Proxied DNS and PfSense

    6
    0 Votes
    6 Posts
    3k Views
    ?
    @johnpoz I could partially fix the problem on my end. I have created my own thread for my issue: https://forum.netgate.com/topic/170709/haproxy-502-bad-gateway-with-cloudflare-proxy/3 So let not bump this topic any longer. Thank you for the swift reply @johnpoz !
  • How to send DNS Resolver queries over VPN?

    6
    0 Votes
    6 Posts
    950 Views
    J
    @viragomann said in How to send DNS Resolver queries over VPN?: @jackyaz Not sure. But the NAT rule might be necessary to allow pfSense to communicate with the public world over the VPN. Maybe setting the VPN as default gateway let pfSense generate it automatically. NAT rule didn't help. I have found that more generally, I'm unable to ping anything via the VPN interface in Diagnostics -> Ping. So I'm obviously missing something somewhere.
  • Unbound restarting every 23 mins after upgrade to 21.01 on SG1000

    1
    0 Votes
    1 Posts
    333 Views
    No one has replied
  • Can't get IP from Xfinity on WAN.

    6
    0 Votes
    6 Posts
    992 Views
    JKnottJ
    @jvwjgames Do a packet capture. Shut down pfsense Disconnect the WAN cable Restart pfsense Run Packet Capture, filtering on DHCP Reconnect the WAN cable Let Packet Capture run for a couple of minutes and post the capture file here.
  • DHCP restriction problem

    3
    0 Votes
    3 Posts
    1k Views
    S
    Patch was posted to the Redmine, to apply via the patch ID in System Patches package.
  • Release 2.6.0 upgrade issues with dnsmasq

    5
    0 Votes
    5 Posts
    1k Views
    E
    The follow-up post on latency issues is here: https://forum.netgate.com/topic/170660/latency-spikes-every-15-minutes-after-upgrade-to-2-6-0-ce
  • DHCP is not available (OpenStack router on a stick)

    1
    1
    0 Votes
    1 Posts
    321 Views
    No one has replied
  • dynamic dns is not updated

    9
    2
    0 Votes
    9 Posts
    1k Views
    G
    @viragomann System --> Advanced --> Networking I canceled the checkbox All IPv6 traffic will be blocked by the firewall unless this box is checked Next Interfaces --> WAN The section General Configuration -> IPv6 Configuration Type I changed from DHCP6 to None Now it seems to be working. I have to check it on other reboots as well. thx
  • Port-forwarding to separate DNS Server while also using DNS Resolver

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