• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Recent content by ZebMcKayhan

  1. Z

    WireGuard connected but not routing traffic

    Based on the information you provided I cannot help you, sorry. There is nothing to be found in the pictures you rprovided which means the problem must be elsewere.
  2. Z

    WireGuard connected but not routing traffic

    Could you post a picture of your vpn-director rule as it is when it is not working?
  3. Z

    WireGuard connected but not routing traffic

    For Wireguard you need to put in rules in vpndirector for which Local IP (lan ip) that should use the Wireguard interface. You could put in a single ip, like LocalIP=192.168.50.120 or you could put your entire lan there like LocalIP=192.168.50.0/24. Assuming you are using subnet 192.168.50.x for...
  4. Z

    Wireguard Wireguard_Server_Stops_Working

    Sure: cru a RestartWgs "05 00 * * * service 'restart_wgs 1'" Would execute every day at 5min passed midnight.
  5. Z

    Wireguard Wireguard_Server_Stops_Working

    If you decide to use the sleep 300 variant it could be a good idea to make the command itself non blocking. If for example you use post-mount where Entware gets initiated if things ever gets in the wrong order Entware would need to wait the 300sek for initiation which may break things. Running...
  6. Z

    Wireguard Wireguard_Server_Stops_Working

    cron itself are based on system time so to use cron for such thing would mean snatch system time, divide hours, minutes, seconds. Add 5 to minutes and watch for overflow and create the job. But it would be quite simple to make something like if your reboot always happens at say Sunday morning...
  7. Z

    Wireguard Wireguard_Server_Stops_Working

    Guess you could make a cron job to restart Wireguard server say 30min after your reboot timer. Why would a switch in scMerlin be better than the button already in the gui? Anyhow, as you are getting used to ssh, the command service "restart_wgs 1" Should do the trick. There are phone apps...
  8. Z

    Wireguard Wireguard Server - Backup/Restore/Migrate

    Thanks! I can confirm its working, finding the varlist in the scriptdirectory on the first run now.
  9. Z

    Wireguard Wireguard Server - Backup/Restore/Migrate

    Updated the instructions to help the user set the valist path correct if the script does not find it.
  10. Z

    Wireguard Wireguard Server - Backup/Restore/Migrate

    Thanks! Instead of changing the script itself to copy the varlist file to where the config tells it should be (as wrongly set during initial run), a quick fix would be to point the script config path correct manually: press enter to get passed the warning and get into the script. Use option...
  11. Z

    Wireguard Wireguard Server - Backup/Restore/Migrate

    I think I understand why this error appears now. When the script starts for the first time it looks for the VARLIST file in the directory you currently are, not in the script directory. It then creates the config file to remember its setting. So for all future times it starts it will continue to...
  12. Z

    Wireguard Wireguard Server - Backup/Restore/Migrate

    Thank you for testing! Did you use this on your RT-AX86U factory reset fw 388.6_2? Does everything looks updated in the gui immediately or did you have to click around for everything to get populated? Can you generate existing client configs and they are the same as they have been...
  13. Z

    NordVPN Wireguard Config Issues - AsusMerlin 3006.102.5

    Great news! It's for the few apps on the router that are bound to lan ip and should not be using the policy route table, like the gui for example. If you are using the killswitch and your vpn goes down you may not be able to access the gui anymore which is not great. Just add another rule under...
  14. Z

    Hey everyone, I have an ASUS AC88U. Is there any possibility it will be able to use WireGuard?

    Unfortunately this router does not have the required kernel version. There will never be an easy to use gui version I'm afraid. if you are up for it you may look into running Wireguard-go perhaps...
  15. Z

    ListenPort for ASUSWRT-Merlin WireGuard -Clients-?

    I think the most straight forward way is to use a server peer and manually adjust the keys and add an endpoint to the peer, like this: https://www.snbforums.com/threads/wireguard-server-tweaks.85758/post-852124 going the other way, using a client and add the listen-port is more complicated...
Back
Top