Recent content by aeminkocal

  1. A

    Does Proxmox Support ARM Cpus?

    Hello, https://www.hetzner.com/dedicated-rootserver/matrix-rx I've heard that these cpus (Altra) are much more powerful and efficient than most of the server CPUs like Threadripper 3990WX. https://www.youtube.com/watch?v=m6-juFXR9c0 I wonder if Proxmox supports Arm cpus right now.
  2. A

    IPv6 Problem - some containers can reach some can't

    My ISP has provided me a /48 IPv6 subnet. I needed to configure the main server as 2a02:e0:4f00:8a::1 gateway and 2a02:e0:4f00:8a::2/64 wan ip address. Then I added route to the interface with this command "ip -6 route add 2A02:E0:3130::/48 dev vmbr2" I am able to connect the network on some...
  3. A

    Redirect Public IP subnet internally

    Hello, I have /27 ip subnet that is shared across my clients on one server. I want to redirect the traffic between the ips inside this /27 subnet internally. So that there will be much lower ping and unlimited bandwidth across my clients. How can I do that?
  4. A

    assigning IPv6 subnets to vms

    My ISP has provided me /48 IPv6 subnet. They also gave me a /64 ip address and told me I need to configure this ip address first. Then the subnet will be available. How can I configure this ip address give the containers and vms access? Block: 2A02:E0:3130::/48 Wan: 2A02:E0:4F00:8A::2/64...
  5. A

    Hot-Swap PCI-E Devices

    Hello, I wonder if it is possible to hot-swap Pci-e devices on Proxmox. According to my research, there are some examples in Linux world. I am passing two of my gpus to two different VMs. Hot swapping would take the downtime to zero, when they need maintenance.
  6. A

    Allowing Subnets - Cloudflare

    Hello, I want to allow only the traffic coming from and going to cloudflare. I have created the rules and the ipset. The ipset has cloudflare IP subnets but Proxmox Firewall seems to recognize them as singular ip addresses. I need this ip list to be treated as whole subnets. What should I do...
  7. A

    [Feature Request] Simultaneous connections while creating and restoring backups

    This is when I download files simultaneously with 16 connections per file from ftp using aria2c using "-s16 -x16" arguments: And this is the result when I try to use proxmox backup server: If I cannot change anything, then do you have any other suggestions?
  8. A

    [Feature Request] Simultaneous connections while creating and restoring backups

    Can I increase http2 stream count somehow? Is seems to be not enough in my case.
  9. A

    [Feature Request] Simultaneous connections while creating and restoring backups

    Hello, I have 1Gbps connection at my home, yet the backup speed goes down up to 8 mbps highly because of my ISP's intercontinental connection protocols or settings. When I create local tar.gz dumps, then download them simultaneously using aria2c with 16 connections per file, I am able to get...
  10. A

    Ballooning not working properly

    Oh so that is the reason. Thanks for the info! I couldn't find such an information anywhere in the internet.
  11. A

    Ballooning not working properly

    No matter the OS, the ballooning seems like its working on the server's page but on the host's side it is not sharing the ram. So what I mean by that is before I start a guest it looks like this; (there arealready working servers) After I start this server: Even though it says it is using up...
  12. A

    Very Slow boot

    I also have that problem too, maybe it is because the size of total ram? I also have 256GB ram
  13. A

    [SOLVED] How can I create a local network between VMs?

    Thank you! Just a minute ago I found something like this and it works! https://blog.jenningsga.com/private-network-with-proxmox/