0

Host info not getting to logs

Using CLI on my Firewalla, I used to see host info sent up to nextdns logs with a command like: 

sudo nextdns install -profile br9=[redacted] -log-queries=true -report-client-info=true -discovery-dns=192.168.5.1 -cache-size=10MB -max-ttl=5s -listen 192.168.5.1:5555

I  had been using "-config" and realized that was now deprecated, so I switched to "-profile" but things are still not working. 

Is there an obvious mistake? If not, how can I debug what's going on?  How can I see what is being sent with 

-report-client-info

7 replies

null
    • Michael_Bierman
    • 2 wk ago
    • Reported - view

    By the way, my dnsmasq file s:

    server=192.168.5.1#5555
    add-mac166
    add-subnet=32,128

    The quieries are getting to nextdns, but not the client info
     

    • Michael_Bierman
    • 2 wk ago
    • Reported - view

    So it really seems like maybe something isn't right. I see that while all the requests come from my Firewalla router, the vendor (e.g. Apple, etc.) are reflected. Hard to tell if it is all accurate, but it seems like that means the mac address may be being sent but not displayed? 

    Can someone from @nextdns confirm? Maybe there's a bug? This is taking a lot of time to debug and i'd  like to find a resolution. 

    • Michael_Bierman
    • 2 wk ago
    • Reported - view

    Looks like there was a recent change to dnsmasq? https://github.com/nextdns/nextdns/commit/65679b564cf0d5e95a6fd616143b1849e7275902

    Maybe something about the behavior has changed? 

    • Michael_Bierman
    • 12 days ago
    • Reported - view

    Wow two days and no reply?

    Maybe it is time to checkout ControlD or something. 

    • Michael_Bierman
    • 12 days ago
    • Reported - view

    O.K. still not solved, but this seems to be syntactically correct as far as I can tell. Oddly the old one didn't complain anywhere I could find. 
     

    sudo nextdns install \
    -profile $IP/24=$profile \
    -bogus-priv \
    -report-client-info \
    -cache-size 10MB \
    -max-ttl 5s \
    -listen $IP:5555
    

    DNSmasq

    server=$IP#5555
    add-mac
    add-subnet=32,128

    No IPs or client names are passed up the chain. 

      • NextDNs
      • 12 days ago
      • Reported - view

       please open an issue on the CLI’s github. This is likely a regression.

      • Michael_Bierman
      • 12 days ago
      • Reported - view

Content aside

  • 12 days agoLast active
  • 7Replies
  • 57Views
  • 2 Following