Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnnybee/gluon-mesh-vpn-wireguard
Paket um Wireguard in den Hoods für FF KBU zu nutzen
https://github.com/johnnybee/gluon-mesh-vpn-wireguard
Last synced: 3 months ago
JSON representation
Paket um Wireguard in den Hoods für FF KBU zu nutzen
- Host: GitHub
- URL: https://github.com/johnnybee/gluon-mesh-vpn-wireguard
- Owner: johnnybee
- Created: 2018-07-06T12:26:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-05T15:03:18.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T12:50:02.137Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 61.5 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - johnnybee/gluon-mesh-vpn-wireguard - Paket um Wireguard in den Hoods für FF KBU zu nutzen (others)
README
# gluon-mesh-vpn-wireguard-kbu
You can use this package for connecting with wireguard to the freifunk hood BonnV2 and UmgebungV2.
You should use something like the following in the site.conf:
```
mesh_vpn = {
mtu = 1420,
wireguard = {
enabled = 'true',
iface = 'mesh-vpn',
iprange = '10.3', --must be a /16!!
limit = '1', -- actually unused
gretapip = '10.3.0.2',
peers = {
{
publickey ='0AMlflcG6n+MiVip4085DgFEQI7B6e/QUbWlpUnm5xU=',
endpoint ='bonn1.kbu.freifunk.net:10020',
},
{
publickey ='MwgDvHjM9GuBCeySqbcbhu2hrYaB5hkMA35OZKz0inM=',
endpoint ='bonn2.kbu.freifunk.net:10020',
},
{
publickey ='qUc5N5GH5b4e/Io8WiL2O3rcK7toDSDbUMUE8GHtBCg=',
endpoint ='bonn3.kbu.freifunk.net:10020',
},},
},
```**The `gretatpip` is the one of the server(s)!**
And you should include the package in the site.mk of course!