Hi everyone,
I did the upgrade from 6.4 to 7 yesterday, and now I'm experciencing some very weird issues, particularely when the network is used a lot.
When the problem happen, sometimes my router gets completely crazy, no device can reach each other anymore over LAN.
The machines cannot access the internet anymore, and I can can't even ping Proxmox.
In some other cases, only Proxmox become unreachable.
I didn't change anything except for the interface mac addresses, i added them to the /etc/network/interfaces file.
I'm in a homelab configuration, the bridge is connected to the main network, with an ISP router.
Here is the content of my file:
I did the upgrade from 6.4 to 7 yesterday, and now I'm experciencing some very weird issues, particularely when the network is used a lot.
When the problem happen, sometimes my router gets completely crazy, no device can reach each other anymore over LAN.
The machines cannot access the internet anymore, and I can can't even ping Proxmox.
In some other cases, only Proxmox become unreachable.
I didn't change anything except for the interface mac addresses, i added them to the /etc/network/interfaces file.
I'm in a homelab configuration, the bridge is connected to the main network, with an ISP router.
Here is the content of my file:
Code:
auto lo
iface lo inet loopback
auto enp8s0
iface enp8s0 inet manual
mtu 1500
auto eno2
iface eno2 inet manual
mtu 9000
iface enp66s0 inet manual
iface enp66s0d1 inet manual
#VMBR0 is the main bridge, 192.168.1. 1 is my ISP router
auto vmbr0
iface vmbr0 inet static
address 192.168.1.99/24
hwaddress 00:d8:61:31:17:cb
gateway 192.168.1.1
bridge-ports enp8s0
bridge-stp off
bridge-fd 0
mtu 1500
auto vmbr1
iface vmbr1 inet static
address 192.168.2.1/25
hwaddress 50:3e:aa:11:bb:03
bridge-ports eno2
bridge-stp off
bridge-fd 0
mtu 9000