Port 2224

Support for security such as Firewalls and securing linux
Post Reply
imdes
Posts: 2
Joined: 2023/08/03 16:22:45

Port 2224

Post by imdes » 2023/08/03 16:32:26

Hi everyone, I am a total newb to all things server related so I apologize in advance. I have a VPS server with Godaddy (self-managed, which I didn't know would be such a nightmare) and it is CentOS 7 so they won't help me.
I cannot access WHM/Cpanel as it says Nydus is installed and the firewall is blocking port 2224. They gave me this article https://ca.godaddy.com/help/unblock-por ... rver-27924 but the commands don't work due to it being CentOS. Since I can't access whm I am using Putty and am logged into the root user.
Does anyone know what commands I can use to get access again please?
https://snipboard.io/91Uocu.jpg

User avatar
TrevorH
Site Admin
Posts: 33224
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Port 2224

Post by TrevorH » 2023/08/03 16:56:05

You _can_ run firewalld on CentOS 7 but it sounds like you do not. Look and see what you do use instead - it'll most likely either be iptables or it'll be some cpanel installed thing. If it's the latter then you need to ask cpanel how to amend its rules.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

imdes
Posts: 2
Joined: 2023/08/03 16:22:45

Re: Port 2224

Post by imdes » 2023/08/03 17:26:29

does this mean it is iptables if I get this when I enter # iptables -L -v
Chain INPUT (policy ACCEPT 149K packets, 40M bytes)
pkts bytes target prot opt in out source destination

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination

Chain OUTPUT (policy ACCEPT 160K packets, 303M bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp -- any any anywhere anywhere multiport dports smtp,urd,submission ow ner GID match mailman
0 0 ACCEPT tcp -- any any anywhere anywhere multiport dports smtp,urd,submission ow ner GID match mail
0 0 ACCEPT tcp -- any any anywhere localhost multiport dports smtp,urd,submission ow ner UID match cpanel
58 3798 ACCEPT tcp -- any any anywhere anywhere multiport dports smtp,urd,submission ow ner UID match root

but if it is iptables, when I run iptables -I INPUT -p tcp --dport 2224 -j ACCEPT
it does nothing

User avatar
TrevorH
Site Admin
Posts: 33224
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Port 2224

Post by TrevorH » 2023/08/03 18:03:20

If it's got cpanel on it, ask cpanel. They make too many changes from CentOS defaults to know what you have.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply