Recent content by paul0363

  1. P

    Release Asuswrt-Merlin 3006.102.7 is now available

    They're correct - the 208.67.222.123 and 208.67.220.123 addresses are the anycast addresses which will route requests to the nearest resolvers for you. You can also check with OpenDNS themselves with this link: welcome.opendns.com
  2. P

    Release Asuswrt-Merlin 3006.102.7 is now available

    Have you flushed the resolver cache? ipconfig /flushdns from a command prompt in Windows Also, what DNS does this say you're using dnscheck.tools
  3. P

    Release Asuswrt-Merlin 3006.102.7 is now available

    Can confirm issue 1 - Wireless Professional Settings GUI isn't working. No WiFi issues though - all devices connecting as normal. No slow down in GUI either.
  4. P

    Release Asuswrt-Merlin 3006.102.4 is now available

    ..or add the following to a NAT-START script: #!/bin/sh iptables -t nat -A PREROUTING -p udp -d 8.8.8.8 --dport 53 -j DNAT --to `nvram get lan_ipaddr` iptables -t nat -A PREROUTING -p tcp -d 8.8.8.8 --dport 53 -j DNAT --to `nvram get lan_ipaddr` iptables -t nat -A PREROUTING -p udp -d 8.8.4.4...
  5. P

    Release Asuswrt-Merlin 3006.102.4 is now available

    It's more likely the apps forcing another DNS (likely Google's). A lot of apps are hard coded with Google's DNS (apparently to "enforce" geolocation). I also have an LG OLED and am running 102.4 on a RT-BE92U with no issues with any of the apps you mentioned. However, DNS director is enabled...
  6. P

    Release Asuswrt-Merlin 3006.102.4 is now available

    What WiFi security are you using? Some devices have issues connecting with security set to WPA2/WPA3. If you've set to WPA2/WPA3 try WPA2 only.
  7. P

    Release Asuswrt-Merlin 3006.102.4 is now available

    Mine shows green on all connections negotiated at 1Gbps or greater. (Tested with ISP modem which has 1Gbps port and older ISP modem on another connection which has 100 Mbps port) *Edited for clarity* The 2.5Gbps ports, and the10Gbps port, show amber/yellow when connected to 100Mbps or slower...
  8. P

    Beta Asuswrt-Merlin 3006.102.4 Beta is now available

    Can confirm the Network Map UI issue on the RT-BE92U. Same issue as @Ev0 Have also flushed cache etc. with no effect. Router operates normally and other pages are OK.
  9. P

    [ 3006.102_4 alpha Build(s) ] available build(s)

    https://xx.xx.xx.xx:8443 e.g.: https//192.168.50.1:8443
  10. P

    [ 3006.102_4 alpha Build(s) ] available build(s)

    Same for me on RT-AX88U-Pro
  11. P

    Weird DNS issue....

    You've likely added the Cloudflare settings on the LAN DHCP page here: You need to change it under the WAN settings and leave the boxes above in the LAN settings blank if you don't wan't the Cloudflare IPs to be pushed to your clients (the router's IP will be set instead). If that's what...
  12. P

    Release Asuswrt-Merlin 3004.388.6 is now available

    Asus made changes to dnsmasq and the config file now includes this line: dns-forward-max=1500 so your entry repeated the command. I had the same issue in the alpha release! https://www.snbforums.com/threads/3004-388-6-alpha-build-s-testing-available-build-s.88112/post-881674
  13. P

    [ 3004.388.6 alpha Build(s) ] Testing available build(s)

    Removed the last line and all working now! Strange it worked with that there before :) Hopefully the "Maximum concurrent DNS Requests reached" error won't show up again (the reason that line was added in the first place)!
  14. P

    [ 3004.388.6 alpha Build(s) ] Testing available build(s)

    I've checked the logs and am getting these two lines: CRITICAL dnsmasq FAILED TO LOAD CRITICAL illegal repeated keyword at line 50 of /etc/dnsmasq.conf I've looked at dsnmasq.conf and it only has 49 lines - don't know what the illegal keyword is! pid-file=/var/run/dnsmasq.pid user=nobody...
Back
Top