Server can't be accessed

Server can't be accessed

I have a server I rent from OVH and I rebooted it and now I can't connect to it, OVH responded with

"The server has started (login is requested on the screen) but inaccessible by the network (not pinging)."

I ran the network test and all drives/cpu/ram and all is working so what could be wrong? iptables? (iptables isn't listed as a service) I'm also in rescue mode to access my files. Does anyone know what could cause this? OVH said that I need to check my configuration if that means anything. Thanks in advance!

答案1

Is the gateway correct when issuing the command ifconfig?

Does the eth0 config file look correct?

Is the network service running? (service network status)

And just to confirm, you did a service iptables status and it outputted that it did not know what iptables is, correct?

Also, just for documentation purposes, which version of CentOS is this?

答案2

The issue was that somehow network manager got running and it would constantly overwrite my resolv.conf and hald was failing to start on boot causing it to freeze so I just chromed in rescue and chkconfig hald off and chi networkmanager off And that fixed it (after I fixed my DNS in my resolve.conf of course)

相关内容