What's new

Creating a VPN network using VPS and RT-AX68U

Now my VPS looks like this:
 

Attachments

  • screen2.png
    screen2.png
    51.1 KB · Views: 36
I get this error:

If you run VPN - WireGuard Client before this, there is no error
It needs to be executed when wgc1 are running for it to work. Infact it needs to be executed every time wgc1 start or restarts.
To be able to do this, we use the hook-file in the router fw:
Code:
nano /jffs/scripts/wgclient-start

Put command there:
Code:
#!/bin/sh
wg set wgc1 listen-port 51819
Save and exit

Make it executable:
Code:
chmod +x /jffs/scripts/wgclient-start

now everything should be set for automatically applied everything for all events.
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top