1838380 Members
2970 Online
110125 Solutions
New Discussion

Testing Connectivity

 
MikeL_4
Super Advisor

Testing Connectivity

I had to have some ports opened through our firewall for CAUnicenter communications.

Is there a way to test this connectivity before I go through the trouble of installing the software and it not work ??
1 REPLY 1
Steven Schweda
Honored Contributor

Re: Testing Connectivity

Connectivity between what and what? Which
ports?

If no one is listening at these ports
(because you haven't installed the software
yet), how would you test it even without a
firewall (between whatever and whatever
else)? Perhaps you could configure a Telnet
server on an alternate port (one you'd like
to test), and see if you can talk to that.
That would seem to require messing with
/etc/services ("man telnetd"). Perhaps sshd
(with its "-p port" option) would cause less
trouble (depending on which services you use
normally).