Sorry, first time giving a comment in github.
In client configuration you use /24 : like site to site,
sudo nano /etc/wireguard/wg0-client.conf
[Interface]
Address = 10.200.200.2/24
PrivateKey =
DNS = 10.200.200.1
[.......]
It could be better for people to know if they are going to use final clientes to use /32 instead
[Interface]
Address = 10.200.200.2/32
PrivateKey =
DNS = 10.200.200.1
[.......]
[Interface]
Address = 10.200.200.3/32
PrivateKey =
DNS = 10.200.200.1
[.......]
[Interface]
Address = 10.200.200.4/32
PrivateKey =
DNS = 10.200.200.1
[.......]
Hope this is helpfully for all.
Regards
Sorry, first time giving a comment in github.
In client configuration you use /24 : like site to site,
sudo nano /etc/wireguard/wg0-client.conf
[Interface]
Address = 10.200.200.2/24
PrivateKey =
DNS = 10.200.200.1
[.......]
It could be better for people to know if they are going to use final clientes to use /32 instead
[Interface]
Address = 10.200.200.2/32
PrivateKey =
DNS = 10.200.200.1
[.......]
[Interface]
Address = 10.200.200.3/32
PrivateKey =
DNS = 10.200.200.1
[.......]
[Interface]
Address = 10.200.200.4/32
PrivateKey =
DNS = 10.200.200.1
[.......]
Hope this is helpfully for all.
Regards