OS Refusing Any incoming connection

General support questions
Post Reply
sisir
Posts: 3
Joined: 2016/05/31 04:53:08
Contact:

OS Refusing Any incoming connection

Post by sisir » 2016/08/24 07:30:50

Hello,

I was having duplicate pacakge issue so I ran

Code: Select all

$ yum distro-sync
$ package-cleanup --cleandupes --skip-broken
$ yum update
After that, I am unable to connect with my server. I am currently logged in using root access using web java terminal. Server is in rackspace (not managed hosting so I will not get any support there)

1. Unable to connect with FTP
2. Unable to connect with ssh
3. Unable to access any websites ( apache server is running )
4. Turned off firewall

Can anyone help me with which direction should I go.

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: OS Refusing Any incoming connection

Post by avij » 2016/08/24 08:00:42

Let's start with ssh.. What happens when you run service sshd restart ? Perhaps see service sshd status as well, and the latest log entries in /var/log/messages and /var/log/secure.

sisir
Posts: 3
Joined: 2016/05/31 04:53:08
Contact:

Re: OS Refusing Any incoming connection

Post by sisir » 2016/08/24 08:36:14

Thanks for your kind reply.

ssh clients were removed in the process. So I have install ssh clients now. I can connect with SSH, sFTP.

Still problem with port 80 and 443

mghe
Posts: 766
Joined: 2015/11/24 12:04:43
Location: Katowice, Poland

Re: OS Refusing Any incoming connection

Post by mghe » 2016/08/24 09:17:30

You have to give us more details from logs, and status of services.

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: OS Refusing Any incoming connection

Post by avij » 2016/08/24 11:10:22

service httpd restart
service httpd status
and look in /var/log/messages and /var/log/httpd/error_log

Post Reply