Hello. I'm new to Proxmox and I'm trying to resolve my problems with network after editing "/etc/network/interfaces".
I edited manually "/etc/network/interfaces":
I did "ifreload -a", rebooted a server.
My first interface eno1 in vmbr0 with WEB GUI https://192.168.31.9:8006 doesn't work, Firefox says "timeout", can't ping.
This happen until I ping eno2 (vmbr1), 192.168.31.41.
After this eno1 is starting to work, WEB GUI with adress https://192.168.31.9:8006 appears.
Eno1 is working for some time, but after some time WEB GUI stops working, says "connection failure" and I must ping again eno2 to "wake up" eno1 and use WEB GUI.
And again and again.
What is happening? Some kind of sleep / hibernation of network cards?
I edited manually "/etc/network/interfaces":
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.168.31.9
gateway 192.168.31.254
bridge-ports eno1
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 192.168.31.41
gateway 192.168.31.254
bridge-ports eno2
bridge-stp off
bridge-fd 0
auto vmbr2
iface vmbr2 inet static
address 192.168.31.42
gateway 192.168.31.254
bridge-ports eno3
bridge-stp off
bridge-fd 0
auto vmbr3
iface vmbr3 inet static
address 192.168.31.43
gateway 192.168.31.254
bridge-ports eno4
bridge-stp off
bridge-fd 0
I did "ifreload -a", rebooted a server.
My first interface eno1 in vmbr0 with WEB GUI https://192.168.31.9:8006 doesn't work, Firefox says "timeout", can't ping.
This happen until I ping eno2 (vmbr1), 192.168.31.41.
After this eno1 is starting to work, WEB GUI with adress https://192.168.31.9:8006 appears.
Eno1 is working for some time, but after some time WEB GUI stops working, says "connection failure" and I must ping again eno2 to "wake up" eno1 and use WEB GUI.
And again and again.
What is happening? Some kind of sleep / hibernation of network cards?