Web server not listening on :2199

Read 4545 times
Hi everyone my second attempt at Centova Cast! I tried 2.x last year. Seems a battle to install, I am determined to get it going this time though.

I installed Centos 6 x64 min install, then added wget.

Then I got my license and followed the quick install guide. all went ok no errors - invited to visit the myip:2199 to finish setup, however this does not work, request timed out. Installed nmap and ran

nmap [myip]
Not shown: 998 closed ports
PORT   STATE SERVICE
21/tcp open  ftp
22/tcp open  ssh

So its not listening on :2199. from looking through the forums I thought perhaps cc-web was bound to 127.0.0.1 so I modified cc-control.conf and changed these lines

MASTER_ADDR=[myip]
MASTER_PORT=2199
MASTER_SSL=0

Still nothing. I know I could pay professional but I'm the type that likes to know whats going on. I have followed the quick install procedure twice, but always get back to not being able to login via web on port 2199, maybe a bug in the installer for centos 6 installs?

 any pointers?

Thanks

Wayne
By default cc-web will listen on all available interfaces, if it's not, then it might be a problem with your network configuration.

MASTER_ADDR only tells cc-control where to find cc-web's interface, it doesn't change where cc-web is listening.

You'll need to revert this changes back to 127.0.0.1 for best results, and find what is wrong with cc-web.

What is the output of "netstat -tulpn | grep :21" ?
Hi Roger, OK I have reverted it. The output of the netstat is below, it looks ok?

netstat -tulpn | grep :21
tcp        0      0 127.0.0.1:2196              0.0.0.0:*                   LISTEN      1207/imaged [master
tcp        0      0 0.0.0.0:21                  0.0.0.0:*                   LISTEN      1202/cc-ftpd (SERVE
tcp        0      0 0.0.0.0:2197                0.0.0.0:*                   LISTEN      1195/cc-web
tcp        0      0 127.0.0.1:2198              0.0.0.0:*                   LISTEN      1165/cc-control [rp
tcp        0      0 0.0.0.0:2199                0.0.0.0:*                   LISTEN      1195/cc-web

I have already checked iptables and all input is allowed. I will double check.

any other pointers?

Regards


Wayne