Question
Can't access new droplet created from snapshot of another droplet
I’m new to server management, so please forgive what might be a silly question…
I created a new droplet from a snapshot taken from another droplet which is currently live. Both droplets are the same configuration except that one is on NYC3 and the other on TOR1.
The new droplet does not have a domain name associated with it yet so I am trying to access it in my browser by IP address (159.203.11.178).
The new droplet can be accessed at this IP address via PuTTY, but if I type the address into my browser, the site won’t load. Actually, it looks like it’s caught in a loop.
Any thoughts or suggestions?
Cheers, Arnold
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
did you try using the digitalocean console?
I get this response when I try to use the DO console: “Failed to establish a connection to the console. Please reload.”
I just reloaded the DO console page and yes, I can now connect this way just like with PuTTY.
Still no love from my browser though:-(
Hi,
It looks like you’re using Apache - are you seeing anything in
/var/log/apache/
or/var/log/apache2/
? When you browse to the IP, what does the browser show? Is it a blank page? What are you running in addition to Apache?Hi BrookDO,
I’m running a full CentOS 6.5 LAMP stack with log files in /var/log/httpd. So far I’m not noticing anything strange in the log files (though I’m not 100% sure).
When I type the IP address into the browser, it appears to find the site but keeps looping before rendering anything in the viewport. When I check the console, only the first GET appears and keeps cycling.