Hi, send me a file of yours modifying/deleting only the private key.
Ciao!
It is something like this (nothing fancy, just what I need and is working well across my virtual subnetwork):
Code
[Interface]
PrivateKey = xxxxxxxxxxxxxxxxxxxxxxxxxx
Address = 192.168.5.82
ListenPort = 456
[Peer]
PublicKey = zzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
Endpoint = x.x.x.x:xx
AllowedIps = 192.168.5.82/32
AllowedIPs = 192.168.5.x/32
AllowedIPs = 192.168.5.xx/32
[Other Allowed IPs...]
PersistentKeepalive = 25
Display More
I have avoided things like 0.0.0.0/24
I have something like max 8 devices to manage and this approach at the moment is manageable.
The VPN server at the moment is not a gateway to the Internet (I have IP forwarding on the server configuration, but the function is not activated).
Thank you!
