I have now installed
Linux kernel version 5.11.21-1-pve # 1 SMP PVE 5.11.21-1 ~ bpo10 (Wed, 02 Jun 2021 11:34:45 +0200)
PVE manager version pve-manager / 6.4-10 / bdf15155
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...
I still need the new virtual machines to be on the 192.168.1. * Subnet and to communicate with them through the second physical network card.
How can i do this ?
Do I need to create another bridge?
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...
After updating the kernel, the network itself did not start, in order for it to work, I looked up the name of the new network interface through the command
ip addr
and after that I made changes to the file /etc/network/interfaces
Replacing there everywhere the old name with a new one
After...
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
I managed to solve my problem
I was able to fully automate the process of cloning and changing the local ip address
On the host mashine I run command
for i in `seq 2 200`; do ((y=1000+i)); qm clone 252 $y --name $i; qm start $y; qm wait $y -timeout 10; qm guest exec $y -- bash /root/static_ip.sh...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.