Hello
Proxmox newbie here I just installed a fresh bare metal PvE on a Lenovo m710q tiny.
Network settings:
- gateway: 192.168.1.1
- DHCP range: 192.168.1.100-200
- PvE IP range: 192.168.1.32-63
PvE becomes unreachable every five minutes if I don't interact (webui, ssh...) and I have to ping it to wake it up: usually the first ping gets a time out and after only I get a ping and everything works fine for a while
Physical eth slots look fine (orange led, blinking...), I changed the eth wire, when the server is awake everything seems to work just fine.
As it looks like a sleep issue I fully disabled systemctl sleep using
Proxmox newbie here I just installed a fresh bare metal PvE on a Lenovo m710q tiny.
Network settings:
- gateway: 192.168.1.1
- DHCP range: 192.168.1.100-200
- PvE IP range: 192.168.1.32-63
PvE becomes unreachable every five minutes if I don't interact (webui, ssh...) and I have to ping it to wake it up: usually the first ping gets a time out and after only I get a ping and everything works fine for a while
Physical eth slots look fine (orange led, blinking...), I changed the eth wire, when the server is awake everything seems to work just fine.
As it looks like a sleep issue I fully disabled systemctl sleep using
systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
but to no avail.