Search results

  1. P

    network card not visible, driver or hardware error?

    The NICs worked very well until the beginning of the week. I unplugged all the disks and plugged in a new one. When I boot from the USB key with Debian 13.3.0 ISO, I can see an enx@mac1 network interface but it does not seem to work. Debian was therefore installed without networks. First...
  2. P

    Container Templates

    With cli: https://pve.proxmox.com/pve-docs/pveam.1.html # Update Container Template Database. pveam update # Get list of all templates on storage pveam list local #or local-lvm or lxctemplate-volume # List available templates. pveam available
  3. P

    network card not visible, driver or hardware error?

    So with a iso (archlinux iso) I see # ls /sys/class/net enp42s0f3u5u3c2 lo # cat /sys/class/net/enp42s0f3u5u3c2 a MAC @; the same as enxmac@1 proxmox card With proxmox # lshw -class network *-network DISABLED description : Ethernet interface physical id: 4 bus info usb@3:5.3...
  4. P

    network card not visible, driver or hardware error?

    Damn, you confirm my fears... Both cards are soldered to the motherboard PCB. So I can't take them off like that. No it wasn't there, but it may be the USB network card that I connected. But when executing the 'ls /sys/class/net/' command, I restarted proxmox and my usb card was not...
  5. P

    network card not visible, driver or hardware error?

    Hello, I use the Asrockrack X570D4I-2T (driver are somthing like X550 or ixgbe ? ) I had to take the card out of the case, for a little cleaning (dust) check for disk problems. Once this is done, Proxmox (pve) starts but no trace of the 2 integrated network cards. No problem with the IPMI card...
  6. P

    2500baseT/Full not in "Advertised link modes"

    Hello. My proxmox server has a 10Gb network card and he is behind a 2.5Gb switch. But with iperf3 test, I observe that I only have a speed of 1Mb/s. When I execute ethtool on one of my interface , I have the following result: ethtool enp35s0f1 Settings for enp35s0f1: Supported ports: [ TP ]...
  7. P

    [SOLVED] proxmox metric server -> Influxdb -> grafana

    apt update && apt upgrade -y && apt install gpg -y wget -q https://repos.influxdata.com/influxdb.key echo '23a1c8836f0afc5ed24e0486339d7cc8f6790b83886c4c96995b88a061c5bb5d influxdb.key' | sha256sum -c && cat influxdb.key | gpg --dearmor | tee /etc/apt/trusted.gpg.d/influxdb.gpg > /dev/null echo...
  8. P

    [SOLVED] proxmox metric server -> Influxdb -> grafana

    Yes, or the simplest, the "help" button, when configuring influxDB via the graphical interface. :) Anyway, I have no data on my InfluxDB bucket. And I have the following issue when I execute "systemctl status influxdb" Do you know where the log influxdb are located ? I have nothing on...
  9. P

    [SOLVED] proxmox metric server -> Influxdb -> grafana

    Ok so InfluxDB2 with https. For information: # cat /etc/influxdb/config.toml bolt-path = "/var/lib/influxdb/influxd.bolt" engine-path = "/var/lib/influxdb/engine" tls-cert = "/etc/influxdb/mycert.crt" tls-key = "/etc/influxdb/mykey.key" # chmod 644 /etc/influxdb/mycert.crt # chmod 600...
  10. P

    [SOLVED] proxmox metric server -> Influxdb -> grafana

    Hello, I would like to use an influx db db as a proxmox metric server and after connecting them to Grafana. - What is the recommended version of influxdb ? Influxdb or Influxdb2 ? - I am not sure, with Influxdb2 only http https works ? No udp ? - When I try to connect promox to a lxc influxdb2...
  11. P

    Advice for a new installation with zfs + a question on the raid/mdadm

    Thank you for your answer. ok. But what would you recommend for personal use; with these discs ? Raid lvm with ext4 ?
  12. P

    Advice for a new installation with zfs + a question on the raid/mdadm

    Hello, I have decide to transfere all my nas HDD on my Promox server and after little issue (see here: Failed to import pool ‘rpool’; ssd ko ? No go to X570D4I-2T BIOS!), it’s done proxmox see they new hdd (and one new ssd ) First one question: Proxmox see my new HDD … and also the raid 5...
  13. P

    [SOLVED] Failed to import pool ‘rpool’; ssd ko ? No go to X570D4I-2T BIOS!

    OK I have it ! So ... I have tested my SSD with a dock, they are ok, So it's something else. With blkid ... I only have sda ... the SSD M2 ... And I remembered something last night ... My proxmox mother card is ASRock X570D4I-2T, this mother card have 2 OCuLink. AND this port are not in SATA...
  14. P

    [SOLVED] Failed to import pool ‘rpool’; ssd ko ? No go to X570D4I-2T BIOS!

    Hello, My Proxmox server worked very well. But I changed it from computer case to add more hard drive But now I have the next message when I start it. Begin : Importing ZFS root pool ‘rpool’ … Begin : Importing pool ‘rpool’ using defaults … Failure : 1 Failure : 1 Command : /sbin/zpool...
  15. P

    NFS port

    Even if I select NFSv4, is NFSv3 used? o_O Anyway, which ports should I open on my FW? Thanks for the help
  16. P

    NFS port

    Hello, I dont understant somthing with NFS. My proxmox is not on the same network as my NAS. There is a router / firewall in between. Proxmox - FW - NAS (=OpenMediaVault 5.6, NFSv4) If I understood correctly with NFSv4 only ports 111 and 2049 are necessary. So I have open this 2 ports on my...
  17. P

    [TUTORIAL] Proxmox OPNsense VLAN

    I don't understand, you have set manually a ip (from vlan3) on your VM and it's OK ? utm does not say: everything that is not tagged is vlan1?
  18. P

    [TUTORIAL] Proxmox OPNsense VLAN

    For all the reasons we might want to use VLANs. In short, Vlans make it possible to use several networks on the same physical link. VMs with a network card on the VLAN 10 will not be able to join the VMs of the VLAN 20. Unless you add a route to them Personally I use it to have a VLan that...
  19. P

    [TUTORIAL] Proxmox OPNsense VLAN

    Hello, Here is a tutorial to create with the graphical interfaces 2 Vlans between 1 Proxmox server and 1 OPNsense router. Do not hesitate to make remarks for improvement or correction. So our starting infrastructure is this (Boths hosts are physicals): +------------+...
  20. P

    [SOLVED] Vlan: one works but not two

    :) it's work ! I got the wrong parent interface on my OPNSense o_O Thanks for the help! PS: https://forum.proxmox.com/threads/proxmox-opnsense-vlan.90634/