20250404
This commit is contained in:
17
projects/sbx/firewall-std/std-network.md
Normal file
17
projects/sbx/firewall-std/std-network.md
Normal 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 |
|
||||
|
||||
4
projects/sbx/firewall-std/std-tools.md
Normal file
4
projects/sbx/firewall-std/std-tools.md
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
- mounting rack screws
|
||||
- label tool
|
||||
- screw driver
|
||||
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