Search results

  1. V

    [SOLVED] Second network card stopped working

    After updating to 6.4, the 2nd network card stopped working, it worked earlier. I have 2 network cards in my system, each of them hosts virtual machines from its own subnet 1. Network card for subnet 192.168.0. * it is built into the motherboard and it works 06:00.0 Ethernet controller...
  2. V

    2 network card

    There was a need to create another subnet with virtual machines for the proxmox. The first subnet 192.168.0. * Exists and is completely filled with virtual machines. For this, an additional network card was installed in the computer. Proxmox sees it but writes that it is not active. How should...
  3. V

    [SOLVED] Realtek RTL 8125B

    I tried to transfer the disk where Pxomox was installed to the motherboard ASUS TUF B550M-PLUS The motherboard has Realtek RTL 8125B I found a link on the Internet where it says that support for this network adapter has been implemented in Linux 5.9 https://linuxreviews.org/Realtek_RTL_8125
  4. V

    change the local ip on the cloned machine via qm

    There is no problem with cloning templates, this is done by the command qm clone 252 1003 --name 3 And then after coning, I wanted to change the ip qm set 1003 --ipconfig0 ip=192.168.0.3/24,gw=192.168.0.1 See response update VM 1003: -ipconfig0 ip=192.168.0.3/24,gw=192.168.0.1 I reboot VM 1003...