DHCP problem
I've been trying to debug my networking issues for nearly a month now and I think im getting closer. I have a single node setup of openstack, installed through packstack and RDO scripts on an RHEL6.4 machine. In running a Cirros image and looking at the log files i found this error: Starting logging: OK Initializing random number generator... done. Starting network... udhcpc (v1.18.5) started Sending discover... Sending discover... Sending discover... No lease, failing WARN: /etc/rc3.d/S40network failed cloudsetup: checking http://169.254.169.254/20090404/metadata/instanceid (http://169.254.169.254/20090404/metad...) wget: can't connect to remote host (169.254.169.254): Network is unreachable cloudsetup: failed 1/30: up 9.93. request failed wget: can't connect to remote host (169.254.169.254): Network is unreachable
I killed all dnsmasq and restarted nova. I then ran the:
ps aux | grep dnsmasq
command expecting to find some kind of evidence that the service restarted but no such luck. This is all it shows and Im stuck:
root 11735 0.0 0.0 103244 856 pts/2 S+ 09:26 0:00 grep dnsmasq
Please help