Search results

  1. H

    Random Proxmox Connectivity Issues (GUI+SSH) + Guest Downtime After Fix

    OMG I think you actually solved my issue! I checked arp -a and low and behold the MAC address changed as it gets unreachable! I tried tracing back that MAC but I have no idea what kind of device that is. I will investigate later, but for now executing arp -d IP will resolve the issue it seems...
  2. H

    Random Proxmox Connectivity Issues (GUI+SSH) + Guest Downtime After Fix

    Sadly I dont know what iDrac is and it seems to me that this is some Dell specific thing? I just have a normal MSI consumer mainboard and I guess they don't have a similar software. Either way my problem is still not resolved. Can I somehow check if something else is using the NIC? Btw ping...
  3. H

    Random Proxmox Connectivity Issues (GUI+SSH) + Guest Downtime After Fix

    Lol we seem to have a very similar setup indeed. I also have a Pfsense with 2 interfaces, also vmbr1 LAN and vmbr0 WAN. I actually never tried a ping (as I thought the whole pve UI/SSH connectivity is down). Will report results when I am back.
  4. H

    Random Proxmox Connectivity Issues (GUI+SSH) + Guest Downtime After Fix

    I have this problem too since updating. And yeah the guests work fine without any problem. My "fix" atm is to blindly type "systemctl restart networking" on an attached keyboard (blindly login first) when I want to use the UI or SSH and with that fix it works again for a few minutes (tho the...
  5. H

    Random Proxmox Connectivity Issues (GUI+SSH) + Guest Downtime After Fix

    Here is my interface config /etc/network/interfaces: auto lo iface lo inet loopback iface enp5s0 inet manual #iface enp0s25 inet manual #iface enp8s0 inet manual auto vmbr0 iface vmbr0 inet static address 192.168.178.21/24 gateway 192.168.178.1 bridge-ports enp5s0...
  6. H

    UI inaccessible after a seemingly random amount of time

    Yeah mine is also a root crontab but it just doesn't work. Interestingly connections from pve to outside work just fine (Grafana monitoring continuously gets new data), it's just that I cant access it from outside. It would be nice it anyone from the dev team would have a look at this.
  7. H

    UI inaccessible after a seemingly random amount of time

    Update: It doesn' t work */5 * * * * /usr/sbin/ip link set enp5s0 down && /usr/sbin/ip link set enp5s0 up Still was offline at 4 in the morning. Only fix was typing systemctl restart networking using an attached keyboard.
  8. H

    UI inaccessible after a seemingly random amount of time

    So you deleted the ping part of the cronjob? I tried this now and hope that it works. But I also would like to know what causes this.
  9. H

    UI inaccessible after a seemingly random amount of time

    Lol I have exactly the same issue. Does the cronjob ping "fix" the problem for you?
  10. H

    Random Proxmox Connectivity Issues (GUI+SSH) + Guest Downtime After Fix

    Hi everyone, I’m facing a strange and frustrating issue with my Proxmox setup and could really use some help. Here’s the situation: • Randomly, Proxmox becomes unreachable via web GUI or SSH, but all the guests are still running and reachable without any issues. • When this...
  11. H

    Proxmox can't add internet SMB storage

    Hi, thanks for the response! Internet works fine... root@pve /home/Username # ping www.google.com PING www.google.com (142.250.185.100) 56(84) bytes of data. 64 bytes from fra16s49-in-f4.1e100.net (142.250.185.100): icmp_seq=1 ttl=119 time=3.28 ms 64 bytes from fra16s49-in-f4.1e100.net...
  12. H

    Proxmox can't add internet SMB storage

    Hello Guys, I have Proxmox 7.1 installed, but I can't add any of my SMB storage. The storage in this case is provided by the hosting provider over the internet, and I have the feeling that Proxmox won't look up WAN addresses? I have tried adding a NFS and another SMB storage before, (definitely...
  13. H

    DirtyPipe (CVE-2022-0847) fix for Proxmox VE

    Hey, is there also a fix for Proxmox 6.4 (Kernel 5.4.128-1-pve) planned?