Last active
April 10, 2020 07:17
-
-
Save tom-code/0d3e148b4585e789ef9af0edaa174e36 to your computer and use it in GitHub Desktop.
qemu brige strangeness
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
qemu-system-x86_64 -nodefaults -enable-kvm -m 8G -smp cpus=4,cores=4 -cpu host -vnc :9 -vga std \ | |
-device virtio-net-pci,mac=00:01:00:10:00:01,netdev=virbr0 -netdev bridge,br=virbr0,id=virbr0 \ | |
-device virtio-net-pci,mac=00:01:00:10:00:02,netdev=brx1 -netdev bridge,br=brx1,id=brx1 \ | |
fedora1 | |
nohup qemu-system-x86_64 -nodefaults -enable-kvm -m 8G -smp cpus=4,cores=4 -cpu host -vnc :5 -vga std \ | |
-device virtio-net-pci,mac=00:00:00:11:10:11,netdev=virbr0 -netdev bridge,br=virbr0,id=virbr0 \ | |
-device virtio-net-pci,mac=00:00:00:11:10:12,netdev=virbr1 -netdev bridge,br=virbr1,id=virbr1 \ | |
-device virtio-net-pci,mac=00:00:00:11:10:13,netdev=brx1 -netdev bridge,br=brx1,id=brx1 \ | |
kube-0.qcow2 & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment