upgraded from oracle vm to qemu vm
This commit is contained in:
parent
ca9fd6eb3a
commit
8e03911879
3 changed files with 33 additions and 13 deletions
12
virsh/default.xml
Normal file
12
virsh/default.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<network>
|
||||
<name>default</name>
|
||||
<uuid>9a05da11-e96b-47f3-8253-a3a482e445f5</uuid>
|
||||
<forward mode='nat'/>
|
||||
<bridge name='virbr0' stp='on' delay='0'/>
|
||||
<mac address='52:54:00:0a:cd:21'/>
|
||||
<ip address='192.168.122.1' netmask='255.255.255.0'>
|
||||
<dhcp>
|
||||
<range start='192.168.122.2' end='192.168.122.254'/>
|
||||
</dhcp>
|
||||
</ip>
|
||||
</network>
|
||||
Loading…
Add table
Add a link
Reference in a new issue