Hi, I'm running PVE 6.0-4 on a single PC. After some failed configurations (just tried wlan and a usb2ethernet ) on /etc/network/interfaces, I revert back it to original state (using a backup file) as below.
Only found on the web gui that anything on the "Network" section of the node show nothing (absolutely no items shown). Thus I was prevented from creating any container or vm since the Bridge dropdown menu of Network part has nothing to select. The containers and VM previously created on vmbr0 still works and could connect to Internet.
I tried restart the network and event reboot the node, with no veil.
Thanks in advance if anyone can give any guidance.
Code:
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.50.2
netmask 255.255.255.0
gateway 192.168.50.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
Only found on the web gui that anything on the "Network" section of the node show nothing (absolutely no items shown). Thus I was prevented from creating any container or vm since the Bridge dropdown menu of Network part has nothing to select. The containers and VM previously created on vmbr0 still works and could connect to Internet.
I tried restart the network and event reboot the node, with no veil.
Thanks in advance if anyone can give any guidance.