Displaying 2 results from an estimated 2 matches for "kvmusr".
Did you mean:
kvms
2012 Jun 12
0
Meaning of "vlan=" and "name=" in Linux KVM
...are able to ping each other with different "vlan"
numbers.
I would appreciate any clarification on the "vlan=" and "name=" options.
Sample script for my KVM VMs
<script>
#!/bin/bash
kvm \
-vga std \
-m 1024 \
-cpu core2duo \
-smp 2,cores=2 \
-drive file=/home/kvmusr/KVM/vdisks/centos62.img,index=0 \
-net nic,vlan=1,model=e1000,macaddr=${nic_mac_addr0} \
-net tap,vlan=1,ifname=tap0,script=no,downscript=no \
</script>
Thanks,
--
Arun Khan
2012 Jun 14
0
kvm CLI :: meaning of "vlan=" and "name=" options in -net nic and -net tap
...are able to ping each other with different "vlan"
numbers.
I would appreciate any clarification on the "vlan=" and "name=" options.
Sample script for my KVM VMs
<script>
#!/bin/bash
kvm \
-vga std \
-m 1024 \
-cpu core2duo \
-smp 2,cores=2 \
-drive file=/home/kvmusr/KVM/vdisks/centos62.img,index=0 \
-net nic,vlan=1,model=e1000,macaddr=${nic_mac_addr0} \
-net tap,vlan=1,ifname=tap0,script=no,downscript=no \
</script>
Thanks,
--
Arun Khan