Search results

  1. G

    Rename PVE node and loose nic

    I copy everything I found around the nic
  2. G

    Rename PVE node and loose nic

    I have answer but link detected: no
  3. G

    Rename PVE node and loose nic

    Hi, Follow this procedure https://pve.proxmox.com/wiki/Renaming_a_PVE_node I change my name and I loose all my nic, they are detected but they stay down, no light on port. I rename with original name and everything come back. My pve is pretty clean, I ran only this after install...
  4. G

    ping OK but no internet

    Sorry for the delay I was oversea and busy. I have an another effect, but maybe some context: I have computer with 4 rj45 ports. On the top there is PVE 8.3.0. Inside some VM and one is OPNsense with PCI passthrough for the PORT 2,3 and 4. PORT 2,3 and VTnet0 are in bridge and identify like...
  5. G

    ping OK but no internet

    I have this problem with fresh intsall root@lithium:~# ping -c3 google.com PING google.com (216.58.213.110) 56(84) bytes of data. 64 bytes from sof04s03-in-f14.1e100.net (216.58.213.110): icmp_seq=1 ttl=117 time=35.6 ms 64 bytes from lhr25s02-in-f110.1e100.net (216.58.213.110): icmp_seq=2...
  6. G

    Start stop VM depend number of node available

    I answer myself: Just with hookscript and API. Have a Good Day!
  7. G

    Start stop VM depend number of node available

    Hello, I build for my home server a cluster with 3 nodes. I would like to have always on the same node VM101 VM102 and VM200. For the other node available il would like to have VM201 and VM202 and for the 3rd VM203 VM204. If node 2 or 3 falls. Nothing change. If node 1 falls number 2 stop VM201...