Difference between revisions of "Virsh net-info"
Jump to navigation
Jump to search
Line 34: | Line 34: | ||
</pre> | </pre> | ||
+ | |||
+ | == Related commands == | ||
+ | * <code>[[virsh net-list]]</code> | ||
+ | |||
== See also == | == See also == |
Revision as of 09:43, 4 February 2020
virsh net-info default Name: default UUID: 8e15ca1c-1904-34f1-96f6-896640500fd5 Active: yes Persistent: yes Autostart: yes Bridge: virbr0
You can also see information in /etc/libvirt/qemu/networks/default.xml
file
<!-- WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE OVERWRITTEN AND LOST. Changes to this xml configuration should be made using: virsh net-edit default or other application using the libvirt API. --> <network> <name>default</name> <uuid>8e15ca1c-1904-34f1-96f6-896640500fd5</uuid> <forward mode='nat'/> <bridge name='virbr0' stp='on' delay='0'/> <mac address='54:54:01:97:49:54'/> <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>
Related commands
See also
- KVM, Installation, QEMU,
virsh
,virtinst
,libguestfs-tools
, libvirt, qemu, Red Hat Virtualization (RHV), MacVTap, Virtio, oVirt, KVM services, KVM networking, KVM graphics, CPU, KVM on ARM - Virsh net: KVM networking,
virsh net-info
,virsh net-define
,virsh net-list
,virsh net-edit
,virsh net-dhcp-leases
,virsh net-start
,virsh net-autostart
,virsh net-list
, KVM networking,/etc/libvirt/qemu/networks/default.xml
, MacVTap - virsh Info:
virsh list
,virsh version
,virsh dominfo
,virsh pool-info
,virsh domstats
,virsh vol-info
,virsh net-info
,virsh dumpxml
Advertising: