20250404
This commit is contained in:
19
projects/sbx/manuals/Sophos-SG_PPPoE-data.md
Normal file
19
projects/sbx/manuals/Sophos-SG_PPPoE-data.md
Normal 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" *
|
||||
```
|
||||
Reference in New Issue
Block a user