I'm relative new to PROXMOX, but have lot of knolledge to ESXi and Linux SUSE and Debian.
After successfull installing Linux Mint and Windows Server 2019 and a simple Debian 11 without GUI i tried to migrate a simple Debian 12 to PROXMOX. So far so fine, but I can not get a IP to that server.
Did read quite a lot of articles, and a lot of different /etc/network/interfaces versions but now success
Current version is
I got the ens18 from the other fine working VMs
Need som help
Thanks
Rainer
After successfull installing Linux Mint and Windows Server 2019 and a simple Debian 11 without GUI i tried to migrate a simple Debian 12 to PROXMOX. So far so fine, but I can not get a IP to that server.
Did read quite a lot of articles, and a lot of different /etc/network/interfaces versions but now success
Current version is
Code:
auto lo
iface lo inet loopback
auto ens18
iface ens18 inet manual
auto vmbr0
iface ens18 inet static
address 172.16.1.99/24
gateway 172.16.1.254
bridge-ports ens18
bridge-stp off
bridge-fd 0
I got the ens18 from the other fine working VMs
Need som help
Thanks
Rainer