Quantcast
Channel: Drup.org - KVM
Viewing all articles
Browse latest Browse all 5

Moving from CentOS 6 to 7

$
0
0

KVM: setting up bridged mode

systemctl disable NetworkManager
systemctl enable network
systemctl stop NetworkManager
systemctl start network
  • The only problem with the above is that network does not seem to start on boot.
chkconfig --list network    # shows that it should be running
systemctl start network     # the

read more


Viewing all articles
Browse latest Browse all 5

Trending Articles