Not able to reach da login or my websites. But server is fine...

tarantella

New member
Joined
Aug 6, 2009
Messages
2
Hi,

My websites at my vps and my da admin is not reacheble.
My host says the server is fine.

I guess i need to show a log file before anyone can say anything about what the problem might be.

How do I get the log file?
Using putty? what commands.

Please help.

Thanks.
 
What we really need is the domain names and ip address of the server so we can check it for you.
 
server info

Hi,

Thanks for answering.

My server ip is: 81.27.45.232

Domain: cloudit.no

Thanks
 
Here's the last step of a traceroute to your server:
Code:
17  81.27.45.232 (81.27.45.232)  206.458 ms !<10>  207.077 ms !<10>  207.972 ms!<10>
This would indicate a problem in how your VPS is set up, since the IP# cannot find itself.

I wouldn't want to believe it, though, since a ping works:
Code:
ping 81.27.45.232
PING 81.27.45.232 (81.27.45.232) 56(84) bytes of data.
64 bytes from 81.27.45.232: icmp_seq=1 ttl=38 time=197 ms
64 bytes from 81.27.45.232: icmp_seq=2 ttl=38 time=196 ms
except that when I try to use wget to get your index.html file my system tells me that it cannot find your server:
Code:
wget 81.27.45.232
--16:32:45--  http://81.27.45.232/
           => `index.html'
Connecting to 81.27.45.232:80... failed: No route to host.
While I don't like having to tell you that your host is wrong, they are. Either the server is broken, or their network is broken.

Jeff
 
Back
Top