Files
obsidian/HomeLab/VPS/VPN.md
T

69 lines
2.5 KiB
Markdown

# IP's
| Geräte Name | IP | Address |
| --------------- | ------------ | ------------------------------------------------ |
| VPS | 10.7.0.1/24 | |
| StandPC | 10.7.0.2/24 | |
| MatthiasHandy | 10.7.0.3/24 | |
| MatthiasSurface | 10.7.0.4/24 | |
| ProxmoxRose | 10.7.0.5/24 | https://10.7.0.5:8006/ |
| TrueNAS | 10.7.0.6/24 | https://10.7.0.6/ui/sessions/signin |
| Shinobi | 10.7.0.7/24 | http://10.7.0.7:8080/ |
| Paperless | 10.7.0.8/24 | http://10.7.0.8:8000/ |
| MeTube | 10.7.0.9/24 | http://10.7.0.9:8081/ |
| OctoprintPI | 10.7.0.10/24 | http://10.7.0.10/login |
| Jellyfin | 10.7.0.11/24 | http://10.7.0.11:8096/web/index.html#!/home.html |
| OpenMediaVault | 10.7.0.12/24 | http://10.7.0.12/#/login |
| StirlingPDF | 10.7.0.13/24 | http://10.7.0.13:8080/ |
| Proxmox | 10.7.0.14/24 | https://10.7.0.14:8006/ |
| Minecraft | 10.7.0.15/24 | |
| Dashy | 10.7.0.16/24 | http://10.7.0.16:4000/ |
| Gitea | 10.7.0.17/24 | http://10.7.0.17:3000/ |
| Readeck | 10.7.0.18/24 | http://10.7.0.18:8000/bookmarks/ |
| ntfy | 10.7.0.19/24 | |
| LAMP-Stack | 10.7.0.20/24 | |
| Headscale | 10.7.0.21/24 | |
| Vaultwarden | 10.7.0.22/24 | https://vw.lodner.dev |
---
# Wireguard
## Installieren
```
apt install wireguard
wg-quick up wg0
wg show
```
## Als Service einrichten
```
systemctl enable wg-quick@wg0.service
systemctl daemon-reload
systemctl start wg-quick@wg0
systemctl status wg-quick@wg0
```
## Als Service entfernen
```
systemctl stop wg-quick@wg0
systemctl disable wg-quick@wg0.service
rm -i /etc/systemd/system/wg-quick@wg0*
systemctl daemon-reload sudo systemctl reset-failed
```
## Resolve
```
apt install openresolv
```
DNS = 8.8.8.8, 8.8.4.4