# Networking

# Hosts

| Device Name | IP Address | MAC Address (WOL) |
| :--- | :--- | :--- |
| **Kompus** | `192.168.10.31` | — |
| **Thinkus** | `192.168.10.32` | — |
| **Centrus** | `192.168.10.33` | — |
| **Pixel** | `192.168.10.34` | — |
| **RPi doma** | `192.168.10.35` | — |
| **RPi praha** | `192.168.10.36` | — |
| **Server 105** | `192.168.111.21` | — |
| **Backup pi** | `192.168.111.28` | — |
| **ThinkCentre sál B** | `192.168.131.57` | `98:fa:9b:82:74:40` |
| **ThinkCentre recepce** | `192.168.121.52` | `8c:16:45:d5:ef:e7` |
| **DreamBuild** | `192.168.111.58` | `e8:9c:25:e0:88:5f` |

## Port-Forwarding
```shell
sudo ssh -L [LOCAL_IP:]LOCAL_PORT:DESTINATION:DESTINATION_PORT [USER@]SSH_SERVER
```