使用代理服务器建立移动 Web 服务器隧道
我有一个移动网络服务器,通过 GPRS 连接到互联网。 ISP 仅提供私有 IP,因此无法使用 no-ip 或 dyndns 等方式访问它。有没有办法使用代理服务器访问此移动网络服务器?:
移动网络服务器与代理服务器建立连接
网络浏览器(客户端)建立连接与代理服务器建立连接,并将已建立的套接字直接重定向到移动网络服务器
我需要有几个这些类型的移动网络服务器(每个都有不同的主机名)连接到代理服务器(即其域是 myproxy.com),并向普通用户提供 mobileserverlist.myproxy.com 中的网站以及链接列表,每个链接将指向 ie
http://mobilewebserver1.myproxy.com
此处代理服务器会将流量重定向到每个移动 Web 服务器(所有服务器都在专用网络中)
?
I have a mobile webserver, which is connected to internet through GPRS. ISP only provide a private IP, so is not possible to access to it using something like no-ip or dyndns. Is there a way to use a proxy server to access to this mobile webserver?:
Mobile webserver stablish connection with proxy server
a web browser (client) stablish a connection with the proxy server, and redirect the stablished socket directly to mobile webserver
I need to have several of these type of mobile web server (each with a different hostname) connected to a proxy server (ie. its domain is myproxy.com), and provides to a normal user a web site in mobileserverlist.myproxy.com with a list of links, each link will point to ie
http://mobilewebserver1.myproxy.com
here the proxy server will redirect traffic to each mobile web server (all of them in private networks)
ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的意思是您有一部手机作为网络服务器。你无法获得静态 IP 地址,甚至没有 dyndns 域名。令人惊讶的是你无法获得 dyndns 域名。但你实际上并不需要代理。您可以轻松设置请求脚本,将用户引导至您想要的位置。
You mean you have for example a mobilephone as a web server. You can't get a static ip adress and even no dyndns domain. That you can't get dyndns domain is surprising. But you dont really need a proxy. You can easily set up a request script, that direct your users to the location you want.