Recent content by padi

  1. P

    Successful Dual NVIDIA H200 NVL Passthrough + Full NVLink (NV18) on Proxmox VE 8.4 (HPE DL385 Gen11)

    hey @sam.lee @krendilok thanks for sharing :) I'm trying something similar on latest Proxmox v8.4 with 8xH200SXM (with 4 NVSwitches) on Dell PowerEdge XE9680 but I cannot get it work ... so far: > nano /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt" > update-grub...
  2. P

    Networking between nodes

    it is possible to communicate on vmbr1/2/3 between different nodes without binding vmbr(bridge_ports) to a physical port? :)
  3. P

    Firewall and ftp, why is proxmox blocking it?

    so, - if you run `ss -tunlp` on vm you will get an entry like: tcp LISTEN 0 128 [::]:21 0.0.0.0:* users:(("ftp",pid=000,fd=0)) ? and - `nmap -p21...
  4. P

    Assigning Public IP to LXC and VM

    Hello, I have the following: iface eno2 inet manual auto vmbr10 iface vmbr10 inet manual bridge_ports eno2 bridge_stp off bridge_fd 0 attach vmbr10 to vm/ct and set the static ip ( supposing that you have multiple ip's available )
  5. P

    Networking between nodes

    Hello, I have the followings: eno1 - management eno2 - vmbr1 - 10.10.1.{node_ip}/24 - vmbr2 - 10.10.2.{node_ip}/24 - vmbr3 - 10.10.3.{node_ip}/24 is there any ways to communicate through vmbr2/3 between vm on different nodes? ----- And second question is about sharing...
  6. P

    proxmox network setup for kubernetes

    @roninhockley if you get a working cluster we will appreciate some insights :)
  7. P

    Firewall and ftp, why is proxmox blocking it?

    do you have any rules set for the firewall? if not try to add for in/out tcp on port 21 :)
  8. P

    Can't connect ProxMox to Internet or view in Router

    your router address is 192.168.1.169?
  9. P

    Proxmox+FreeNas - Bad magic number in superblock :)

    Hello, I tried to migrate one vm from a node to another and something goes wrong :) My OS HDD, which is a zvol from FreeNas seems as an empty disk with no partition table on it. I tried to: - fsck - insert CentOS cd > Troubleshooting > boot an existing system > No Linux partition is...
  10. P

    Difference between raid1 zfs and ext4 option on installation wizard?

    yep, but on the first node I had only one ssd, so I proceed with the default ext4 and for the second and 3'rd I have 2 x ssd (ZFS+RAID1) and I saw that I cannot have the same config. maybe I will buy another ssd and reinstall the first node :) can I reinstall the node from which the cluster was...
  11. P

    Difference between raid1 zfs and ext4 option on installation wizard?

    ok, thanks :) and with ZFS and RAID1 option with 2 hdd's I cannot have this storage type: lvmthin: local-lvm thinpool data vgname pve content rootdir,images right?
  12. P

    Difference between raid1 zfs and ext4 option on installation wizard?

    @Stefan_R I think I will let the node as it is and set thinpool only for others :) but, if select the ext4 from the target hdd option menu I will get the thinpool but if the hdd with proxmox will fail the node will fail if I select the RAID1 from the target hdd option menu I will be able to...
  13. P

    Difference between raid1 zfs and ext4 option on installation wizard?

    can I do on a single partition? or I need a new physical disk? because both hdd's are in RAID1 ( set in install wizard ) and proxmox is installed on /dev/sda(b)3 I've tried root@pmx:~# wipefs -a /dev/sdb4 root@pmx:~# wipefs /dev/sdb DEVICE OFFSET TYPE UUID LABEL sdb 0x200 gpt...