Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Logging DNS queries

    Scheduled Pinned Locked Moved DHCP and DNS
    110 Posts 7 Posters 11.6k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • johnpozJ
      johnpoz LAYER 8 Global Moderator @Octopuss
      last edited by johnpoz

      @Octopuss yeah something is odd as you can see mine is set to just lan and localhost, and only localhost on wan.

      Your setting of lan,wifi,wifi-sep,local host on network and just localhost on outgoing should be a viable sane setup.

      But you should be good now, min ttl at 3600, no dnssec.. Your daily outbound queries should be reduced from that 16k your isp was complaining about.

      edit: I would start a dnstop on your wan.. So you have your own record of how many outbound dns queries you did to his Namerserver in a 24h period.

      edit2: if he still complains the only thing you could really do different is up the min ttl to like 7200 or something, and you could prob cut your queries in half if could stop all queries for AAAA. I will have to fire up bind and look at their no AAAA option to see if it prevents outbound queries when a client asks for it.

      The trick of not handing them back to clients with private-address: ::/0 doesn't stop unbound from looking them up if asked, it just doesn't hand the answer back to the clients that asked for them... I will have to see if they have maybe added something that could stop it the outbound queries for AAAA in unbound.

      An intelligent man is sometimes forced to be drunk to spend time with his fools
      If you get confused: Listen to the Music Play
      Please don't Chat/PM me for help, unless mod related
      SG-4860 24.11 | Lab VMs 2.8, 24.11

      O 1 Reply Last reply Reply Quote 0
      • O
        Octopuss @johnpoz
        last edited by

        @johnpoz I really don't care about their complaint, I just want to know what the hell is wrong with pfSense. But I guess I won't be able to find out.
        I was thinking perhaps some firewall rules were missing (I don't understand that at all and never touched that, and when I had to add something it was lots of googling and trial and error), but then I didn't have any either back when DNSSEC was disabled.

        johnpozJ 1 Reply Last reply Reply Quote 0
        • johnpozJ
          johnpoz LAYER 8 Global Moderator @Octopuss
          last edited by johnpoz

          @Octopuss something is odd that setting is sane, the specific interfaces you want unbound to bind too and local host, because pfsense points to that to ask unbound to lookup something for pfsense.

          The only thing I can think of is one of the interfaces you have selected is not coming up fast enough, and so unbound doesn't bind to anything other than localhost.. I would think if an interface is not up it should still bind to the others that are.. Maybe if your interfaces take a while to come up it just shits the bed? If you have it set to all it wouldn't really have to wait til interfaces are up.. It would just bind like this.

          [2.7.2-RELEASE][admin@test.mydomain.tld]/root: netstat -anl | grep .53
          tcp4       0      0 127.0.0.1.953                                 *.*                                           LISTEN     
          tcp4       0      0 *.53                                          *.*                                           LISTEN     
          tcp6       0      0 *.53                                          *.*                                           LISTEN     
          udp4       0      0 *.53                                          *.*                                           
          udp6       0      0 *.53                                          *.*          
          

          But if for some reason the interfaces are not up when unbound starts - that really should be logged.

          edit: all and all is default.. That way sure dns is listening and works on all interfaces of pfsense - and could help users that maybe pick the wrong interfaces, etc. and then wonder why dns isn't working, etc.

          An intelligent man is sometimes forced to be drunk to spend time with his fools
          If you get confused: Listen to the Music Play
          Please don't Chat/PM me for help, unless mod related
          SG-4860 24.11 | Lab VMs 2.8, 24.11

          O 1 Reply Last reply Reply Quote 0
          • O
            Octopuss @johnpoz
            last edited by

            @johnpoz Well the WAN interface is a gateway for wifi AP on the roof, but that's always on, there's no reason why there should be delays. On the other hand, when pfSense boots up, I see the gateway reports massive packetloss and/or latency for whatever reason, but then again - it has always been like that, so it makes no sense why disabling DNSSEC would cause any problems.

            johnpozJ 1 Reply Last reply Reply Quote 0
            • johnpozJ
              johnpoz LAYER 8 Global Moderator @Octopuss
              last edited by johnpoz

              @Octopuss yeah it shouldn't that is for sure. And packetloss, you would think it still up?

              So is your interface for wan actually a wifi interface in pfsense? But lets say your wan was just down, or had no ip yet.. sure ok dns can't work - but unbound should still be able to bind to your lan.. and local host. It shouldn't come up just showing bound to localhost.

              Or is it a wire that runs to box that gets your internet from wifi.. But like said even if wan was down.. unbound should still bind to the lan interface not just localhost.

              Maybe I will try and simulate by turning off the interface on wan before I reboot it in my VM..

              An intelligent man is sometimes forced to be drunk to spend time with his fools
              If you get confused: Listen to the Music Play
              Please don't Chat/PM me for help, unless mod related
              SG-4860 24.11 | Lab VMs 2.8, 24.11

              O 2 Replies Last reply Reply Quote 0
              • O
                Octopuss @johnpoz
                last edited by

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • O
                  Octopuss @johnpoz
                  last edited by

                  @johnpoz I don't think the WAN/gateway is the problem here, it hasn't changed for years.
                  It's a wifi (or wireless if that's not the same thing) AP on the roof, and the cable goes directly into the router.
                  I guess I am using the wrong terminilogy because I don't understand networking.

                  johnpozJ 1 Reply Last reply Reply Quote 0
                  • johnpozJ
                    johnpoz LAYER 8 Global Moderator @Octopuss
                    last edited by johnpoz

                    @Octopuss ok - have to do a some changes, add an interface to my vm that I can then stop from coming up.. to try and simulate an interface not coming up that unbound wants to bind too..

                    But what I did notice on a reboot of my vm, to see if gave warning if my wan dhcp didn't work

                    You are showing 1.18.0 for your unbound on 2.7.2, and I am showing 1.19.1

                    [2.7.2-RELEASE][admin@test.mydomain.tld]/root: unbound-control -c /var/unbound/unbound.conf status
                    version: 1.19.1
                    verbosity: 1
                    threads: 1
                    modules: 1 [ iterator ]
                    uptime: 141 seconds
                    options: control(ssl)
                    unbound (pid 83956) is running...
                    [2.7.2-RELEASE][admin@test.mydomain.tld]/root: 
                    

                    You posted

                    [2.7.2-RELEASE][admin@rozcestnik.lan]/root: unbound-control -c /var/unbound/unbound.conf status
                    version: 1.18.0
                    

                    That seems odd??? Why would be on different version?

                    Could you run a pkg upgrade, and see if that updates your unbound.. I just ran it and have some things it will update on mine

                    [2.7.2-RELEASE][admin@test.mydomain.tld]/root: pkg upgrade
                    Updating pfSense-core repository catalogue...
                    Fetching meta.conf:   0%
                    Fetching packagesite.pkg:   0%
                    pfSense-core repository is up to date.
                    Updating pfSense repository catalogue...
                    Fetching meta.conf:   0%
                    Fetching packagesite.pkg:   0%
                    pfSense repository is up to date.
                    All repositories are up to date.
                    Checking for upgrades (3 candidates): 100%      3 B   0.0kB/s    00:01    
                    Processing candidates (3 candidates): 100%      3 B   0.0kB/s    00:01    
                    The following 2 package(s) will be affected (of 0 checked):
                    
                    Installed packages to be UPGRADED:
                            pfSense-pkg-pfBlockerNG-devel: 3.2.0_8 -> 3.2.0_20 [pfSense]
                            rsync: 3.2.7 -> 3.4.0 [pfSense]
                    
                    Number of packages to be upgraded: 2
                    
                    The operation will free 1 MiB.
                    2 MiB to be downloaded.
                    
                    Proceed with this action? [y/N]: 
                    

                    I am wondering if at some point I had ran that back awhile ago where there were some issues with unbound? I thought at one point they had made an upgrade to unbound kind of behind the scenes.. I would have to dig through forum to find those discussions. But I do recall something about 18.0 to 18.1 or or 19 or something..

                    edit: ok there was an update from 18 to 19, here is one thread that was talking about it because of CVE

                    https://forum.netgate.com/topic/186145/unbound-cve-2023-50387-and-cve-2023-50868?_=1738403211860

                    I would be curious if you ran pkg upgrade if you would update to 1.19.1, maybe you won't see the problem then when selecting specific interfaces?

                    An intelligent man is sometimes forced to be drunk to spend time with his fools
                    If you get confused: Listen to the Music Play
                    Please don't Chat/PM me for help, unless mod related
                    SG-4860 24.11 | Lab VMs 2.8, 24.11

                    O 1 Reply Last reply Reply Quote 0
                    • O
                      Octopuss @johnpoz
                      last edited by

                      @johnpoz Unfortunately no difference after an update.

                      94893eea-96d1-422f-b4bd-09ea11b454e6-image.png

                      GertjanG 1 Reply Last reply Reply Quote 0
                      • GertjanG
                        Gertjan @Octopuss
                        last edited by

                        @Octopuss said in Logging DNS queries:

                        difference after an update.

                        And system or at least unbound restart ?

                        unbound-control -c /var/unbound/unbound.conf status
                        

                        Does it show 1.19.1 now ?

                        No "help me" PM's please. Use the forum, the community will thank you.
                        Edit : and where are the logs ??

                        O 1 Reply Last reply Reply Quote 0
                        • O
                          Octopuss @Gertjan
                          last edited by Octopuss

                          @Gertjan Of course, I rebooted to see whether the update made any difference.

                          So yes and yes.
                          78c0f52b-3f55-4d1f-817d-e85025761563-image.png

                          johnpozJ 1 Reply Last reply Reply Quote 1
                          • johnpozJ
                            johnpoz LAYER 8 Global Moderator @Octopuss
                            last edited by johnpoz

                            @Octopuss My only theory is for whatever reason it takes a bit for your interfaces to come up, and unbound having a problem binding when you don't select all.

                            Why that is, not sure..

                            I have never seen it personally on any of my gear.. But again I rarely reboot pfsense.. Just no reason to. Maybe my system does it too? or could.. But sure not seeing it on my test VMs..

                            I want to try and duplicate like disabling the interface in my VM host, but not quite sure if I can without actually removing the interface from pfsense, ie it won't even see the interface which is different than say pulling the wire on it, or connection to switch takes a while because it's not set to portfast or something.

                            So where exactly do your lan and wifi interfaces go? Some AP for your wifi ones, Are they just vlans on your lan that is plugged into a switch and then your AP(s) plugged into that switch.. What switch?

                            So on one hand - yes like to understand why when you boot you only see bind to localhost if you do not select all.. On the other hand just leaving it on all you don't see the problem. So all is the default, it works - we could call it a day.

                            An intelligent man is sometimes forced to be drunk to spend time with his fools
                            If you get confused: Listen to the Music Play
                            Please don't Chat/PM me for help, unless mod related
                            SG-4860 24.11 | Lab VMs 2.8, 24.11

                            O 1 Reply Last reply Reply Quote 0
                            • O
                              Octopuss @johnpoz
                              last edited by

                              @johnpoz The cable from the AP goes directly inthe pfSense box, and the LAN port is connected to a managed switch (TP-Link T1700G-28TQ).

                              The Wifi interface on pfSense is just a VLAN where all the wifi devices go, and their APs.

                              johnpozJ 1 Reply Last reply Reply Quote 1
                              • johnpozJ
                                johnpoz LAYER 8 Global Moderator @Octopuss
                                last edited by

                                @Octopuss well the only thing that makes any sense at all is when unbound goes to start one of your lan side interfaces is not up and so it has a problem binding to that IP.. Only theory I have that would explain the symptoms.

                                Maybe if you could watch is boot from console or something.. And maybe spot something..

                                An intelligent man is sometimes forced to be drunk to spend time with his fools
                                If you get confused: Listen to the Music Play
                                Please don't Chat/PM me for help, unless mod related
                                SG-4860 24.11 | Lab VMs 2.8, 24.11

                                O 1 Reply Last reply Reply Quote 0
                                • O
                                  Octopuss @johnpoz
                                  last edited by

                                  @johnpoz Is the boot process being logged? There's so much going on and it scrolls so fast I don't think I could see anything even if I was staring at it.

                                  johnpozJ 1 Reply Last reply Reply Quote 1
                                  • johnpozJ
                                    johnpoz LAYER 8 Global Moderator @Octopuss
                                    last edited by

                                    @Octopuss there is boot log yes, under

                                    osboot.jpg

                                    An intelligent man is sometimes forced to be drunk to spend time with his fools
                                    If you get confused: Listen to the Music Play
                                    Please don't Chat/PM me for help, unless mod related
                                    SG-4860 24.11 | Lab VMs 2.8, 24.11

                                    O 1 Reply Last reply Reply Quote 0
                                    • O
                                      Octopuss @johnpoz
                                      last edited by Octopuss

                                      @johnpoz
                                      Great, I can't post the log, it is getting flagged as spam.
                                      This forum software... 🙄

                                      johnpozJ 1 Reply Last reply Reply Quote 1
                                      • johnpozJ
                                        johnpoz LAYER 8 Global Moderator @Octopuss
                                        last edited by

                                        @Octopuss I bumped your rep to 5 points, try it now.

                                        An intelligent man is sometimes forced to be drunk to spend time with his fools
                                        If you get confused: Listen to the Music Play
                                        Please don't Chat/PM me for help, unless mod related
                                        SG-4860 24.11 | Lab VMs 2.8, 24.11

                                        O 1 Reply Last reply Reply Quote 1
                                        • O
                                          Octopuss @johnpoz
                                          last edited by

                                          @johnpoz Thanks!

                                          TSC: P-state invariant, performance statistics
                                          VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID,VID,PostIntr
                                          IA32_ARCH_CAPS=0x180fd6b<RDCL_NO,IBRS_ALL,SKIP_L1DFL_VME,MDS_NO,TAA_NO>
                                          XSAVE Features=0xf<XSAVEOPT,XSAVEC,XINUSE,XSAVES>
                                          Structured Extended Features3=0xfc184410<FSRM,MD_CLEAR,IBT,IBPB,STIBP,L1DFL,ARCH_CAP,CORE_CAP,SSBD>
                                          Structured Extended Features2=0x98c007bc<UMIP,PKU,OSPKE,WAITPKG,GFNI,VAES,VPCLMULQDQ,RDPID,MOVDIRI,MOVDIR64B>
                                          Structured Extended Features=0x239ca7eb<FSGSBASE,TSCADJ,BMI1,AVX2,FDPEXC,SMEP,BMI2,ERMS,INVPCID,NFPUSG,PQE,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,PROCTRACE,SHA>
                                          AMD Features2=0x121<LAHF,ABM,Prefetch>
                                          AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM>
                                          Features2=0x7ffafbbf<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,SDBG,FMA,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND>
                                          Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
                                          Origin="GenuineIntel" Id=0xb06e0 Family=0x6 Model=0xbe Stepping=0
                                          CPU: Intel(R) N100 (806.40-MHz K8-class CPU)
                                          nda0: 244198MB (500118192 512 byte sectors)
                                          nda0: nvme version 1.2
                                          nda0: Serial Number 891PC7LTPZXP
                                          nda0: <KBG30ZMV256G TOSHIBA ADHA0102 891PC7LTPZXP>
                                          nda0 at nvme0 bus 0 scbus0 target 0 lun 1
                                          Root mount waiting for: CAM
                                          Root mount waiting for: CAM
                                          Root mount waiting for: CAM
                                          Root mount waiting for: CAM
                                          Root mount waiting for: CAM
                                          Root mount waiting for: CAM
                                          Root mount waiting for: CAM
                                          Root mount waiting for: CAM
                                          uhub1: 16 ports with 16 removable, self powered
                                          uhub0: 3 ports with 3 removable, self powered
                                          Trying to mount root from zfs:pfSense/ROOT/default []...
                                          nvme0: Allocated 38MB host memory buffer
                                          mmc0: No compatible cards found on bus
                                          uhub1: <Intel XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus1
                                          uhub1 on usbus1
                                          ugen1.1: <Intel XHCI root HUB> at usbus1
                                          uhub0: <Intel XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
                                          uhub0 on usbus0
                                          ugen0.1: <Intel XHCI root HUB> at usbus0
                                          ZFS storage pool version: features support (5000)
                                          ZFS filesystem version: 5
                                          Timecounters tick every 1.000 msec
                                          Timecounter "TSC" frequency 806401223 Hz quality 1000
                                          hwpstate_intel3: <Intel Speed Shift> on cpu3
                                          hwpstate_intel2: <Intel Speed Shift> on cpu2
                                          hwpstate_intel1: <Intel Speed Shift> on cpu1
                                          hwpstate_intel0: <Intel Speed Shift> on cpu0
                                          atrtc0: Can't map interrupt.
                                          atrtc0: registered as a time-of-day clock, resolution 1.000000s
                                          atrtc0: Warning: Couldn't map I/O.
                                          atrtc0: <AT realtime clock> at port 0x70 irq 8 on isa0
                                          atkbd0: [GIANT-LOCKED]
                                          kbd0 at atkbd0
                                          atkbd0: <AT Keyboard> irq 1 on atkbdc0
                                          atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
                                          acpi_syscontainer1: <System Container> on acpi0
                                          acpi_syscontainer0: <System Container> on acpi0
                                          acpi_tz0: <Thermal Zone> on acpi0
                                          acpi_button1: <Power Button> on acpi0
                                          cpu0: <ACPI CPU> on acpi0
                                          acpi_button0: <Sleep Button> on acpi0
                                          pci0: <serial bus> at device 31.5 (no driver attached)
                                          isa0: <ISA bus> on isab0
                                          isab0: <PCI-ISA bridge> at device 31.0 on pci0
                                          igc1: netmap queues/slots: TX 4/1024, RX 4/1024
                                          igc1: Ethernet address: a8:b8:e0:02:87:16
                                          igc1: Using MSI-X interrupts with 5 vectors
                                          igc1: Using 4 RX queues 4 TX queues
                                          igc1: Using 1024 TX descriptors and 1024 RX descriptors
                                          igc1: <Intel(R) Ethernet Controller I226-V> mem 0x80400000-0x804fffff,0x80500000-0x80503fff at device 0.0 on pci3
                                          pci3: <ACPI PCI bus> on pcib3
                                          pcib3: <ACPI PCI-PCI bridge> at device 29.1 on pci0
                                          igc0: netmap queues/slots: TX 4/1024, RX 4/1024
                                          igc0: Ethernet address: a8:b8:e0:02:87:15
                                          igc0: Using MSI-X interrupts with 5 vectors
                                          igc0: Using 4 RX queues 4 TX queues
                                          igc0: Using 1024 TX descriptors and 1024 RX descriptors
                                          igc0: <Intel(R) Ethernet Controller I226-V> mem 0x80600000-0x806fffff,0x80700000-0x80703fff at device 0.0 on pci2
                                          pci2: <ACPI PCI bus> on pcib2
                                          pcib2: <ACPI PCI-PCI bridge> at device 29.0 on pci0
                                          nvme0: <Generic NVMe Device> mem 0x80800000-0x80803fff at device 0.0 on pci1
                                          pci1: <ACPI PCI bus> on pcib1
                                          pcib1: <ACPI PCI-PCI bridge> at device 28.0 on pci0
                                          mmc0: <MMC/SD bus> on sdhci_pci0
                                          sdhci_pci0: 1 slot(s) allocated
                                          sdhci_pci0: <Generic SD HCI> mem 0x6001025000-0x6001025fff at device 26.0 on pci0
                                          pci0: <simple comms> at device 22.0 (no driver attached)
                                          pci0: <memory, RAM> at device 20.2 (no driver attached)
                                          usbus1: 5.0Gbps Super Speed USB v3.0
                                          usbus1 on xhci1
                                          xhci1: 32 bytes context size, 64-bit DMA
                                          xhci1: <XHCI (generic) USB 3.0 controller> mem 0x6001000000-0x600100ffff at device 20.0 on pci0
                                          usbus0: 5.0Gbps Super Speed USB v3.0
                                          usbus0 on xhci0
                                          xhci0: 32 bytes context size, 64-bit DMA
                                          xhci0: <XHCI (generic) USB 3.0 controller> mem 0x6001010000-0x600101ffff at device 13.0 on pci0
                                          vgapci0: Boot video device
                                          vgapci0: <VGA-compatible display> port 0x3000-0x303f mem 0x6000000000-0x6000ffffff,0x4000000000-0x400fffffff at device 2.0 on pci0
                                          pci0: <ACPI PCI bus> on pcib0
                                          pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
                                          acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1808-0x180b on acpi0
                                          Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
                                          Event timer "i8254" frequency 1193182 Hz quality 100
                                          Timecounter "i8254" frequency 1193182 Hz quality 0
                                          attimer0: <AT timer> port 0x40-0x43,0x50-0x53 irq 0 on acpi0
                                          Event timer "RTC" frequency 32768 Hz quality 0
                                          atrtc1: registered as a time-of-day clock, resolution 1.000000s
                                          atrtc1: Warning: Couldn't map I/O.
                                          atrtc1: <AT realtime clock> on acpi0
                                          Event timer "HPET4" frequency 19200000 Hz quality 440
                                          Event timer "HPET3" frequency 19200000 Hz quality 440
                                          Event timer "HPET2" frequency 19200000 Hz quality 440
                                          Event timer "HPET1" frequency 19200000 Hz quality 440
                                          Event timer "HPET" frequency 19200000 Hz quality 550
                                          Timecounter "HPET" frequency 19200000 Hz quality 950
                                          hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
                                          acpi0: Power Button (fixed)
                                          acpi0: <ALASKA A M I >
                                          smbios0: Version: 3.6, BCD Revision: 3.6
                                          smbios0: <System Management BIOS> at iomem 0x75bb0000-0x75bb001e
                                          efirtc0: registered as a time-of-day clock, resolution 1.000000s
                                          efirtc0: <EFI Realtime Clock>
                                          netgate0: <unknown hardware>
                                          WARNING: Device "spkr" is Giant locked and may be deleted before FreeBSD 14.0.
                                          kbd1 at kbdmux0
                                          random: entropy device external interface
                                          module_register_init: MOD_LOAD (iwi_monitor_fw, 0xffffffff807652e0, 0) error 1
                                          iwi_monitor: If you agree with the license, set legal.intel_iwi.license_ack=1 in /boot/loader.conf.
                                          iwi_monitor: You need to read the LICENSE file in /usr/share/doc/legal/intel_iwi.LICENSE.
                                          module_register_init: MOD_LOAD (iwi_ibss_fw, 0xffffffff80765230, 0) error 1
                                          iwi_ibss: If you agree with the license, set legal.intel_iwi.license_ack=1 in /boot/loader.conf.
                                          iwi_ibss: You need to read the LICENSE file in /usr/share/doc/legal/intel_iwi.LICENSE.
                                          module_register_init: MOD_LOAD (iwi_bss_fw, 0xffffffff80765180, 0) error 1
                                          iwi_bss: If you agree with the license, set legal.intel_iwi.license_ack=1 in /boot/loader.conf.
                                          iwi_bss: You need to read the LICENSE file in /usr/share/doc/legal/intel_iwi.LICENSE.
                                          module_register_init: MOD_LOAD (ipw_monitor_fw, 0xffffffff80747700, 0) error 1
                                          ipw_monitor: If you agree with the license, set legal.intel_ipw.license_ack=1 in /boot/loader.conf.
                                          ipw_monitor: You need to read the LICENSE file in /usr/share/doc/legal/intel_ipw.LICENSE.
                                          module_register_init: MOD_LOAD (ipw_ibss_fw, 0xffffffff80747650, 0) error 1
                                          ipw_ibss: If you agree with the license, set legal.intel_ipw.license_ack=1 in /boot/loader.conf.
                                          ipw_ibss: You need to read the LICENSE file in /usr/share/doc/legal/intel_ipw.LICENSE.
                                          module_register_init: MOD_LOAD (ipw_bss_fw, 0xffffffff807475a0, 0) error 1
                                          ipw_bss: If you agree with the license, set legal.intel_ipw.license_ack=1 in /boot/loader.conf.
                                          ipw_bss: You need to read the LICENSE file in /usr/share/doc/legal/intel_ipw.LICENSE.
                                          wlan: mac acl policy registered
                                          TCP_ratelimit: Is now initialized
                                          Launching APs: 2 3 1
                                          ioapic0 <Version 2.0> irqs 0-119
                                          random: unblocking device.
                                          random: fast provider: "Intel Secure Key RNG"
                                          random: registering fast source Intel Secure Key RNG
                                          FreeBSD/SMP: 1 package(s) x 4 core(s)
                                          FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
                                          WARNING: L3 data cache covers more APIC IDs than a package (7 > 3)
                                          ACPI APIC Table: <ALASKA A M I >
                                          Event timer "LAPIC" quality 600
                                          avail memory = 7982657536 (7612 MB)
                                          real memory = 8589934592 (8192 MB)
                                          TSC: P-state invariant, performance statistics
                                          VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID,VID,PostIntr
                                          IA32_ARCH_CAPS=0x180fd6b<RDCL_NO,IBRS_ALL,SKIP_L1DFL_VME,MDS_NO,TAA_NO>
                                          XSAVE Features=0xf<XSAVEOPT,XSAVEC,XINUSE,XSAVES>
                                          Structured Extended Features3=0xfc184410<FSRM,MD_CLEAR,IBT,IBPB,STIBP,L1DFL,ARCH_CAP,CORE_CAP,SSBD>
                                          Structured Extended Features2=0x98c007bc<UMIP,PKU,OSPKE,WAITPKG,GFNI,VAES,VPCLMULQDQ,RDPID,MOVDIRI,MOVDIR64B>
                                          Structured Extended Features=0x239ca7eb<FSGSBASE,TSCADJ,BMI1,AVX2,FDPEXC,SMEP,BMI2,ERMS,INVPCID,NFPUSG,PQE,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,PROCTRACE,SHA>
                                          AMD Features2=0x121<LAHF,ABM,Prefetch>
                                          AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM>
                                          Features2=0x7ffafbbf<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,SDBG,FMA,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND>
                                          Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
                                          Origin="GenuineIntel" Id=0xb06e0 Family=0x6 Model=0xbe Stepping=0
                                          CPU: Intel(R) N100 (806.40-MHz K8-class CPU)
                                          VT(vga): resolution 640x480
                                          FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152)
                                          root@freebsd:/var/jenkins/workspace/pfSense-CE-snapshots-2_7_2-main/obj/amd64/StdASW5b/var/jenkins/workspace/pfSense-CE-snapshots-2_7_2-main/sources/FreeBSD-src-RELENG_2_7_2/amd64.amd64/sys/pfSense amd64
                                          FreeBSD 14.0-CURRENT amd64 1400094 #1 RELENG_2_7_2-n255948-8d2b56da39c: Wed Dec 6 20:45:47 UTC 2023
                                          FreeBSD is a registered trademark of The FreeBSD Foundation.
                                          The Regents of the University of California. All rights reserved.
                                          Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
                                          Copyright (c) 1992-2023 The FreeBSD Project.
                                          
                                          johnpozJ 1 Reply Last reply Reply Quote 0
                                          • johnpozJ
                                            johnpoz LAYER 8 Global Moderator @Octopuss
                                            last edited by

                                            @Octopuss so your running wireless on pfsense?

                                            These jumped out at me

                                            iwi_monitor: If you agree with the license, set legal.intel_iwi.license_ack=1 in /boot/loader.conf.

                                            You can get rid of those with setting entry in your loader.conf file

                                            https://forum.netgate.com/topic/78681/error-dmesg-module_register_init-mod_load

                                            From your previous, seemed like you had other APs for your wifi..

                                            just a VLAN where all the wifi devices go, and their APs.

                                            An intelligent man is sometimes forced to be drunk to spend time with his fools
                                            If you get confused: Listen to the Music Play
                                            Please don't Chat/PM me for help, unless mod related
                                            SG-4860 24.11 | Lab VMs 2.8, 24.11

                                            O 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.