Search results

  1. A

    Proxmox won't start after IP change

    If your /etc/pve folder is empty, you have issues. Regarding your network issue, when you switch it back to the original configuration, does it work? Also R700s are really old.
  2. A

    proxmox Reboot while VM also reboots?

    Because they are a different products with that feature. Proxmox does not have every feature every other hypervisor has and other hypervisors do not have every feature Proxmox has.
  3. A

    proxmox Reboot while VM also reboots?

    As mentioned before, you cannot just suspend your VMs. You would have to create a snapshot.
  4. A

    Is it possible to limit a user to specific network bridges?

    You can limit users from being able to add/remove network interfaces to the physical servers and VMs, but you cannot limit what interface is available after it is added to the physical server.
  5. A

    proxmox Reboot while VM also reboots?

    As far as I know, this is not a feature supported by Proxmox. I would also like to note that if you manually suspend your VMs before shutting down, it will not resume normally. The only work-around I can think of is to create a script to snapshot, shutdown, reboot, restore.
  6. A

    Proxmox not running after upgrade to 5.0

    Side note, I had this same issue about a month ago. I believe I installed a non-pve version of a package and it caused similar issues.
  7. A

    [SOLVED] Access Proxmox via Nginx Reverse proxy

    Authentication is not affected. SSL certification works just like any other website.
  8. A

    [SOLVED] What is preventing Proxmox from being optimized to run on a USB flash drive?

    Thanks all for the input. It was helpful to hear the pros and cons of running Proxmox on a USB. I should have clarified this is for a home environment. With that being said, I am going to continue running Proxmox on a USB. If it dies, it dies. If it Proxmox runs a tad slower, meh, I am not on...
  9. A

    [SOLVED] What is preventing Proxmox from being optimized to run on a USB flash drive?

    The general consensus seems to be that reading and writing onto a USB often would wear down the flash drive quickly. However, I believe ESXi loads the hypervisor into memory on boot. What is stopping Proxmox from implementing a similar setup?
  10. A

    LXC Ubuntu Container shows no Cpu Usage in Summary view?

    If you reboot from the container's terminal, then statistics will not show. However if you use pct stop and pct start, then the statistics will remain. AFAIK, you must reboot to get the statistics working again.
  11. A

    [SOLVED] LXC Centos Container shows no memory and CPU Usage in view?

    If you reboot from the container's terminal, then statistics will not show. However if you use pct stop and pct start, then the statistics will remain.
  12. A

    Mount SCSI device in LXC container - Apparmor denied

    Try this. Do not forget to restart the container after editing the profile. lxc.aa_profile=unconfined
  13. A

    Setting up networking for ISCSI VLAN

    https://pve.proxmox.com/wiki/Network_Model https://pve.proxmox.com/wiki/Vlans
  14. A

    docker:write ... no space left on device

    You going to have to allocate more space to root which is difficult. I would instead install docker on a VM or use LXC instead.
  15. A

    NFS shared directory don't mount at boot

    Before trying to mount it at boot, check if you can see the mount and attempt to mount it manually using: showmount -e 10.10.10.10 mount 10.10.10.10:/path/to/folder /mnt/nfs Personally, I have not been able to get NFS working without adding "lxc.aa_profile: unconfined" to the container...
  16. A

    [SOLVED] Access Proxmox via Nginx Reverse proxy

    I have not tested accessing Proxmox through a reverse proxy subdirectory. Though, a subdomain should also work if that is acceptable for you. Code: server { listen 443 ssl; server_name subdomain.example.com; location / { proxy_pass https://10.10.10.5:8006...
  17. A

    Recover a disk of container

    I suggest storing your media on a different storage device than your Plex server. In regards to backing up your data, see https://pve.proxmox.com/wiki/Backup_and_Restore. In your case, backing up your media files then rebuilding your Plex server from scratch. However, troubleshooting why your...
  18. A

    Proxmox remote server management

    This still sounds like a port forwarding issue to me. Can you SSH in? As LnxBil stated, it is best to use SSH tunneling anyway. Here are generic example rules: External Port Ext. IP Address Internal Port Internal IP Address TCP/UDP: 8006 Any TCP/UDP: 8006...
  19. A

    Proxmox remote server management

    Can you ping your server using its external address? Is it the correct IP address? What is the browser error?
  20. A

    Proxmox remote server management

    Make sure you are attempting to access using HTTPS, not plain HTTP. You may have to manually enter: https://example.com:8006 Otherwise, you will get an ERR_EMPTY_RESPONSE.

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!