did it.
not working.
Output:
Nickolau@RT-AC86U-7210:/tmp/home/root# /jffs/addons/wireguard/wg-tool.sh restart brsao show
[#] ip -4 rule delete table 51820
[#] ip rule delete table main suppress_prefixlength 0
[#] ip link del dev brsao
Wireguard interface brsao successfully deleted
Deleting...
Scripts are allowed through admin page.
Nickolau@RT-AC86U-7210:/jffs/scripts# nano firewall-start
Nickolau@RT-AC86U-7210:/jffs/scripts# ./firewall-start
Script called to add firewall rules for all wireguard instances
Deleting firewall rules
Adding firewall rules...
Did it, still the same.
And also ran some tests. I commented each file and rebooted. No luck.
#!/bin/sh
/jffs/addons/wireguard/wg-tool.sh firewall
GNU nano 5.7 nat-start
#!/bin/sh...
Thanks for the help guys! Appreciate it!
So what I have done:
cd /jffs/scripts/
Edited the firewall-start and added#!/bin/sh
/jffs/addon/wireguard/wg-tool.sh firewall show
added with 'nano' the file nat-start with#!/bin/sh
/jffs.../wg-tool.sh nat show
added with 'nano' the file services-start...
Did I do it right?
Well, after running :
./wg-tool.sh start br-sao
I've gotten the:
Wireguard interface br-sao successfully added
Adding firewall rules
Adding NAT Rules
And it works!
Do I need to do something to come back after rebooting?
As I said, @Jeffrey Young, trying to run your tool and got stuck. Newbie here! I will try to explain my steps from where I was:
ssh to the router
uninstalled Wg manager (remove interfaces and got it uninstalled)
Created /jffs/addon/wireguard folder
ran the installation code "curl --retry 3...
the only thing I added was through SSH the config file that has this data (Private Key, Address, DNS....) at the specific folder. The client was recognized at the Wireguard Manager and I started it. I noticed it was working because I had OPENVPN cofigured and it showed *error connecting* but I...