What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

bug in 3006.105.0 newly configured gt-axe16000 dns not working on router in ap mode/static ip

lgkahn

Regular Contributor
i have issue on my gt axe-16000 i just got to replace the 11000
the upstairs gt-axe16000 runing older 3004 build works fine.. the new one dns does not work on the router when static ip is assigned,

it is running latest release build.. see attachement and below.

ASUSWRT-Merlin GT-AXE16000 3006.102.5_0 Sun Aug 3 16:23:49 UTC 2025
admin1@GT-AXE16000downstairs:/tmp/home/root# ping www.ebay.com
ping: bad address 'www.ebay.com'
admin1@GT-AXE16000downstairs:/tmp/home/root# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: seq=0 ttl=114 time=21.012 ms
64 bytes from 8.8.8.8: seq=1 ttl=114 time=17.257 ms
^C
--- 8.8.8.8 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 17.257/19.134/21.012 ms

admin1@GT-AXE16000downstairs:/tmp/home/root# nslookup www.ebay.com 8.8.8.8
Server: 8.8.8.8
Address 1: 8.8.8.8 dns.google

Name: www.ebay.com
Address 1: 23.194.190.185 a23-194-190-185.deploy.static.akamaitechnologies.com
Address 2: 23.194.190.154 a23-194-190-154.deploy.static.akamaitechnologies.com


i believe the issue is the /etc/resolv.conf is blank and not being populated correctly even though (see below) dns servers are configured)


thats definatley the issue:
when i configured the resolv.con as on the other router it works fine.

it should look like this

any ideas why its not being populated on boot

nameserver 75.75.76.76
nameserver 8.8.8.8
nameserver 192.168.11.1
 

Attachments

  • Screenshot 2025-11-19 123912.png
    Screenshot 2025-11-19 123912.png
    171.3 KB · Views: 5
  • Screenshot 2025-11-19 124753.png
    Screenshot 2025-11-19 124753.png
    235.2 KB · Views: 5
working now after reboot after i manually configured the resolv.conf.. i guess it is persistant accross boots?

strange setting up the lan static config doesnt populate it..

I guess that is the bug..
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top