You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keymanagement (storing in database)
- Server Private Key and Pubkey (calling "wg genkey" and "wg pubkey")
- create, change, delete
- Client Private Key and Pubkey (calling "wg genkey" and "wg pubkey")
- create, change, delete, enable,disable
Configuration auf Clients on "serverside" (in wg0.conf)
- adding section for enabled clients to wg0.conf
# Client1
[Peer]
PublicKey = ....
AllowedIPs = X.X.X.X/Y A.A.A.A/B
Generation of Configuration for "clientside"
- configfile .conf for all cases:
[Interface]
PrivateKey =
Address = 10.10.10.2/32
DNS = X.X.X.X
[Peer]
PublicKey = <pubkey of server>
AllowedIPs = X.X.XX/Y
Endpoint = X.X.X.X:#####
- Linux clients VPNs (e.g. select clienttype "Linux" or "Other" on UI)
copy generated client file to /etc/wireguard/<clientname>.conf
- Others
- show config file for copy&past
- show qr code generated with "qrencode -t ansiutf8 < <clientname>.conf"
`
The text was updated successfully, but these errors were encountered:
shake-spear
changed the title
[MODULE REQUEST]
[MODULE REQUEST] Configuration of Wireguard VPN
Mar 21, 2020
Please prefix your issue title with one of the following: [BUG], [ISSUE], [FEATURE REQUEST], [MODULE REQUEST], [OTHER].
Replace everything between stars with current version of your facileManager and module installations:
fM Version : 3.6.7
In raising this issue, I confirm the following (please check boxes, eg [X]):
It would be nice to have a module supporting "Wireguard".
ideas:
Configuration auf Server (/etc/wg0.conf)
` [Interface]
Address = X.X.X.X/Y
ListenPort = #####
Keymanagement (storing in database)
- Server Private Key and Pubkey (calling "wg genkey" and "wg pubkey")
- create, change, delete
- Client Private Key and Pubkey (calling "wg genkey" and "wg pubkey")
- create, change, delete, enable,disable
Configuration auf Clients on "serverside" (in wg0.conf)
- adding section for enabled clients to wg0.conf
# Client1
[Peer]
PublicKey = ....
AllowedIPs = X.X.X.X/Y A.A.A.A/B
Generation of Configuration for "clientside"
- configfile .conf for all cases:
[Interface]
PrivateKey =
Address = 10.10.10.2/32
DNS = X.X.X.X
`
The text was updated successfully, but these errors were encountered: