• 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!

Recent content by paul0363

  1. 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...
  2. 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...
  3. 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.
  4. 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...
  5. 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.
  6. P

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

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

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

    Same for me on RT-AX88U-Pro
  8. 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...
  9. 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
  10. 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)!
  11. 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...
  12. P

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

    I have a similar problem - RT-AX88UPro - DNS resolution using the router's ip is not working. Setting dhcp to hand out dns servers other than the router itself works fine. Still to do a complete reset of the router but have rolled back to 388.5 final just now.
  13. P

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

    Disconnect any USB devices connected to the router, power cycle the router and try again!
  14. P

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

    Disabled the firewall and clients now connect as normal. Re-eanbled firewall and clients don't connect. Definitely looks like a firewall issue. I did redownload the config files before I tried this and re-setup the clients.
Back
Top