View Single Post
Old 9th November 2019, 11:56   #17697  |  Link
mparade
Registered User
 
Join Date: Nov 2013
Posts: 577
Quote:
Originally Posted by Ryushin View Post
I think the first thing is to verify that you can connect to each process. From your Ripbot machine, install nmap (they have a windows version).

Then using nmap, see if the Encoding Server ports are open on your other machines. I would run command like this from Linux:
nmap -p 1000,2000,3000,4000 192.168.9.7

My results look like this:
nmap -p 1000,2000,3000,4000 192.168.9.7
Starting Nmap 7.80 ( https://nmap.org ) at 2019-11-07 05:22 MST
Nmap scan report for taffy (192.168.9.7)
Host is up (0.0023s latency).

PORT STATE SERVICE
1000/tcp open cadlock
2000/tcp filtered cisco-sccp
3000/tcp filtered ppp
4000/tcp filtered remoteanything

Nmap done: 1 IP address (1 host up) scanned in 1.25 seconds

I'm running one Encoding Server on that client. The scan shows port 1000 as open, and the other ports as filtered. Filtered will be either there is nothing listening on those ports or a firewall has filtered them.

That will at least tell you if you have some kind of network problem.
Thank you very much for the help.
I got this result:

Quote:
Nmap scan report for amd-tr4.alllight.hungary (192.168.2.24)

Host is up (0.012s latency).



PORT STATE SERVICE

1000/tcp open cadlock

2000/tcp open cisco-sccp

3000/tcp open ppp

4000/tcp open remoteanything



Nmap done: 1 IP address (1 host up) scanned in 2.33 seconds
mparade is offline   Reply With Quote