Install EVE-NG by KVM in CentOS
4月 5th, 2021 No Comments »
安装KVM组件
此步骤略,具体信息可以自行查阅
通过Virsh管理KVM
[[email protected]] $ virsh list
Id Name State
----------------------------------------------------
[[email protected]] $ virsh list --all
Id Name State
----------------------------------------------------
- centos-test shut off
[[email protected]] $
[[email protected]] $ brctl show
bridge name bridge id STP enabled interfaces
br0 8000.b8599f1ef79e no eth2
virbr0 8000.5254004de69f yes virbr0-nic
[[email protected]] $
[[email protected]] $ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 172.16.211.1 0.0.0.0 UG 0 0 0 br0
169.254.0.0 0.0.0.0 255.255.0.0 U 1007 0 0 br0
172.16.211.0 0.0.0.0 255.255.255.0 U 0 0 0 br0
192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
完整阅读