diff options
Diffstat (limited to 'hosts/tammi')
| -rw-r--r-- | hosts/tammi/90-wg-relesoft.netdev | 15 | ||||
| -rw-r--r-- | hosts/tammi/90-wg-relesoft.network | 23 |
2 files changed, 38 insertions, 0 deletions
diff --git a/hosts/tammi/90-wg-relesoft.netdev b/hosts/tammi/90-wg-relesoft.netdev new file mode 100644 index 0000000..9ef2e1e --- /dev/null +++ b/hosts/tammi/90-wg-relesoft.netdev @@ -0,0 +1,15 @@ +[NetDev] +Name=wg-relesoft +Kind=wireguard +Description=WireGuard tunnel to relesoft.io + +[WireGuard] +PrivateKey=KG00ekUKe0NFxuP3ndV0EZUtKX4wR8iyU+0rufZGuFA= + +[WireGuardPeer] +PublicKey=B5QK7rl8sAXPu2upKhondWSt49qMOqTG/hDjwqY3cDs= +Endpoint=65.21.238.221:51194 +AllowedIPs=10.200.200.0/24 +AllowedIPs=fdc9:281f:04d7:9ee9::/64 +AllowedIPs=2a01:4f9:6a:4e26::/64 +PersistentKeepalive=25 diff --git a/hosts/tammi/90-wg-relesoft.network b/hosts/tammi/90-wg-relesoft.network new file mode 100644 index 0000000..5ba120b --- /dev/null +++ b/hosts/tammi/90-wg-relesoft.network @@ -0,0 +1,23 @@ +[Match] +Name=wg-relesoft + +[Link] +MTUBytes=1420 + +[Network] +Address=10.200.200.13/24 +Address=fdc9:281f:04d7:9ee9::13/128 +Address=2a01:4f9:6a:4e26::13/128 +IPv4Forwarding=yes +IPv6Forwarding=yes +IPv6AcceptRA=no +LinkLocalAddressing=no + +[Route] +Destination=10.200.200.0/24 + +[Route] +Destination=fdc9:281f:04d7:9ee9::/64 + +[Route] +Destination=2a01:4f9:6a:4e26::/64 |
