Update Changelog authored by Seyfried's avatar Seyfried
## 2024-09-06
- UISetup done. Screenshots der Einrichtungs-Steps müssen noch verwurstet werden, sind aber da.
- System-VMs laufen. Problem: "öffentliches" Netz 172.18.0.0/20 kommt nicht durch die Sophos. Routing-Tabelle SysVM:
```
root@s-1-VM:~# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 172.18.0.1 0.0.0.0 UG 0 0 0 eth2
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
172.18.0.0 0.0.0.0 255.255.240.0 U 0 0 0 eth2
192.168.33.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
192.168.201.0 192.168.33.1 255.255.255.0 UG 0 0 0 eth1
192.168.201.1 192.168.33.1 255.255.255.255 UGH 0 0 0 eth1
192.168.201.209 192.168.33.1 255.255.255.255 UGH 0 0 0 eth1
```
(zu prüfen: auf welche Cloud-Bridge eth2 verbindet)
- hotfix bis zum nächsten reboot: ``` route add default gw 192.168.33.1 dev eth1 ```
## 2024-09-05 ## 2024-09-05
- UIsetup durchgeprügelt - UIsetup durchgeprügelt
- möglicherweise mehrere Denkfehler: - möglicherweise mehrere Denkfehler:
... ...
......