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:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!