I know, I did something stupid: I installed webmin via script without selecting a container but on the proxmox partition. Prosxmox starts but does not connect to the network. I have to force ip and activation of eno1 to connect it to the network but I have problems with vmbr0
/etc/network/interfaces
Read more
Code:
ip addr add 192.168.1.240/24 dev eno1
ip link set eno1 up
ip route add default via 192.168.1.1
/etc/network/interfaces
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface vmbr0 inet static...
Read more