How can I test connectivity between iPoint server and clients?

How can I test connectivity between iPoint server and clients?

iPoint components communicate with each other by talking over a computer port. By default this port number is set to 8000. You have to make sure that your system allows this communication over this port. Make the necessary changes at your firewall and anti-virus to allow this type of communication. You can run a little test to verify that your system accepts this communication.

Click the Start button and type in ‘cmd’ in the Search box and hit Enter. A command prompt application will be started. At that prompt now type in ‘telnet [ipserver] [portnumber]’ and hit Enter.

[ipserver] represents the ip address or computer name of the iPoint server machine. The [portnumber] represents the port number that is used for your iPoint communication.

If the command returns an empty screen, then the communication is allowed and should be operating correctly. Proper communication is not allowed when you get error messages. Press F6 to close the connection. In case of a successful connection, you will now see error messages when ending. These errors and messages can be ignored.

    • Related Articles

    • How to reconfigure the server's port number?

      Locate the configuration file at C:\ProgramData\PresentationPoint\iPoint Server.xml. Open this file with a text editor like notepad. Look for the text <add key="ServerPortNumber" value="8000" /> This "8000" value represents the port number being used ...
    • Can I install all 3 iPoint software components on one computer?

      Sure you can. For a single or small iPoint environment, you may install the iPoint server, scheduler and player together on the same machine. Also in an environment of 3 players, you could install the iPoint server on 1 of the 3 player computers. ...