Recent content by Egner

  1. E

    Proxmox 8.0 and OVS?

    I have read that many had issues with proxmox 6/7 and OVS was unstable, is it possible to use OVS with proxmox 8.0 without any issues?
  2. E

    Multiple clusters with different hardware in the same datacenter

    Hi, I have read your documentation and it says it's possible to run multiple clusters in the same datacenter: Multiple Clusters in the Same Network It is possible to create multiple clusters in the same physical or logical network. In this case, each cluster must have a unique name to avoid...
  3. E

    [SOLVED] High IO wait during backups after upgrading to Proxmox 7

    What ever you do don't upgrade to the latest version of proxmox ve 7.2.11 because it has iops issues.
  4. E

    High cpu on pvestatd PVE5 causing ms spikes

    Hi, I have some strange problem with my proxmox v5 cluster after i added a new machine for about 3 weeks ago. After a week the server have start giving ms spikes up to 1000 ms, and this is only happen when i see that the pvestatd is giving about 100% cpu in top of the server. This server is...
  5. E

    [SOLVED] Windows IP Allocation From Cloud Init

    Please set this as resolved :-)
  6. E

    [SOLVED] Windows IP Allocation From Cloud Init

    One question, have you added the Cloud-init drive mapped to your virtual machine ? Also check if you are running virtio driver for network.
  7. E

    Proxmox VE6 and cloud-init for Ubuntu LTS 20.04

    I did try that, but nothing :/ it still don't doing anything when it boots up. I tried to run cloud-init clean and also remove the cloud-init and reinstalled it once again without any success.
  8. E

    Proxmox VE6 and cloud-init for Ubuntu LTS 20.04

    Hi, I have a significant problem regarding ubuntu. All other template i have created are working just fine but this one doesnt. It feels like the mount of cloud-init drive doing nothing at the boot up of the vm. This is my cloud-init config and for me it looks fine: cat /etc/cloud/cloud.cfg...
  9. E

    [SOLVED] Proxmox - IP Hijacking module

    Hi Alwin, It took about 20 minutes until iptables release the state, so i think i can live with that. Thank you so much.
  10. E

    How fast is your backup datastore? Benchmark tool

    E3-1230v2 on a virtual machine proxmox-backup-client benchmark --repository backup2 Password for "root@pam": ********** Uploaded 341 chunks in 5 seconds. Time per request: 14735 microseconds. TLS speed: 284.65 MB/s SHA256 speed: 315.07 MB/s Compression speed: 651.47 MB/s Decompress speed...
  11. E

    [SOLVED] Proxmox - IP Hijacking module

    Yup root@pve3:/etc/pve# lsmod | grep nf_conntrack nf_conntrack 139264 4 xt_conntrack,nf_nat,openvswitch,nf_conncount nf_defrag_ipv6 24576 2 nf_conntrack,openvswitch nf_defrag_ipv4 16384 1 nf_conntrack libcrc32c 16384 8...
  12. E

    [SOLVED] Proxmox - IP Hijacking module

    Yup i have added it to /etc/modules cat /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. nf_conntrack
  13. E

    [SOLVED] Proxmox - IP Hijacking module

    Alwin, I have setup the value in the sysctl.conf and rebooted the host, but the standard value exists, is it not possible to override the setting? Proxmox does not have a setting that prevent the change? See here: first i run systemct -p net.netfilter.nf_conntrack_tcp_timeout_established =...
  14. E

    [SOLVED] Proxmox - IP Hijacking module

    Well it's not working so it must be another setting in sysctl.conf that need to be adjusted. maybe this one net.netfilter.nf_conntrack_tcp_timeout_established = nf_conntrack_tcp_timeout_established This node only keeps track of the...