Proxmox 7.0 PVE gets to internet, VM's not seeing bridge

fastinctv

Renowned Member
Nov 27, 2015
1
0
66
I cannot seem to get to PVE host from vm, from VM no dhcp,gateway,bridge.
I have a newly installed PVE 7.0-8, I have no problem accessing the internet, or accessing the host from outside my network (in and out works).
My problem is that my VM's cannot access the local or internet. Is there way to make sure my bridge is working properly. why is my bridge mac address different from my physical mac address.


root@pve:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP group default qlen 1000
link/ether 74:86:7a:d9:e0:44 brd ff:ff:ff:ff:ff:ff
altname enp1s0f0
3: eno2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 74:86:7a:d9:e0:45 brd ff:ff:ff:ff:ff:ff
altname enp1s0f1
4: eno3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 74:86:7a:d9:e0:46 brd ff:ff:ff:ff:ff:ff
altname enp2s0f0
5: eno4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 74:86:7a:d9:e0:47 brd ff:ff:ff:ff:ff:ff
altname enp2s0f1
6: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether c2:ac:a1:97:e5:ca brd ff:ff:ff:ff:ff:ff
inet 192.120.130.29/24 scope global vmbr0
valid_lft forever preferred_lft forever
inet6 fe80::c0ac:a1ff:fe97:e5ca/64 scope link
valid_lft forever preferred_lft forever
7: tap1000i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UNKNOWN group default qlen 1000
link/ether 36:5b:0f:63:6c:13 brd ff:ff:ff:ff:ff:ff
8: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UNKNOWN group default qlen 1000
link/ether 9e:96:df:cf:89:4e brd ff:ff:ff:ff:ff:ff

auto lo
iface lo inet loopback

iface eno1 inet manual

iface eno2 inet manual

iface eno3 inet manual

iface eno4 inet manual

auto vmbr0
iface vmbr0 inet static
address 192.120.130.29/24
gateway 192.120.130.1
bridge-ports eno1
bridge-stp off
bridge-fd 0

Help Please
 
Please provide the network config from one of your two guests.
Also include the output of ip r for both the host and the guest and the VM config qm config <VMID>.
 

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!