Recent content by behnam

  1. B

    Network Ratelimit not work Correctly

    I configured the network rate limit in the Network settings of a virtual machine, but around midnight, the traffic spikes again as if the settings are being reset. I even placed a script at /etc/network/if-up.d/reapply-rate, but the issue still occurs.
  2. B

    allow noVNC consoles for Proxmox_VPS_For_WHMCS

    dcsapak Can you check this issue?
  3. B

    allow noVNC consoles for Proxmox_VPS_For_WHMCS

    I did, but now I get this message: No+query+results+for+model+[ModulesGarden\ProxmoxAddon\App\Models\User].
  4. B

    allow noVNC consoles for Proxmox_VPS_For_WHMCS

    No, I could not solve the problem...
  5. B

    allow noVNC consoles for Proxmox_VPS_For_WHMCS

    Thanks, I used proxmox module for WHMCS and I give this error in VNC: currently unable to handle this request. HTTP ERROR 501 Is this problem related to permision access?
  6. B

    allow noVNC consoles for Proxmox_VPS_For_WHMCS

    Hello I used Proxmox_VPS_For_WHMCS and I want users can use noVNC, in installation guide say this: If you wish to allow noVNC consoles, you need to configure a product using the PVE realm and set user permissions to 'PVEVMUser.' What exactly should I do? Is there a detailed training link? Thanks
  7. B

    Unknown devices (ifconfig)

    I Have Same log in /var/log/message and Server Network is down. Server6 kernel: [184657.343743] e1000e: enp0s31f6 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx May 15 03:09:41 Server6 kernel: [184657.343885] vmbr0: port 1(enp0s31f6) entered blocking state May 15 03:09:41 Server6...
  8. B

    Filesystem quotas are currently disabled in CT

    In my last reply. I attached an image and "Enable quota" is not selectable when I create a new CT, why?
  9. B

    Filesystem quotas are currently disabled in CT

    don't have any idea about this problem? I want to enable quotas for CTs
  10. B

    Filesystem quotas are currently disabled in CT

    Should CT be in the privileged mode? Isn't there a security problem? According to this guide? https://pve.proxmox.com/wiki/Linux_Container#pct_settings
  11. B

    Problem access vm from proxmox

    This problem solved when I used Centos7, this problem reason is my static ISP IP and datacenter network on Centos6!
  12. B

    Filesystem quotas are currently disabled in CT

    I add lxc.rootfs.options: usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 to: /var/lib/lxc/100/config but this line was disappear after rebooted CT. For Enable Quota: Check must CT in privileged mode aren't safe. What should I do?
  13. B

    Filesystem quotas are currently disabled in CT

    My file system: #df -Th Filesystem Type Size Used Avail Use% Mounted on /dev/mapper/pve-vm--100--disk--0 ext4 49G 21G 26G 45% / none tmpfs 492K 0 492K 0% /dev udev devtmpfs 16G 0...