Hi Everyone, hope everyone can solve my problem, dont what the problem .
Im add bridge vmbr0 using cli at the file "/etc/network/interfaces.new" like this -->
After that, it display on the gui interfaces network vmbr0 . on proxmox same it change interface.
But my problem is not detect on the any node . like this and what the problem and How to solve this ? Please :'(
Im add bridge vmbr0 using cli at the file "/etc/network/interfaces.new" like this -->
auto lo
iface lo inet loopback
iface ens4 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.3
netmask 255.255.255.0
gateway 192.168.0.1
bridge_ports ens4
bridge_stp off
bridge_fd 0
After that, it display on the gui interfaces network vmbr0 . on proxmox same it change interface.
But my problem is not detect on the any node . like this and what the problem and How to solve this ? Please :'(