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? |