New install - no AI filters

Users help users
User avatar
RandyW
Site Admin
Posts: 73
Joined: Tue Dec 12, 2023 3:47 pm

Re: New install - no AI filters

Post by RandyW »

Andrew,

Check your email. I wrote a tiny program to perform the DNS request and display any errors.
VK3DMA
Posts: 3
Joined: Mon Jan 08, 2024 7:34 am

Re: New install - no AI filters

Post by VK3DMA »

Hi @RandyW,

Also following this thread.

Very similar results... also in Australia, also using IPv6

C:\Windows\System32>nslookup rmnoise1.rmnoise.com
Server: dns.google
Address: 2001:4860:4860::8888

Non-authoritative answer:
Name: rmnoise1.ournetplace.com
Address: 184.80.221.105
Aliases: rmnoise1.rmnoise.com


If it is OK, I'd prefer not to run a random .exe if you can just give me the commands of what you would like to test I'm pretty handy with most things technology.
User avatar
RandyW
Site Admin
Posts: 73
Joined: Tue Dec 12, 2023 3:47 pm

Re: New install - no AI filters

Post by RandyW »

Here is the output from that program from VK2ASG:

C:\Users\TOSHIBA L850>"C:\Users\TOSHIBA L850\Downloads\dnstester.exe
error: All nameservers failed to answer the query servers.rmnoise.com. IN TXT: Server Do53:192.168.0.1@53 answered A DNS query response does not respond to the question asked.
internet: server launcher: warning: could not get DNS

I looked at the code from the resolver library. That error appears to be when the DNS server responds with something that wasn't asked. For example, before we asked for "servers.rmnoise.com" but the reply was for "servers.rmnoise.com.modem"


I would like to see the list of DNS servers. Run the following from the command line:
ipconfig /all
(If you want, just copy/paste the sections for "DNS servers". There may be more than one section.)


Also try this from the command line:
nslookup -type=txt servers.rmnoise.com 192.168.0.1
User avatar
RandyW
Site Admin
Posts: 73
Joined: Tue Dec 12, 2023 3:47 pm

Re: New install - no AI filters

Post by RandyW »

We solved VK3DMA's DNS problem (via email), and that problem appears to be unrelated to yours.

While troubleshooting, I learned more about how the resolver library works. Please check your email. I sent you another diagnostic program to try.
Post Reply