What's new

Creating a VPN network using VPS and RT-AX68U

  • 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!

Now my VPS looks like this:
 

Attachments

  • screen2.png
    screen2.png
    51.1 KB · Views: 12
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.
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

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