- Forum
- Usenet
- LINUX.DEBIAN.USER.SPANISH
-
cliente wireguard Debian estable.
Hola
Esto es especifico, por favor NO divagar.
Necesito configurar un cliente wireguard en Debian estable, para
conectarme a un servidor wireguard en OpenBSD?
Como se hace por favor?
En OBSD es muy simple, pocos comandos como root y listo; pero en debian NO encuentro nada claro! Con el agregado que a todo le agregan sudo!
Gracias por su atencion.
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)
-
Server OpenBSD:
[Interface]
PrivateKey = aaaa=
ListenPort = 51820
# client Debian:
[Peer]
PublicKey = bbbb=
AllowedIPs = 10.0.0.2/32
-----------------------
Client Debian:
[Interface]
## VPN client private IP address ##
Address = 10.0.0.2/24
## VPN client private key ##
PrivateKey = Debian=
[Peer]
## VPN server public key ##
PublicKey = openbsd=
## VPN server public IP address and port ##
Endpoint = 104.167.242.200:51820
## Route all the traffic through the VPN tunnel ##
AllowedIPs = 0.0.0.0/0
## Key connection alive ##
PersistentKeepalive = 15
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)