Search results

  1. P

    Freezing of SSH and GUI Shell after 15 seconds

    i'm totally noob on ipv6. But, based on your log of pfsense, is forwad rules applied ?
  2. P

    High Read/Write on VMs

    Mybe check yours servers host logs....
  3. P

    Prioritize IPv4 over IPv6

    https://forums.debian.net/viewtopic.php?t=156410
  4. P

    zfs pool different sizes reported

    zfs = RAID RAID = metadatas zpool get = RAW additionned disk capacity ofd the raid. du & zfs list/get = usable disk capacity ( iin the raid) GUI zpool report = zpool get
  5. P

    zfs issue - a device was removed

    You've 2 hardware with the same BUG. Maybe check for BIOS upgrade ? This is smelling a firmware bug. You're using consumers SSDs.... Maybe forget ZFS, and only use lvm on this kind of configuration
  6. P

    2 questions - deployment and backup vm's

    Is it a personnal conf? Professional => Never use backing server on Virtual host. Personnal => Yes you can. But you can too install it on physical pve node, they doesn't listen the same port. "how can I grant access to Proxmox to access all those VM's to backup then?" Begun by a try, check...
  7. P

    Freezing of SSH and GUI Shell after 15 seconds

    check your dmesg output for some BUG / seg fault error
  8. P

    Floating ip issue

    drop conf here: - network of 2 haproxy - keepalive
  9. P

    separate vm subnet in routed configuration

    vérifiez les fondamentaux du réseau .... Vous avez besoin d'un routeur qui connaît votre réseau pour y accéder sans mascarade. You need that our external host know routing way for your vm network.
  10. P

    VM inaccessible to internet via routed config

    " post-up iptables -t nat -A POSTROUTING -s '10.0.0.0/24' -o enp31s0 -j MASQUERADE post-down iptables -t nat -D POSTROUTING -s '10.0.0.0/24' -o enp31s0 -j MASQUERADE " Try with converting yours iptables rules into a nftables rules. Proxmox doesn't use iptables natively. They...
  11. P

    Multiple failed services after installation restart and cannot log into GUI

    Hey, Thanks for your dmesg file. Open -it, and search in this key: 1125.098434 At this time boot, you gonna found seg fault error. 2 thinks: - Reboot on previous running kernel. If he boot, go to dmesg, and do the same search with keywords: "segfault" and "BUG". If no entry with them, update...
  12. P

    GPU Passthrough Minisforum MS-01

    hum .... this is xaclty that mapped device do ? :'p
  13. P

    Error 596 : Issue with communication between two nodes (1 and 2), but no issues between nodes 3 and 4

    OK, hi again, i've not really more idea, but go investiguate... Network thinks: - Is you PVE hosts with problem have maybe a duplicated IP by another VM/hardware on the same network. - Same thinks with MAC @. Firewall/ SecureLogin thinks: - Did you have done any specific changes on FW of...
  14. P

    VM as Gateway. NAT for local IPs

    OK - Sorry, was onjly able to help you diagnose the source problem with aggregation, when this duplicated @ mas error in your log file come. I've not tested with lacp, no switch lv2 to home ^^
  15. P

    [SOLVED] CPU Hot-Plug

    sry, haven't more idea @ this moment :/
  16. P

    [SOLVED] CPU Hot-Plug

    Did you have installed on yours guests the guest agent ? This is a needed prerequisites for hotpluging. I think you've saw this documentation Proxmox: https://pve.proxmox.com/wiki/Hotplug_(qemu_disk,nic,cpu,memory) But, you only have the manipulation for pve 4.5 and older. Check the real...
  17. P

    VM inaccessible to internet via routed config

    Don't forguet to update yours masquerading rules for the updated network name. For your routing problem: 1 Deactivate your enp31s0 gateway. Make it on your vmbr1 declaration. 2 Apply configuration 3 Check routing table (ip -c r) 4 modify your iptables rule for masquerade to vmbr1 interface...
  18. P

    Mount ESXI failed and files VM deleted

    OK. The first reason for my question is i found the vm import tool so hard to use, with frequents fails like yours. My solution used in professional environnement (40TBs VMs import from another production site): Take hand via ssh on your(s) vmware datastore. Then, use this tool...
  19. P

    Mini PC

    OK :) If you do not plan to use ZFS FS, you're good. Proxmox is extremely flexible for hardware. But technologies like ZFS need professionnal stuf prerequists. Did you have precises questions for your lab ?
  20. P

    VM as Gateway. NAT for local IPs

    Hey, it's smell a binding problem. Which mode are you using for bonding ? On your GUI, -> PVE Host -> System -> System Log: Check if you haven't messages calling duplicated @mac on your bonded interfaces.If so, try to modify your bonding mode on failove mod, apply your configuration, then retry...