how to test if port 6555 and 6556 are open on windows and Linux?

Ross Salas ross.salas at gmail.com
Sat Apr 15 20:38:53 PDT 2023


on linux, you can do this in a script:
nc -zv 127.0.0.1
or
nc -zv (ip address)
(option vary but use verbose and just check if something is listening on
the port)
it will reply with different text if open or not open.


On Sat, Apr 15, 2023, 12:40 PM Robert Haussmann via Filepro-list <
filepro-list at lists.celestial.com> wrote:

> I assume this is for the license manager?  In Windows you can try
> telneting the destination IP address with the specific port:
>
>
> telnet [hostip] [port]
>
>
> so:  telnet 192.168.1.10 6555
>
>
> if you get a connection, the port is open and listening.  If it rejects,
> it cannot reach that ip/port combination.
>
>
> I'm sure the same can be done in Linux, even the same syntax.
>
>
> Unfortunately telnet has been disabled by default from a few Windows
> versions back.  You have to go into features to add the telnet client (or
> just download putty or the like).
>
>
> Bob
>
>
> ________________________________
> From: Filepro-list <filepro-list-bounces+haussma=
> nextdimension.net at lists.celestial.com> on behalf of tony freehauf via
> Filepro-list <filepro-list at lists.celestial.com>
> Sent: Saturday, April 15, 2023 3:22 PM
> To: filepro-list at lists.celestial.com
> Subject: how to test if port 6555 and 6556 are open on windows and Linux?
>
> Hi Experts - Filepro requires that ports 6555 and 6556 are open on
> windows and Linux?
>
> How can I test to make sure that is the case?
>
> thanks
>
> oldtony
>
>
> --
> Tony Freehauf
> YNOT Software & PC Support
> YNOT is pronounced "Why not".
> YNOT let us help you.
>
> http://www.ynotsoftware.com
> EMAIL: Tony at ynotsoftware.com
> CELL : 815.685.3691
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: tony.vcf
> Type: text/vcard
> Size: 195 bytes
> Desc: not available
> URL: <
> http://mailman.celestial.com/pipermail/filepro-list/attachments/20230415/d6c7ce08/attachment.bin
> >
> _______________________________________________
> Filepro-list mailing list
> Filepro-list at lists.celestial.com
> Subscribe/Unsubscribe/Subscription Changes
> http://mailman.celestial.com/mailman/listinfo/filepro-list
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://mailman.celestial.com/pipermail/filepro-list/attachments/20230415/92462332/attachment.htm
> >
> _______________________________________________
> Filepro-list mailing list
> Filepro-list at lists.celestial.com
> Subscribe/Unsubscribe/Subscription Changes
> http://mailman.celestial.com/mailman/listinfo/filepro-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.celestial.com/pipermail/filepro-list/attachments/20230415/15deff7b/attachment.htm>


More information about the Filepro-list mailing list