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,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" *
```