Pinging server

First time setting this up, so be patient with me. :)

I installed slackware small and I have few questions.

Shouldn't I be able to ping my server?

Does apache and mysql start automatically or do I need to start them manually?

Do I need to open and close any ports from default install?

Thanks

dwight

3 Replies

Hey Dwight,

I'm able to ping your IP.

I can't recall if apache and mysql start; I think apache does. Boot your Linode, log in and see if httpd and mysqld are running (with ps aux").

You shouldn't need to close any ports; the only thing that should run by default is ssh and maybe apache (depending on distro).

Hope that helps!

-Chris

Great I can't ping from dls connection, but I can from samspade.org and other sites.

Also, ECN might not be supported somewhere in the routes between your Linode and DSL connection. You can disable ECN by running

echo 0 > /proc/sys/net/ipv4/tcp_ecn

from your Linode, or from within an rc.local startup script.

-Chris

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct