vault backup: 2024-05-15 19:12:54
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
# 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/ |
|
||||
|
||||
---
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user