Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
fuss:libvirt [2018/02/04 02:13] – [Speed-Up Virtualization using Virtio Drivers] officefuss:libvirt [2019/03/11 17:34] – [Passing Plan 9 Permissions] office
Line 11: Line 11:
 Next, to start the install, run: Next, to start the install, run:
 <code bash> <code bash>
-virt-install --name live --network bridge:br0 --ram 1024 --boot cdrom --cdrom live.iso --graphics vnc,listen=192.168.1.1,port=5901 --disk /var/lib/libvirt/images/live.img+virt-install --name live 
 +    --network bridge:br0 --ram 1024 
 +    --boot cdrom --cdrom live.iso 
 +    --graphics vnc,listen=192.168.1.1,port=5901 
 +    --disk /var/lib/libvirt/images/live.img
 </code> </code>
  
Line 644: Line 648:
   * ''posixacl'' turns on passing POSIX ACLs (very convenient for using ''getfacl'' and ''setfacl'' to fine tune permissions).   * ''posixacl'' turns on passing POSIX ACLs (very convenient for using ''getfacl'' and ''setfacl'' to fine tune permissions).
  
 +====== Setting Custom Interface Name for Bridge Networking Mode ======
 +
 +libvirt allows using:
 +<code>
 +<target dev='...'/>
 +</code>
 +
 +to set the custom name for bridge interfaces such as ''vnet0'', ''vnet1'', etc... 
 +
 +However, if the name of the interface contains the substring ''vnet'', libvirt will ignore the entry and will not save it, for instance, setting the interface name with:
 +<code>
 +<target dev='vnet888'/>
 +</code>
 +
 +will just be ignored by libvirt.
 +
 +To resolve this issue, use a more custom-tailored interface name, for instance:
 +<code>
 +<target dev='mynet0'/>
 +</code>
 +
 +without containing the ''vnet'' substring.
  

fuss/libvirt.txt · Last modified: 2023/08/21 09:09 by office

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.