Just upgraded to 384.15 on my RT-AC68U. I really like the SkyNet integration.
Has the services-start script been deprecated?
I have a "cru" command in this script to schedule a log cleaning script to run. However, services-start doesn't seem to have been triggered after a reboot because my scheduled script didn't show up with cru l.
I'm no longer using Android, but I had Tasker set to auto enable VPN when my home wifi (SSID) disconnected and disable VPN when home wifi connects.Been playing around with OpenVPN. Seems to work great. Currently using OpenVPN for Android (beta) with OpenVPN 3 Core active. Have removed fallbacks to 128bit encryptions. Works fine it seems.
But if I have forgotten it on and return home the VPN fails when WiFi connects... I can't seem to find a good solution to either make sure it automatically does not use VPN when connected to home WiFi or make the VPN stop shutting down internet access.
Anyone messing around with these things and have a solution? Tasker?
According to the change logs, the only difference between beta1 and the release is the following:
- CHANGED: Improved connection handling in httpd (themiron)
Is that correct?
merlin@ubuntu-dev:~/amng$ git log --oneline 384.15-beta1-mainline..384.15-mainline
da0c8cde1f (tag: 384.15-mainline, origin/mainline, mainline) Merge branch 'master' into mainline
c7e4e10487 (HEAD -> master, tag: 384.15, origin/master, origin/HEAD) Bumped revision to 384.15 final
fc7ed1e30a Updated documentation
8139e12a9e Merge pull request #419 from decoderman/master
608d51be9d Add files via upload
7c45041aaf httpd: fix malformed 200 OK status
01cd2be5e3 httpd: improve connection acceptance and handling
Did that. I don't see any mention of services-start. I see a note about wan-start but I'm referring to a different script.Read the changelog on the first page.
Thanks. Also found this for the app I'm usingI'm no longer using Android, but I had Tasker set to auto enable VPN when my home wifi (SSID) disconnected and disable VPN when home wifi connects.
edit - still had the link
https://collinmbarrett.com/android-tasker-openvpn/
Did that. I don't see any mention of services-start. I see a note about wan-start but I'm referring to a different script.
Hi L&LD,
I had a question regarding the scripts update. You mentioned that you updated all the scripts using @Jack_Yaz scripts. Doesn't all the scripts suppose to gets update when flashing the latest 384.15 version? Do i really need to update all these scripts in my router? How do i update all these scripts if i need to as i can't find the instructions?
Thanks
Paraphrasing here, but wan-start is the supported way forward, while services-start will be depreciated in the next one or two releases.
Please use the search for specific changes as applied to your setup.
#!/bin/sh
cru a camerablock "*/3 * * * * /jffs/scripts/CameraBlock.sh"
[ -x /jffs/dnscrypt/manager ] && /jffs/dnscrypt/manager init-start
I have been running 384.15_beta1 and now 384.15 on RT86U for a week now without any drops or issues. OpenVPN client DoT, DNSSEC and even chromecast - all work fine.
The changelog has more info:Hey, I appreciate your help but the Wiki refers to wan-start as being deprecated not services-start.
New wan-event script, which will replace the (deprecated) wan-start script. This script will obtain the WAN unit as first parameter (0 for first, 1 for second), and the event type as the second parameter. Current event types are: init, connecting, connected, disconnected, stopped, disabled and stopping. Event type "connected" will match the former wan-start script event. Wan-start will be removed in a future release.
One again, I'm not referring to the wan-related scripts. I'm referring to the services-start script which is related to all services, not just wan-related functions.The changelog has more info:
https://www.asuswrt-merlin.net/changelog-382
This from post #1 of this thread should explain.
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!