[RESOLVED] Fresh Install :: Panel times out

Status
Not open for further replies.

enkrypt

Verified User
Joined
Feb 3, 2011
Messages
38
Hey guys,

I just installed CentOS 7 on a new Kimsufi box. I used QEMU to actually mount the vanilla ISO file from CentOS and am using the prepackaged kernel. I also setup all the partitions myself using LVM (xfs) because kimsufi doesn't have a template that uses logical volumes. Not sure if that matters, but thought I would throw that out there.

Anyways, when going to MYIP:2222 it times out - this is directly after a fresh install.

When I run an nmap -p 2222 I get the following:

Code:
[root@cupid ~]# nmap -p 2222 *EDITED*

Starting Nmap 5.51 ( http://nmap.org ) at 2015-01-29 07:37 UTC
Nmap scan report for *EDITED* (*EDITED*)
Host is up (0.031s latency).
rDNS record for *EDITED*: *EDITED*
PORT     STATE    SERVICE
2222/tcp filtered EtherNet/IP-1

So the port is definitely open. Not sure what to do from here. I have never run into this problem on a fresh install of DirectAdmin.

Any help would be greatly appreciated.

-eNkrypt


EDIT:
Please disregard this post - I forgot about the introduction to firewalld in CentOS 7

For anyone that has this problem try disabling firewalld with the following:

Code:
# systemctl stop firewalld
 
Last edited:
Status
Not open for further replies.
Back
Top