No login on port 2222

Status
Not open for further replies.

janrozema

Verified User
Joined
Jun 26, 2006
Messages
9
I cannot login anymore on ip:2222

Its happenend after changing my IP address to Internet

After typing: telnet localhost 2222 i get the following error:

telnet localhost 2222
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host: Connection refused
 
That wont help.

Which firewall files are used for iptables?

In /etc/init.d/iptables there must be 2 files : /etc/sysconfig/IPTABLES and IPTABLES_CONFIG, i see only the second file

After a iptables restart still no answer on port 2222. There are no rules(iptables -L)
 
Do you get a response if iptables is stopped?

Please post your IP# so we can check from here.

Jeff
 
Is the DirectAdmin daemon running? Post what you "ps ax" command looks like. If you don't see DirectAdmin in there, try typing
Code:
/usr/local/directadmin/directadmin d
and see if its outputting any errors.

I doubt this is firewall related because it replying that connection was refused means the port is open, if it was closed and set to drop (which is how most firewalls work) it would just sit on the "connecting to IP...." until it timed out. Odds are with this the daemon isnt running so there is nothing bound to the port which is why it is being refused.
 
Jeff,

The problem is solved.

Because of a different ip address(Fault in a router), not the one i have changed at the Directadmin H.Q., was the problem why directadmin would' nt started.


Thanks for replying

Jan Rozema
 
Status
Not open for further replies.
Back
Top