change bridge network to nat for VMs
This commit is contained in:
parent
26853a4200
commit
9e4ac614da
@ -165,12 +165,12 @@
|
||||
<target dir='viofs'/>
|
||||
<address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
|
||||
</filesystem>
|
||||
<interface type='bridge'>
|
||||
<mac address='52:54:00:a2:3d:a4'/>
|
||||
<source bridge='br0'/>
|
||||
<model type='virtio'/>
|
||||
<link state='up'/>
|
||||
<address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
|
||||
<interface type="network">
|
||||
<mac address="52:54:00:a2:3d:a4"/>
|
||||
<source network="default"/>
|
||||
<model type="virtio"/>
|
||||
<link state="up"/>
|
||||
<address type="pci" domain="0x0000" bus="0x02" slot="0x00" function="0x0"/>
|
||||
</interface>
|
||||
<serial type='pty'>
|
||||
<target type='isa-serial' port='0'>
|
||||
|
@ -174,12 +174,12 @@
|
||||
<target dir='games'/>
|
||||
<address type='pci' domain='0x0000' bus='0x08' slot='0x00' function='0x0'/>
|
||||
</filesystem>
|
||||
<interface type='bridge'>
|
||||
<mac address='52:54:00:a2:3d:e8'/>
|
||||
<source bridge='br0'/>
|
||||
<model type='virtio'/>
|
||||
<link state='up'/>
|
||||
<address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
|
||||
<interface type="network">
|
||||
<mac address="52:54:00:a2:3d:e8"/>
|
||||
<source network="default"/>
|
||||
<model type="virtio"/>
|
||||
<link state="up"/>
|
||||
<address type="pci" domain="0x0000" bus="0x02" slot="0x00" function="0x0"/>
|
||||
</interface>
|
||||
<serial type='pty'>
|
||||
<target type='isa-serial' port='0'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user