Some trouble shooting that I just found and use :) #1
KVM machine in my office turn on with its kvm's instances. But some of them don't got an IP, even network interface card. So here is what i have found.
$ sudo ifconfig eth0 up # to bring up eth0
$ sudo dhclient -r # release ip
$ sudo dhclient # obtain ip
ref cyberbiz website
$ sudo ifconfig eth0 up # to bring up eth0
$ sudo dhclient -r # release ip
$ sudo dhclient # obtain ip
ref cyberbiz website
Comments
Post a Comment