Options
IP_Client_Open
when doing IP communication does it need to be in the same class and range of IP. As what I observe. i can' t open the port which is not on the same range of IP... (eg master IP is 10.5.1.101 and IP client is on 10.7.1.101)...
Comments
What is your subnet set to? If you are using 255.255.255.0, then they are on separate networks and unless you have proper routing, they cannot talk. Also, this is a Private network range, so it is not routable through the internet.
Jeff
yes they are using 255.255.255.0
Jeff
I can't Ping it
Jeff