Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. root@M14EBR:~# cat /etc/libvirt/qemu/networks/default.xml
  2. <!--
  3. WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
  4. OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
  5. virsh net-edit default
  6. or other application using the libvirt API.
  7. -->
  8.  
  9. <network>
  10. <name>default</name>
  11. <uuid>b849191e-a2ff-4001-ae0c-39c2f36fa851</uuid>
  12. <forward mode='nat'/>
  13. <bridge name='virbr0' stp='on' delay='0'/>
  14. <mac address='52:54:00:c7:53:6c'/>
  15. <ip address='192.168.122.1' netmask='255.255.255.0'>
  16. <dhcp>
  17. <range start='192.168.122.2' end='192.168.122.254'/>
  18. </dhcp>
  19. </ip>
  20. </network>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement