What will be new Merlin development or new features for ac86u/ac68u in the next future?
So, I too am having issues with this release on my beloved RT-AC88U. I feel like right now!
I went from release 380.69_2 to 384.4_2. After updating, I initialized and reconfigured the settings with the exception of the nat-start script. I also run a VPN client using AirVPN service but reconfigured that last. Now, both the 2.4 ghz and 5 ghz wireless worked at first however, once I put in my nat-start script for port forwarding through my VPN, everything broke. My laptop's LAN connection appears fine, as in it shows I'm connected with no issues, and wireless shows to be connected but with no internet, yet I cannot access anything on the web even through just my LAN connection. I discovered that if I rename the nat-start script so it doesn't get loaded and reboot the router, everything works again.
So it's either...
1) The 384.4_2 breaks port forwarding in which I will have to revert to 380.69_2 or try a maybe 38x.x
or
2) My nat-start script is broken (though it worked before) in which case can someone here please review it?
This is what I was using that did work.
Code:#!/bin/sh iptables -t nat -A POSTROUTING -s [URL='http://10.4.0.0/24']10.8.0.0/24[/URL] -o eth0 -j MASQUERADE #Port forwarding for transmission iptables -t nat -I PREROUTING -i tun11 -p tcp --dport 61xxx -j DNAT --to-destination 192.168.1.x iptables -t nat -I PREROUTING -i tun11 -p udp --dport 61xxx -j DNAT --to-destination 192.168.1.x iptables -I FORWARD -i tun11 -p udp -d 192.168.1.x --dport 61xxx -j ACCEPT iptables -I FORWARD -i tun11 -p tcp -d 192.168.1.x --dport 61xxx -j ACCEPT
Does my script need to be modified? Is there another method to forward a single port to a single IP on my network?
I have to this forum and everyone in this community has been invaluable. I would appreciate any assistance and recommendations on any of this.
Mar 31 03:43:18 admin: cron time offset bug
Mar 31 03:43:27 admin: current time is Sat Mar 31 03:43:27 DST 2018
Mar 31 03:43:46 admin: cron task about to run
Mar 31 08:44:00 crond[269]: USER admin pid 28629 cmd logger $(date)
Mar 31 08:44:00 admin: Sat Mar 31 08:44:00 GMT 2018
Mar 31 03:44:37 admin: cron task just finished
Mar 31 03:44:42 admin: current time is Sat Mar 31 03:44:42 DST 2018
And VPN is continuously reconnecting toHi guys,
I have a ac68u and since I upgraded to 384.4 I have issues with I suppose WAN stability and Wi-Fi. I upgraded to 384.4_2 all ready but no diference.
I experience:
1. Verry lowand unstable bandwidth
2. Skype-calls are very bad even when on UTP cable.
3. Sometimes Wi-Fi is dropping.
I already tried a fully factory reset incl power off. Reflashed latest firmware after the factory reset again and again to be sure the router is clean. I powered off my modem to. The modem has his own Wi-Fi (I enabled it short to test stability) and other routers work fine. So it has something todo with the new firmware I suppose.
Only constant log I can Found :
Mar 31 11:19:11 kernel: DROP IN=eth0 OUT= MAC=********** SRC=5.188.11.25 DST=********* LEN=40 TOS=0x00 PREC=0x00 TTL=249 ID=11651 PROTO=TCP SPT=43210 DPT=30630 SEQ=2377157107 ACK=0 WINDOW=1024 RES=0x00 SYN URGP=0
Can someone help me with troubleshooting?
What can I do?
Verstuurd vanaf mijn ONEPLUS A3003 met Tapatalk
Hi, I had same/similar issue using openvpn client connecting to AirVPN. Port forwarding wouldn't work and only machines sent through the vpn would have internet access; any machines configured to use a wan connection had no internet.
I got it working by renaming nat-start to openvpn-event - hope this helps
see https://github.com/RMerl/asuswrt-merlin/wiki/User-scripts for info
jon
Flash directly to 384.4_2 and Factory Reset to default after if something act weird. You coming from an old fw.Sorry for the newbie question but just for being sure, as i'm not too familiar with firmware upgrade procedures, upgrading a 87U from HGG 380.57 to Merlin 384.4.2 is possible without intermediate firmwares or it is a better solution to flash a 380.69 before?
Thanks in advance.
Updated to 384.4_2 without issues.
I’m trying to find the least used 5 GHz near me.
they are indoor use channels and are fixed to a lower power by the government.
did you install the mobile-app? maybe youre hacked too: https://www.snbforums.com/threads/possibly-been-hacked-need-assistant-from-senior-users.45597/Updated my RT-AC3100 with the latest FW 384.4_2 yesterday, one issue found on DDNS.
I set a scheduled reboot on every Saturday morning. However, I noticed that the DDNS was enabled this morning when I login to the router. The feature was intentionally disabled after I updated the FW yesterday.
@RMerlin, Any idea why cron is is operating in a different time zone?
Mar 31 00:14:58 dnsmasq[1193]: using local addresses only for domain lostrealm.lan
Mar 31 00:15:04 crond[369]: time disparity of 590654 minutes detected
Mar 31 00:15:06 rc_service: udhcpc 751:notify_rc start_dnsmasq
I should have taken a screenshot......
I went to log into the admin page today & everything is suddenly in Chinese, including the login page. Now I did not make any changes. Currently have FW: 380.69. I will be updating this soon but wondering if I should be concerned & how would I check the integrity of the router?
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!