Hi everyone,
I've just set up my first Proxmox configuration with one Ubuntu VM.
Unfortunately, the networking on the VM is not working.
I've looked at the solutions in several posts for similar issues but some I just don't understand and most haven't solved my problem so I was hoping to get some advice on here.
This is my /etc/network/interfaces file:
Ideally I would like my VM to connect via DHCP to my router.
Thanks for any help!
I've just set up my first Proxmox configuration with one Ubuntu VM.
Unfortunately, the networking on the VM is not working.
I've looked at the solutions in several posts for similar issues but some I just don't understand and most haven't solved my problem so I was hoping to get some advice on here.
This is my /etc/network/interfaces file:
Code:
auto ens1
iface ens1 inet static
address 192.168.1.230
netmask 255.255.255.0
gateway 192.168.1.254
auto vmbr0
iface vmbr0 inet dhcp
# address 192.168.1.231
# netmask 255.255.255.0
# gateway 192.168.1.254
bridge-ports ens1
bridge-stp off
bridge-fd 0
Ideally I would like my VM to connect via DHCP to my router.
Thanks for any help!