kernol
Very Senior Member
I love a good mystery. I’m guessing your /etc/resolv.conf contains 1.1.1.1, 1.0.0.1 and 127.0.1.1. If you run
Do they all work? Share the output please.Code:nslookup diversion.ch nslookup fwupdate.asuswrt-merlin.net nslookup raw.githubusercontent.com
Many thanks @dave14305 - the results all worked as expected ...
Code:
johnw@RT-AC86U-8178:/tmp/home/root# nslookup diversion.ch
Server: 1.1.1.1
Address 1: 1.1.1.1 one.one.one.one
Name: diversion.ch
Address 1: 80.74.145.140 emerson.ch-meta.net
johnw@RT-AC86U-8178:/tmp/home/root#
johnw@RT-AC86U-8178:/tmp/home/root# nslookup fwupdate.asuswrt-merlin.net
Server: 1.1.1.1
Address 1: 1.1.1.1 one.one.one.one
Name: fwupdate.asuswrt-merlin.net
Address 1: 104.18.40.167
Address 2: 104.18.41.167
Address 3: 2606:4700:3035::6812:29a7
Address 4: 2606:4700:3037::6812:28a7
johnw@RT-AC86U-8178:/tmp/home/root# nslookup raw.githubusercontent.com
Server: 1.1.1.1
Address 1: 1.1.1.1 one.one.one.one
Name: raw.githubusercontent.com
Address 1: 151.101.0.133
Address 2: 151.101.192.133
Address 3: 151.101.128.133
Address 4: 151.101.64.133
johnw@RT-AC86U-8178:/tmp/home/root#
What I did discover - but had never noticed before was that if I did a tracert on my Win10 PC to say www.github.com - I would get there in 15 hops and end at the correct ip address. However when I ran a tracert from the "Network" tab of the router's webUI to the same github ... it would **** out after 14 hops and go all the way through to 30 hops without arriving at the correct ip.
So wisely or not - I am part way through a complete factory reset and rebuild.
Suspect I'll be fine after that - but will yell if not - MANY thanks again.