Recent content by rbhalla

  1. R

    Proxmox Network issues - WebUi unreachable, if i add static, the VM and LXC's cannot reach the internet

    Thanks. I just did systemctl disable tailscale.services and rebooted the server when i do ip a i dont see tailscale anymore so thats definitely stopped. ip route still doesnt return anything systemctl status networking.service shows this error: • networking.service - Network initialization...
  2. R

    Proxmox Network issues - WebUi unreachable, if i add static, the VM and LXC's cannot reach the internet

    Thanks Stefan for helping. I have tried disbling tailscalte service completely and restarted but the probelm still persists. i have just ran: ip addr del 192.168.1.22/24 dev vmbr0 if reload -a -d systemctl restart networking.services reboot now after the server rebooted, i have a constant ping...
  3. R

    Proxmox Network issues - WebUi unreachable, if i add static, the VM and LXC's cannot reach the internet

    Hi All, I have had proxmox running for a while without issues on a dell optiplex 7070. recently the server has started playing up. I am running version 8.4.1. My Config: auto lo iface lo inet loopback iface eno1 inet manual auto vmbr0 iface vmbr0 inet static address 192.168.1.22/24...
  4. R

    VM resetting after every 6 minutes

    Spot on. Thanks @TDavLinguist - i completely forgot that i tested this feature out recently. removed Monitor-All helper script and no more resets. Phew!
  5. R

    VM resetting after every 6 minutes

    I checked the access.log. The reset happened at 10:28:32 but i dont see any any /status/reset POST logs. i only see GET ones, which should not be the cause, right? In the Proxmox Syslog, i do see this though: May 11 10:28:32 proxmox qm[3774994]: <root@pam> starting task UPID...
  6. R

    VM resetting after every 6 minutes

    Hi @leesteken, Please see the vm config file below. The VM has Ubuntu 20.04 LTS running on it. Here is the Task history for the VM:
  7. R

    VM resetting after every 6 minutes

    Hi All, Proxmox novice here. I have been running proxmox for some time without issues. I upgraded it to Virtual Environment 7.4-3 recently. One particulat VM with ID 100 keeps resetting after every 6 minutes. IF i manually stop it, Proxmoc keeps starting it automatically as well. I am not sure...