This commit is contained in:
2025-04-04 10:57:26 +02:00
parent e1d3a98fd2
commit 7becbea415
28 changed files with 1760 additions and 79 deletions

View File

@@ -0,0 +1,17 @@
## Interfaces
- Port1: V50_MGMT: 192.168.50.254/24
- Port2: WAN: PPPoE or Static
## VLANs
| Name | Net |
| ----------------- | ----------------- |
| V10_SERVER | 192.168.10.254/24 |
| V20_CLIENT | 192.168.20.254/24 |
| V30_WLAN_INTERNAL | 192.168.30.254/24 |
| V40_WLAN_GUEST | 192.168.40.254/24 |
| V50_MGMT | 192.168.50.254/24 |
| V60_PRINT | 192.168.60.254/24 |
| V60_PHONE | 192.168.70.254/24 |

View File

@@ -0,0 +1,4 @@
- mounting rack screws
- label tool
- screw driver

View File

@@ -0,0 +1,19 @@
## Configure SSH
1. Sophos SG Web-UI anmelden
2. Management -> System Settings -> Shell Access:
1. Setze Passwort fuer den `root` und `loginuser`
2. Fuege das von dir Netzwerk zu "Erlaubten Netzwerken" hinzu
3. Erlaube Passwort Authentifizierung
3. Oeffne Putty oder ein Terminal (PowerShell neuer als 2019) und melde dich als `loginuser` an, mit dem zuvor gesetzten Passwort
1. PowerShell: `ssh loginuser@<lan-gw-ip>`
4. Melde dich als `root`-user an, mit dem Befehl `sudo su` und durch Nutzung des `root` Passworts
## Extract pppoe data
1. Extrahiere Internetzugangsdaten
```bash
# cat /var/sec/chroot-pppoe/etc/ppp/chap-secrets
"<symbole-und-zahlen>@<provider>" * "Passwort" *
```