I installed Wireguard but can't access my NAS

Currently reading
I installed Wireguard but can't access my NAS

4
0
NAS
ds213
Operating system
  1. Windows
It works fine, but I can't see my NAS. Synology Assistant doesn't find it either.
 
What is your config with the keys redacted?
Thank you for your reply.
Here is the content of a .conf file:

[Interface]
PrivateKey = =
Address = 10.65.193.3/32, fc00:bbbb:bbbb:bb01::2:c102/128
DNS = 100.64.0.31

[Peer]
PublicKey = =
AllowedIPs = 0.0.0.0/0, ::/0
Endpoint = 198.54.133.162:51820

Do you need a log?
I have no idea how to change the config.
 
There's your problem..
AllowedIPs = 0.0.0.0/0, ::/0
Means you're blocking all other traffic.
AllowedIPs = 0.0.0.0/1, 192.168.0.0/1
(depending on your home network) or if that doesn't work
AllowedIPs = 0.0.0.0/1, 128.0.0.0/1

If you're using the official Wireguard program:
Open the interface.
Click on the tunnel you want to edit.
Click edit.

If not, what are you using?
 
Thank you! That worked.
Yes, using the Wireguard program.

Again, thanks for the help...
 
Good to know we got you sorted. :)
Took me a while to work it out myself.
You can also edit the conf file before you import it into wireguard (I've got it saved ready in case I need to reinstall my computer)
 
Good idea! I made a backup of the file. I got into this problem after having to reinstall.:mad:
One less thing to do next time.
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Similar threads

Tried your code and have build the image. However the 7.2 for Braswell is still reporting a failed build...
Replies
7
Views
1,954
I didn’t watch all the setup video but the gist of what is happening is a Docker container is used to...
Replies
11
Views
4,860
OK at last, worked it out, you have to install Synology app on PC first then add name amd password then...
Replies
12
Views
491
There are three MASQUERADE rules* but I cannot see how they relate to the don't NAT name, or anything else...
Replies
45
Views
1,620
  • Question
Good point. I assumed it was 24 due to lack of details, but again, good point.
Replies
3
Views
598

Welcome to SynoForum.com!

SynoForum.com is an unofficial Synology forum for NAS owners and enthusiasts.

Registration is free, easy and fast!

Back
Top