Hello, it turns out that I have a Proxmox that was just installed a week ago, with a configuration that allows assigning a network with each provider (using vlans) on each machine, everything was going fantastic until last night when it started to lose ping and after restarting it, a loop appeared as I am going to show.
cat /etc/network/interfaces
Can someone tell me what's happening? It was working fine for almost a week, suddenly there is a problem.
To add more information use a Unifi Dream Machine Pro Max router. Thanks.
cat /etc/network/interfaces
Code:
auto lo
iface lo inet loopback
iface enp0s31f6 inet manual
auto provider1
iface provider1 inet static
address 192.168.1.118/24
gateway 192.168.1.1
bridge-ports enp0s31f6
bridge-stp off
bridge-fd 0
# VLAN 20
auto provider2
iface provider2 inet static
address 192.168.20.2/24
gateway 192.168.20.1
bridge-ports enp0s31f6.20
bridge-stp off
bridge-fd 0
# VLAN 30
auto provider3
iface provider3 inet static
address 192.168.30.2/24
gateway 192.168.30.1
bridge-ports enp0s31f6.30
bridge-stp off
bridge-fd 0
# VLAN 40
auto provider4
iface provider4 inet static
address 192.168.40.2/24
gateway 192.168.40.1
bridge-ports enp0s31f6.40
bridge-stp off
bridge-fd 0
# VLAN 50
auto provider5
iface provider5 inet static
address 192.168.50.2/24
gateway 192.168.50.1
bridge-ports enp0s31f6.50
bridge-stp off
bridge-fd 0
source /etc/network/interfaces.d/*
Can someone tell me what's happening? It was working fine for almost a week, suddenly there is a problem.
To add more information use a Unifi Dream Machine Pro Max router. Thanks.