-
My setup is as fallows:
```
#wg.conf
[Interface]
PrivateKey = XXXXXXXXX
Address = 192.168.100.3/32
DNS = 192.168.100.1
[Peer]
PublicKey = XXXXXXXXXX
AllowedIPs = 0.0.0.0/0, ::/0
Endpoint =…
-
This might require host networking mode (but I think that is still better than a local install)
# Implementation idea
1. base debian image with `apt install wireguard` or something like: https://…
-
You have the install script:
**install-wireguard.bash**
would be beneficial to have an equivalent for "uninstall" that would
clean-up (reverse) and changed made.
-
Normally on the client side config you can specify multiple networks with a comma in between....
i.e. AllowedIPs = 10.1.2.3/24, 192.168.1.2/24
I have attempted the same with AllowedIPs and it d…
-
### Describe the bug
Iam unable to upgrade from `weejewel/wg-easy:7`.
Now i tried to upgrade to `ghcr.io/wg-easy/wg-easy:14`, but my clients cannot connect to the internet. The handshake is succes…
-
TLDR: we'd love to request for feasibility of adding DADI blobs as part of the original OCIV1 image
Use cases:
1. Easier management of a single image for both accelerated and original
2. More tra…
-
Absolutely amazing project btw; finally something to help with
automating the magic of the linux networking stack with `wireguard`
:boom:
I'm starting this issue as both source of discussion arou…
-
This test failed on a CI run on **https://github.com/oxidecomputer/omicron/commit/5198b40290614352be19a4326a482eb1b0213c1e** (pre-PR):
https://github.com/oxidecomputer/omicron/runs/31089252234
Log…
-
Hi,
I have have WG server running on a local NUC machine that's always on. The computer has a local IP of 192.168.2.100
I set the WG server to dish out IPs in the subnet of 192.168.100.0/24
Onc…
-
I try to add new clients but it didn't work, until i reinstall it. Because i don't know how to restart it or reload the
config file.
The same thing i noticed in linux, when i modify something in…