Hi rob,
I heard a few months ago that mullvad is actually deprecating OpenVPN in favour of Wireguard. They will stop using OpenVPN from January 2026. It might be wise for you to focus your efforts on Wireguard.
I recently swapped from OpenVPN to Wireguard for use with mullvad. Personally, I...
Hi all,
Thank you for this. I've always been confused as to how to get dns lookups via unbound to work over my wireguard vpn server (mullvad). I've tried a few times and dns lookups stop working completely. is there any chance you can point me in right direction as to which method works? VPNMON...
@ColinTaylor , @ZebMcKayhan , @bg604 ,
Thank you so much for your input. Apologies for taking so long. Iv finally come up with something which i think works pretty well:
#!/bin/sh
# Number of ping attempts per target
ATTEMPTS=5
# Log tag for identifying messages in the ASUS GUI system log...
Hi guys,
Iv attempted to hijack this script to switch my wireguard server on if my phone IP is not detected on my LAN. Iv hit a wall with it and i am hoping someone can help me fix what i have 😅
#!/bin/sh
# Script must be bound to the Wireguard server Interface
IF=wgs$1
# Number of ping...
@bg604,
You dear sir, are a gentleperson and a scholar. Thank you so much for this script, it's going to help me create a few cron jobs which I've been wanting to create for a while.
Thanks again :)
Noob
Hello,
Thank you for this,
Unfortunately i have no skills in creating apps. I have tried to look for a WOL app which has timer functions but i cant seem to find one which is free and not full of ads.
Thanks again
Hello again everyone,
Since i have update my AX86U to the 388 branch the script has stopped working, and i can't for the life of me work out why. I flashed the 388 by doing a nuclear reboot, thank you L&LD :) . In total i have nuclear-ly rebooted the router atleast twice trying to figure this...
Hiya,
So, I use a free app called smbsync2 and iv set that up to see my NAS. There are a whole load of options in there; sync types, filters, method to determine changed files, all sorts. In that app you can set a schedule to run at certain times where you can set specific jobs in that...
Hi there,
Apologies, I was a bit vague. I have an android phone and iv lost all my data a few times on it due to.... well stupidity mostly. So, I back it up to my NAS through an app on my phone at a specific time.
My NAS needs to be switched on at this time and i need to be at home. There is...
Thank you so much!
Its finally worked.
Thank you so much for this, on second thought, it would be better using MAC instead of IP.
Thank you to all who helped / viewed this. Hopefully it will help others in the future.
:)
Hey guys,
Sorry for the late reply. What i have so far is:
cru a naswol "10 14 * * 6
AT_HOME_MACS="aa:aa:aa:aa:aa:aa"
SEND_WOL="no"
for WLAN_IF in $(nvram get wl_ifnames)
do
wl -i ${WLAN_IF} assoclist | grep -E "${AT_HOME_MACS}"
[[ $? -eq 0 ]] && SEND_WOL="yes"
done
[[...