Posts mit dem Label virtual werden angezeigt. Alle Posts anzeigen
Posts mit dem Label virtual werden angezeigt. Alle Posts anzeigen

Mittwoch, 15. November 2017

Deleting the funny 192.168.122.xxx network from CentOS 7.4


In order to stop unnecessary interface on the VM:
 
yum install -y libvirt-client
systemctl start  libvirtd 
virsh net-destroy default
systemctl stop  libvirtd 
systemctl disable  libvirtd