Virsh Interface at Guest: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) |
Thomas (Diskussion | Beiträge) |
||
| Zeile 1: | Zeile 1: | ||
| − | =Lan Bridge= | + | =Lan Bridge own definition = |
<pre> | <pre> | ||
<interface type='network'> | <interface type='network'> | ||
<mac address='52:54:00:dd:1d:0e'/> | <mac address='52:54:00:dd:1d:0e'/> | ||
<source network='lan'/> | <source network='lan'/> | ||
| + | <model type='rtl8139'/> | ||
| + | <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> | ||
| + | </interface> | ||
| + | </pre> | ||
| + | =Lan Bridge external Bridge = | ||
| + | <pre> | ||
| + | <interface type='bridge'> | ||
| + | <mac address='52:54:00:dd:1d:0e'/> | ||
| + | <source bridge='lan-bridge'/> | ||
<model type='rtl8139'/> | <model type='rtl8139'/> | ||
<address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> | <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> | ||
</interface> | </interface> | ||
</pre> | </pre> | ||
Aktuelle Version vom 18. Oktober 2017, 06:50 Uhr
Lan Bridge own definition
<interface type='network'>
<mac address='52:54:00:dd:1d:0e'/>
<source network='lan'/>
<model type='rtl8139'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
</interface>
Lan Bridge external Bridge
<interface type='bridge'>
<mac address='52:54:00:dd:1d:0e'/>
<source bridge='lan-bridge'/>
<model type='rtl8139'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
</interface>