News about our company, tutorials about IT and much more you will find in this page.
Detecting the name of the network device
Open the network file
Replace all with
auto lo iface lo inet loopback iface eth0 inet manual auto vmbr0 iface vmbr0 inet static address 192.168.10.2 netmask 255.255.255.0 gateway 192.168.10.1 bridge_ports eth0 bridge_stp off bridge_fd 0
ATTN: eth0 is the natwork name that was detected on the first command
Reboot the network
auto ens18 iface ens18 inet static address 192.168.10.2 netmask 255.255.255.0 gateway 192.168.10.1 dns-nameservers 8.8.8.8