No internet connection/bridge options for VM

Hi,

What is your network configuration? cat /etc/network/interfaces

auto lo
iface lo inet loopback

iface eno1 inet manual

auto enp37s0
iface enp37s0inet static
address 192.168.1.107
netmask 255.255.255.0
gateway 192.168.1.1
bridge-prots eno1
bridge-stp off
bridge-fd 0

Have you create a bridge ?

Regards
What do you mean doesn't it created at the start with the install?
 
Sorry, I've not been clear enough
In the Proxmox Admin Panel, when you click on the left column on the name of your server, then you click System then Network
In the table, is there a line category showind a bridge ?
Yes there is like 3 bridge with 2 similar 1 random name
 
Hi,

Check our guide about creating a network bridge [0] and here an example:

Code:
auto lo
iface lo inet loopback

iface enp37s0 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.1.107
        netmask 255.255.255.0
        gateway 192.168.1.1
        bridge-ports enp37s0
        bridge-stp off
        bridge-fd 0

[0] https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_network_configuration
Thanks for the response I was a bit in a hurry so I just go with non-vm deployment. Will return to this later on.
 
I'm having the same issue, I have 3 bridges and they won't show up on the VM list for network devices.

1670112035881.png
 
Last edited: