Difference between revisions of "KVM networking"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
  
  
Different interface types:
+
== Interface types ==
 
  <interface type='direct'> (The interface type for [[macvtap]] is direct)
 
  <interface type='direct'> (The interface type for [[macvtap]] is direct)
 
  <interface type='network'>
 
  <interface type='network'>
  
Different configuration examples:
+
== Configuration examples ==
 
   <interface type='direct'>
 
   <interface type='direct'>
 
       <mac address='52:54:00:ce:12:e4'/>
 
       <mac address='52:54:00:ce:12:e4'/>

Revision as of 08:02, 12 August 2020

virt-install

--network network=default
--network=bridge:br0
--network=bridge:virbr0


Interface types

<interface type='direct'> (The interface type for macvtap is direct)
<interface type='network'>

Configuration examples

  <interface type='direct'>
     <mac address='52:54:00:ce:12:e4'/>
     <source dev='eno1' mode='bridge'/>
     <model type='virtio'/>
     <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
   </interface>
  <interface type='direct' trustGuestRxFilters='yes'>
     <mac address='52:54:00:ce:12:e4'/>
     <source dev='eno1' mode='bridge'/>
     <model type='virtio'/>
     <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
   </interface>


   <interface type='network'>
     <mac address='52:54:00:5d:c1:a5'/>
     <source network='default'/>
     <model type='rtl8139'/>
     <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
   </interface>

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/virtualization_host_configuration_and_guest_installation_guide/app_macvtap

<interface type='network'>
  <source network='isolated'/>
  <model type='virtio'/>
</interface>


MacVTap

<interface type=”direct”> 
   <mac address=12:34:56:78:9a:bc/> 
   <source dev=private1 mode=bridge/> 
   <model type=virtio/>    
   <driver name=vhost/> 
</interface>

Related commands

See also

Advertising: