Hi,
i have a router where is nessesary to get eth0 for vmbr2 and eth1 at vmbr3.
But it's equal how i ordered net NIC-entry in the config-file the vm starts with vmbr3 as eth0!
If i look at the kvm-process i see that vmbr3 is the first nic:
Is it possible to change the NIC-Order?
Unfortunality i can't rename the nics inside the vm (70-persistent-net.rules).
Any hint are welcome.
Udo
i have a router where is nessesary to get eth0 for vmbr2 and eth1 at vmbr3.
But it's equal how i ordered net NIC-entry in the config-file the vm starts with vmbr3 as eth0!
If i look at the kvm-process i see that vmbr3 is the first nic:
Code:
root 16370 7.5 0.6 387120 107060 ? Sl 07:06 0:15 /usr/bin/kvm -monitor unix:/var/run/qemu-server/121.mon,server,nowait -vnc unix:/var/run/qemu-server/121.vnc,password -pidfile /var/run/qemu-server/121.pid -daemonize -usbdevice tablet -name ipsec-vlan99-router -smp sockets=1,cores=1 -boot menu=on,order=d -vga cirrus -tdf -localtime -k de -drive file=/dev/drbdvg/vm-121-disk-1,if=ide,index=0 -drive file=/var/lib/vz/template/iso/dl-1.4RC3-cust.iso,if=ide,index=2,media=cdrom -m 256 -net tap,vlan=3,ifname=vmtab121i3,script=/var/lib/qemu-server/bridge-vlan -net nic,vlan=3,model=virtio,macaddr=42:9E:D6:87:8B:FA -net tap,vlan=2,ifname=vmtab121i2,script=/var/lib/qemu-server/bridge-vlan -net nic,vlan=2,model=virtio,macaddr=E6:C2:12:81:17:08
Is it possible to change the NIC-Order?
Unfortunality i can't rename the nics inside the vm (70-persistent-net.rules).
Any hint are welcome.
Udo