I need change nica type e1000 /virtio

Moderator: mike

Post Reply
Spleens
Posts: 18
Joined: Sat Nov 20, 2021 10:45 pm

I need change nica type e1000 /virtio

Post by Spleens » Mon Feb 28, 2022 10:36 pm

Hi ,
I need change nic type to e1000 or virtio-pci-net for nics in template. I tried in vqrxre.py
Is there any way to do this in the template? like first_nic, secondary_nic and so on?
Example https://19216801.onl/ https://routerlogin.uno/
1 nic=virtio-pci-net
2 nic=virtio-pci-net
3 nic=virtio-pci-net
4 nic =e1000
5 nic=e1000

When I insert first_nic: e1000 this worked , but secondary nic and so on not work.

Post Reply