Recent content by pravinfarad

  1. P

    [SOLVED] failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm

    I have same problem and I did the same steps as suggested by mira but still issue not resolved. root@OE:/etc/pve# systemctl status pve-cluster.service ● pve-cluster.service - The Proxmox VE cluster filesystem Loaded: loaded (/lib/systemd/system/pve-cluster.service; enabled; vendor preset...
  2. P

    Proxmox VE network didnt come up after restart

    I reserved that static ip for that proxmox server only
  3. P

    Proxmox VE network didnt come up after restart

    Hi @spirit please find #dmesg log attached herewith. it is using ifupdown2
  4. P

    Proxmox VE network didnt come up after restart

    Thanks @spirit. I will try it and update you. btw one more thing I noticed about my VM that when I removed network device from hardware of that VM then VM came up. So something is not right with network device. But after I tried to add the network device , again VM didnt start so definitely...
  5. P

    Proxmox VE network didnt come up after restart

    I really dont why the port got autoshut and I need to enable it manually which is practically not possible. Secondly none of my VM are getting ON. do I need to format and reinstall everything ?
  6. P

    Proxmox VE network didnt come up after restart

    root@faradproxmox:~# cat /etc/network/interfaces # network interface settings; autogenerated # Please do NOT modify this file directly, unless you know what # you're doing. # # If you want to manage parts of the network configuration manually, # please utilize the 'source' or 'source-directory'...
  7. P

    Proxmox VE network didnt come up after restart

    I notice weird issues : 1. Whenever I restart my machine, I lose the network and I manually need to make it up using following command. >>> ip link set dev enp0s25 down && ip link set dev enp0s25 up && dhcpclient -v enp0s25 without this the network is down and I am unable to ping to the...