问题描述
这里我的目标是通过互联网将图像/数据从一个系统发送到另一个系统简单地通过提供本地IP但是当来到互联网时我面临一个问题,如果共享一个ip我怎么能指定一个系统
eg
这里我系统的IP
117.206.57.120
我想发送数据给
117.206.57.121
但是如果不共享ip它可以工作但是如果ip是共享的
117.206.57.121包含
192.168.0.2
192.168.0.3
192.168.0.4
192.168.0.5
我想发送数据到192.168.0.3
我怎样才能实现这个目标
[192.168.1.3] 117.206.57.120到117.206.57.121 [192.168 .1.2]
Here my aim is to send image/data from one system to another over internet in lan its simple by giving local ip but when comes to internet i face a problem if an ip is shared how can i specify a system
eg
here ip of my system
117.206.57.120
and i want to sent a data to
117.206.57.121
but if the ip is not shared it works but if ip is shared
117.206.57.121 contains
192.168.0.2
192.168.0.3
192.168.0.4
192.168.0.5
and i want to send data to 192.168.0.3
how can i achieve this
[ 192.168.1.3 ] 117.206.57.120 to 117.206.57.121 [ 192.168.1.2 ]
推荐答案
这篇关于如何将数据发送到共享ip中的系统的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!