Replies: 2 comments 1 reply
-
I think You should access devices in Your LAN network. Remember to use IP address instead of NETBIOS name - i.e. \192.168.1.10 instead of \MY-PC. If it still not working add Your subnet to AllowedIP parameter:
By server I mean docker with adding line _-e WG_ALLOWED_IPS=192.168.1.0/24, 0.0.0.0/0, ::/0 _ in Your configuration. |
Beta Was this translation helpful? Give feedback.
-
By bashing into the container and finding the container address I was able to figure out the host address and able to ssh into that.
This shows the container had the address ssh-ing into But I don't know how stable those addresses are and I hope there is a way I can use the regular lan address instead. I just have not figured out how yet. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a server at my house running Ubuntu server 22.04.4 with the docker snap.
My goal is to be able to access all devices on my local network without them all be connected to the VPN.
My lan ip is 192.168.1.64 for the server.
My docker conf is.
I don't think this question has been asked, and thanks for your time.
Beta Was this translation helpful? Give feedback.
All reactions