ColinTaylor
Part of the Furniture
@Gravityz Or you can go to Traffic Manager > QoS and just hit Save without making any changes.I'll add a 'Reset' button to my todo list....in the meantime, log into the router and enter
/tmp/qos stop
/tmp/qos start
@Gravityz Or you can go to Traffic Manager > QoS and just hit Save without making any changes.I'll add a 'Reset' button to my todo list....in the meantime, log into the router and enter
/tmp/qos stop
/tmp/qos start
@Gravityz Or you can go to Traffic Manager > QoS and just hit Save without making any changes.![]()
1490b9fd8928ec62958e138902550ee73201473823fc661b4327af67547db702 RT-AC68U_3.0.0.4_374.43_2-22E4j9527.trx
19015369749718b7a217f3b08b4940de1fda3ffa1b812edcf37d7edf3985cb7c RT-AC56U_3.0.0.4_374.43_2-22E4j9527.trx
35b4a69278548b19621e877fc3faa402bd8e95b49693b86f06bf9eecb5a15246 RT-N16_3.0.0.4_374.43_2-22E4j9527.trx
a26ffa72229f4aa03cd9d13c6007e4bb62326fff16784ee4730482b4b28cdc9e RT-AC66U_3.0.0.4_374.43_2-22E4j9527.trx
f2eb1ed2885db42b3b5d155c287a6f3293dc247f32d83a7dd225b38d32361134 RT-N66U_3.0.0.4_374.43_2-22E4j9527.trx
Yep! I would recommend Pwr+ as well. I have used one for laptop (not router yet) and they seem to be pretty solid and have a good warranty (not that I have used it) but exchange for 24 months.Don't have any personal experience, but here's a post from someone who had good luck with a pwr+
http://www.snbforums.com/threads/rt-ac66u-increased-stability-after-replacing-power-supply.26326/
Seems like it may be this one on Amazon
https://www.amazon.com/dp/B00EMO9R5E/?tag=snbforums-20
Is there any deference between that and "service restart_qos"? That's what I've been doing, so just curious if I'm missing something (again).I'll add a 'Reset' button to my todo list....in the meantime, log into the router and enter
/tmp/qos stop
/tmp/qos start
Just a little more efficient.Is there any deference between that and "service restart_qos"? That's what I've been doing, so just curious if I'm missing something (again).
link not working?Just a little more efficient.
service restart_qos removes and re-adds all the iptables rules, as well as removing and re-adding the tc classes/queues. It's the equivalent of clicking the Save button on the main QoS page as @ColinTaylor mentioned.
Using the /tmp/qos stop, /tmp/qos start just does the tc classes/queues without touching iptables.
Either way is fine.
Link to what, the firmware download? It's working for me.link not working?
r u still on 19e3 ? also what hw revision is ur ac68?Link to what, the firmware download? It's working for me.
No, I'm on 22E4 (I forgot to update my sig). My AC68U is A2.r u still on 19e3 ? also what hw revision is ur ac68?
@René BuijsPerhaps your WAN IP has changed and the site is blacklisting you. Check the WAN > Internet Connection page and make sure you don't have a cloned MAC address.
Conversely, perhaps clone the MAC address of one of your PC's, power every thing off for 30 minutes and then turn it back on (to pick up a new IP).
@john9527 Se if you or someone else have some suggestions to my problem.
I'm using your "openvpn-event" script and " vpnclient1-route-up"
I use "vpn_client1_state=2" (vpn is connected) to point to canufrank script
to get my vpnprovider endpoint ip-number.
Sending with my mailprogram. But when vpn connection changing or I hit apply on OpenVPN Client Settings, to get new ip-number all hangs.
Need some advice suggestion get get it working.
Hope I manage to explain correct.
Octopus.
@john9527 Thank you for your answere.Remember that any changes you make via 'vpnclient-route-up' when the VPN is coming up, it's also your responsibility to clean up with a 'vpnclient1-down' script as the VPN comes down. (hitting apply does a restart, stops then starts the VPN).
vpn_client1_state=`nvram get vpn_client1_state`
if [ "$vpn_client1_state" == "2" ]; then
if [ -s /jffs/configs/ip_vpn.sh ]; then
sh /jffs/configs/ip_vpn.sh
fi
fi
vpn_client1_state
0 = Not started
1 = Connecting.......
2 = Connected
The state isn't updated until all the scripts are finished. So you can't check for state=2 from vpnclient1-route-up. Just run your script from route-up.@john9527 Thank you for your answere.
This is what I use, (short version) When vpn going up it's hang with 1 "1 = Connecting......." and doesn't move on and start "ip_vpn.sh"
Hanging with code 1 is the problem.
admin@AC68P-XXXXX:/tmp/home/root# /jffs/scripts/vpnstate.sh
vpn_client1_state=2 Mon Jan 16 03:57:52 GMT 2017
vpn_client1_state=0 Mon Jan 16 03:58:22 GMT 2017
vpn_client1_state=1 Mon Jan 16 03:58:22 GMT 2017
Jan 16 03:58:29 custom script: Running /jffs/scripts/openvpn-event (args: tun11 1500 1558 10.1.xxx.xxx 10.1.xxx.xxx)
Jan 16 03:58:29 vpnclient1-route-up: start
Jan 16 03:58:33 vpnclient1-route-up: end
vpn_client1_state=2 Mon Jan 16 03:58:33 GMT 2017

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!