Port 2222 not listening after NIC replacement

mic520

Verified User
Joined
Jan 12, 2006
Messages
5
I got RH. The box has two NICs, one with static IP, and another DHCP. Now, i did changed the NICs roles, did all nessesary changes in RH, and replaced cabels. Apache, mySQL, pop3 etc. runing. Only port 2222 not listening.
Any help?
I dont want to change NIC's roles back.
 
Have you tried restarting DirectAdmin?

Executing the directadmin binary directly might also shed more light on why it won't startup.

Code:
cd /usr/local/directadmin
./directadmin

Another possibility is you need to change the directadmin.conf file to reflect the changes. DirectAdmin must have a static IP address.
It could be trying the DHCP interface which would cause an IP mismatch.
 
Bingo!

Thank You
The file directadmin.conf contains reference to NIC, where current setting - eth[N], have to be changed to eth[another N].
Therefore, not enough only to configure the another NIC with the same IP address to keep license, but the service have to know which NIC to listen
 
Back
Top