Did you make any changes in the router GUI right before you noticed the one or two front LED's being on while others are off?Al my other LEDs are off then why the wifi not noticed this suddenly
I did not make a changed it lightend up after a restart u enable and disable led againDid you make any changes in the router GUI right before you noticed the one or two front LED's being on while others are off?
With the 3006 firmware I (and I think a few others) have experienced an issue where if you have the LED's set to off in the GUI. Making a change in the router GUI can, for what ever reason, trigger one or two of the front LED's to switch on and stay lit. Have to cycle the LED button on then off in the GUI to get the single LED to turn off. Commented about it here in the 3006.102_34336 stock Asus firmware release discussion for the RT-AX86U Pro.
I’m not going crazy then. I thought the LED issue had finally been fixed (perhaps off survives a reboot with no changes?), but yes, I’ve very recently noticed just one or two LEDs light up after a change (and I’m not talking about the one change in Administration which you toggle to enable them ;-) ).With the 3006 firmware I (and I think a few others) have experienced an issue where if you have the LED's set to off in the GUI. Making a change in the router GUI can, for what ever reason, trigger one or two of the front LED's to switch on and stay lit.
Since you seem to have decided already, don’t forget to update the text on the DNS Director ASP page describing the Router mode.It would probably be more intuitive as well, since "Router" would truly mean "the router itself" rather than "Whatever is configured on the DHCP server, with the fallback being the router itself".
Beta1? Beta2 hasn't dropped yet...Beta2 looks ok, initially, over here on RT-AX86U Pro.
Oh come on, beta versions are like round birthdays, it’s just a numberBeta1? Beta2 hasn't dropped yet...
I built it from source.Beta1? Beta2 hasn't dropped yet...
Couldn't this be integrated into Merlin FW? The web interface's wording suggests exactly this functionality: it automatically retrieves the DNS servers. If it retrieves them, why doesn't it advertise them via the DHCP server?"You can do this with some custom scripts.
/jffs/scripts/dnsmasq.postconf
Then restart dnsmasq with:Code:#!/bin/sh CONFIG="$1" . /usr/sbin/helper.sh for dns in $(nvram get wan0_dns_r); do landns="${landns+$landns,}$dns" done if [ -n "$landns" ]; then pc_delete "dhcp-option=lan,6," $CONFIG pc_append "dhcp-option=lan,6,$landns" $CONFIG fi
Clients will eventually get the new DNS servers when they renew their lease, or you can reboot the router, or force a renewal on the clients if you want.Thank you, I'll try it out today.Code:service restart_dnsmasq
You can do this with some custom scripts.
/jffs/scripts/dnsmasq.postconf
Then restart dnsmasq with:Code:#!/bin/sh CONFIG="$1" . /usr/sbin/helper.sh for dns in $(nvram get wan0_dns_r); do landns="${landns+$landns,}$dns" done if [ -n "$landns" ]; then pc_delete "dhcp-option=lan,6," $CONFIG pc_append "dhcp-option=lan,6,$landns" $CONFIG fi
Clients will eventually get the new DNS servers when they renew their lease, or you can reboot the router, or force a renewal on the clients if you want.Code:service restart_dnsmasq
Because it makes little logical sense. Having the clients not using the router mean that they will be unable to resolve any LAN hostname, including the router itself. You normally want the router to obtain the ISP's DNS addresses, then have the router proxy them for your whole LAN. Caching will improve name resolution performance, in addition to resolving local hostnames.Couldn't this be integrated into Merlin FW? The web interface's wording suggests exactly this functionality: it automatically retrieves the DNS servers. If it retrieves them, why doesn't it advertise them via the DHCP server?"
19-Apr 02:00:30 AX SIG_UPDATE: current sig : 2450
19-Apr 02:00:30 AX SIG_UPDATE: latest sig : 2454
19-Apr 02:00:30 AX SIG_UPDATE: < sig_ver, Do upgrade
19-Apr 02:00:30 AX SIG_UPGRADE: wget trf FULL : Official
19-Apr 02:00:35 AX SIG_UPGRADE: wget sig, exit code: 0
19-Apr 02:00:41 AX SIG_UPGRADE: wget rsa, exit code: 0
19-Apr 02:00:41 AX SIG_UPGRADE: Download trf/rsa OK
19-Apr 02:00:42 AX SIG_UPGRADE: sig check OK
19-Apr 02:00:42 AX SIG_UPGRADE: mv /jffs/signature/rule.trf to jffs
19-Apr 02:00:42 AX SIG_UPGRADE: Do restart_wrs
19-Apr 02:00:42 AX rc_service: rc 31398:notify_rc restart_wrs
19-Apr 02:00:42 AX custom_script: Running /jffs/scripts/service-event (args: restart wrs)
19-Apr 02:00:45 AX BWDPI: fun bitmap = 43f
19-Apr 02:02:50 AX SIG_UPDATE: current sig : 2454
19-Apr 02:02:50 AX SIG_UPDATE: latest sig : 2454
A bunch of message I've never seen before just appeared in syslog.
Any ideas what they are ?
Code:19-Apr 02:00:30 AX SIG_UPDATE: current sig : 2450 19-Apr 02:00:30 AX SIG_UPDATE: latest sig : 2454 19-Apr 02:00:30 AX SIG_UPDATE: < sig_ver, Do upgrade 19-Apr 02:00:30 AX SIG_UPGRADE: wget trf FULL : Official 19-Apr 02:00:35 AX SIG_UPGRADE: wget sig, exit code: 0 19-Apr 02:00:41 AX SIG_UPGRADE: wget rsa, exit code: 0 19-Apr 02:00:41 AX SIG_UPGRADE: Download trf/rsa OK 19-Apr 02:00:42 AX SIG_UPGRADE: sig check OK 19-Apr 02:00:42 AX SIG_UPGRADE: mv /jffs/signature/rule.trf to jffs 19-Apr 02:00:42 AX SIG_UPGRADE: Do restart_wrs 19-Apr 02:00:42 AX rc_service: rc 31398:notify_rc restart_wrs 19-Apr 02:00:42 AX custom_script: Running /jffs/scripts/service-event (args: restart wrs) 19-Apr 02:00:45 AX BWDPI: fun bitmap = 43f 19-Apr 02:02:50 AX SIG_UPDATE: current sig : 2454 19-Apr 02:02:50 AX SIG_UPDATE: latest sig : 2454
Beta2 looks ok, initially, over here on RT-AX86U Pro.
If you compiled your own personal version of the firmware you should edit your initial post and make that very clear in your initial post where you mention a "Beta2" otherwise as indicated you are intentionally confusing people into thinking Asus-Merlin released a Beta2 when apparently he hasn't (as of this post). Further this is supposed to be a discussion about issues with Asus-Merlin Beta, not firmware one someone created and possibly modified themselves that no one else can apparently test.I built it from source.
I am here to aid in testing which also may mean picking up changes in advance that RMerlin may or may not release to the bigger populous, for broader testing at a particular X time; it could be helpful / useful before dissemination. The message was directed to RMerlin. I should have added the @ sign.If you built your own personal version of the firmware you should edit your initial post and make that very clear in your initial post where you mention a "Beta2" otherwise as indicated you are intentionally confusing people into thinking Asus-Merlin released a Beta2 when apparently he hasn't (as of this post). Further this is supposed to be a discussion about issues with Asus-Merlin Beta, not firmware one someone created and possibly modified themselves that no one else can apparently test.
fe104c9774 (3006.102) webui: updated DNS Director notes
dcef132c02 Update RT-BE96U and GT-BE98_PRO wireless dongle driver to 102_37812 builds
1cc4127a8d miniupnpd: fix building (missing header file)
85c9d353af miniupnpd: update to 2.3.8
198e89a5e8 rc: move service-event-end back within again: loop
170d2e48b5 rc: Have DNS Director "Router" mode use REDIRECT target instead of DNAT to LAN IP in iptables.
8d40fbd7f2 Bumped revision to beta 2
879ad023d4 webui: fix missing button to remove Offline Client List entries
c77742afb1 webui: cleanup sysdep Wireless pages that are no longer existant
fe104c9774 (3006.102) webui: updated DNS Director notes
dcef132c02 Update RT-BE96U and GT-BE98_PRO wireless dongle driver to 102_37812 builds
1cc4127a8d miniupnpd: fix building (missing header file)
85c9d353af miniupnpd: update to 2.3.8
170d2e48b5 rc: Have DNS Director "Router" mode use REDIRECT target instead of DNAT to LAN IP in iptables.
8d40fbd7f2 Bumped revision to beta 2
879ad023d4 webui: fix missing button to remove Offline Client List entries
c77742afb1 webui: cleanup sysdep Wireless pages that are no longer existant
fe104c9774 (3006.102) webui: updated DNS Director notes
dcef132c02 Update RT-BE96U and GT-BE98_PRO wireless dongle driver to 102_37812 builds
1cc4127a8d miniupnpd: fix building (missing header file)
85c9d353af miniupnpd: update to 2.3.8
170d2e48b5 rc: Have DNS Director "Router" mode use REDIRECT target instead of DNAT to LAN IP in iptables.
8d40fbd7f2 Bumped revision to beta 2
9fe89ff9b6 httpd: fix CPU temperature report on BCM4916
cb50c47eff Merge RT-BE92U binary blobs from 37526
789a111d63 Merge with GPL 102_37526 (RT-BE92U)
879ad023d4 webui: fix missing button to remove Offline Client List entries
c77742afb1 webui: cleanup sysdep Wireless pages that are no longer existant
All good here, thus far (Uptime: 0d16h32m39s). Thank you for your efforts!Beta 2 has been uploaded. It contains a few minor fixes, but also a newer GPL for the RT-BE92U which will address the CPU-related issues of the former GPL that was used.
...
So I see both DNAT and REDIRECT. REDIRECT for a client, and DNAT for the Global mode. Intended?170d2e48b5 rc: Have DNS Director "Router" mode use REDIRECT target instead of DNAT to LAN IP in iptables.
-A DNSFILTER -m mac --mac-source 4C:03:DE:AD:BE:EF -j REDIRECT
-A DNSFILTER -j DNAT --to-destination 192.168.1.1
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!