View Single Post
  #10 (permalink)  
Old 2008-04-16
mecarter mecarter is offline
Junior Member
 
Join Date: 2006-05-18
Posts: 9
Rep Power: 0
mecarter has an average reputation (10+)
Default Re: Cannot connect to SmartCenter

Same thing happens if I have the IP for the GUI client specifically defined. Now, I may know why.

"tcpdump -i <interface> host <HostIP> and port 18190" shows me that the client is trying to connect on port 18190

"netstat -an | grep 18190" shows me that the SmartCenter server is not listening on that port. "netstat -ln | grep 181" shows me that it is listening on ports 18191 & 18192 (among others).

So how do I either get the SmartCenter to listen on port 18190 or get the clients to try and connect on one of the ports that the server is already listening on?
Reply With Quote