Welcome![Sign In][Sign Up]
Location:
Search - 端口映射

Search list

[Firewall-Security端口映射及TCP转发软件源代码

Description:

端口映射

PortTransfer_三种模式。
(1) PortTransfer Port Dest_IP Port
在运行本程序的计算机上监听Port端口,并将所有连接请求转到Dest_IP的Port去
(2) PortTransfer ctrlIP ctrlPort Dest_IP Port
和模式3配合用,程序将先主动连接ctrlIP:ctrlPort,之后所有在模式3的ServerPort端口的请求转到Dest_IP:Port去
(3) PortTransfer ctrlPort ServerPort
在执行模式2前先执行,将监听ctrlPort和ServerPort 端口,ctrlPort供模式2使用,ServerPort提供服务.

模式1适合在网关上运行,将内网IP的端口映射到网关上,
如:PortTransfer 88 192.168.0.110 80
那么网关将开启88端口,所有在88端口的请求将转到内网的192.168.0.110的80端口

模式2和模式3联合使用可以将内网的IP和端口映射到指定的IP和端口上,
一般在公网IP(假设61.1.1.1)上执行模式3,如:PortTransfer 99 80, 80是映射过来的端口
内网用户执行模式2如:PortTransfer 61.1.1.1 99 127.0.0.1 80,
那么程序在内网将先连接61.1.1.1:99建立个连接,并等待接收命令。

之后当61.1.1.1的80端口有请求,将通过99端口命令内网机子和公网机子建立条新的数据连接,
并将请求通过新建的连接将请求转发到内网机.

最后更新:2007.8.31 By DSSZ

最新更改了模3,接收到新连接接令后,不再创建新的临时端口,避免中转服务器有防火墙,临时端口连接不上的情况!
可参看 PortTransfer_3 的修改部分,在transport_old.cpp里面


Platform: | Size: 15570 | Author: testbs | Hits:

[Other resource示例如何将内部网UDP端口映射到公共网上

Description: 示例如何将内部网UDP端口映射到公共网上.zip (支持请求延迟功能)-examples of how internal network UDP port mapping to the public online. Zip (support request delayed function)
Platform: | Size: 7884 | Author: 枫之影 | Hits:

[WinSock-NDIS示例如何将内部网UDP端口映射到公共网

Description: 示例如何将内部网UDP端口映射到公共网,很少能找到的东西-examples of how internal network UDP port mapping to the public network, can find little things
Platform: | Size: 7654 | Author: juki | Hits:

[Internet-Networklinux 端口映射

Description:

通过linux穿透NAT,能指定远端端口映射到本地端口


Platform: | Size: 51518 | Author: szzjj_2008 | Hits:

[Internet-Networkjava端口映射

Description:

java代码编写用于实现端口映射功能


Platform: | Size: 164586 | Author: pureboy19830 | Hits:

[Documents局域网动态IP端口映射

Description: 局域网动态IP端口映射
Platform: | Size: 1289216 | Author: coaming0508@163.com | Hits:

[SourceCode内网端口映射源码和测试程序

Description: 用delphi写了一个进行自动端口映射的控件AutoNAT,用于在自行开发的delphi软件中实现自动端口映射,使得中间件QuickBurro的安装软件具备了自动进行NAT设置的能力,大大简化了软件的安装。
Platform: | Size: 183708 | Author: maopaopao66 | Hits:

[Firewall-Securityip-fil3.4.20.tar

Description: ip-filter不但具有SNAT、DNAT、端口映射、透明代理等已经成熟的功能,同时还实现了IPv4和IPv6协议以及IPSec安全协议的支持。此外还有诸如规则分组、blackhole、数据包捕获等特色-ip-filter not only had SNAT, DNAT, the port mapping, the transparent proxy and so on already the mature function, meanwhile has realized IPv4 and the IPv6 agreement as well as the IPSec security agreement support. In addition also has such as the rule grouping, blackhole, characteristic and so on data packet capture
Platform: | Size: 582656 | Author: 站长 | Hits:

[Proxy Serverkingate-1.6.tar

Description: kingate是一个代理服务器,能代理多种协议,包括:http,https,socks,ftp,pop3,smtp,telnet,dns。能运行在linux,freebsd,...及其它类unix,还有windows(最新版本要求nt 4.0以上)操作系统上 kingate是一个多线程的程序(采用线程池的方式),所以短时间内大量的连接请求,kingate还能保持很高的性能。 kingate还支持tcp端口映射,可以实现别人访问你的内网主机。-kingate is an agent server, can act the many kinds of agreements, including: Http, https, socks, ftp, pop3, smtp, telnet, dns. Can move in linux, freebsd.. And other kind of unix, but also has windows (the newest edition to request above nt 4.0) on the operating system kingate is a multi-thread procedure (uses line Cheng Chi the way), therefore in the short time the massive connections requested, kingate also can maintain the very high performance. Kingate also supports the tcp port mapping, may realize the others to visit you in webmaster machine.
Platform: | Size: 225280 | Author: none | Hits:

[Internet-NetworkTCPPortMapper

Description: TCP/IP端口映射源码,可以将内网的端口映射到外网-TCP/IP port mapping source, within the network can be mapped to a port outside the network
Platform: | Size: 5120 | Author: 刘工 | Hits:

[assembly languagemap

Description: Win32汇编写的端口映射器,构思精巧,效率极高。-Win32 compilation was made for the port mapping, the idea of delicate, extremely efficient.
Platform: | Size: 2048 | Author: 超新星 | Hits:

[Internet-NetworkportMap_good

Description: lan中的端口映射程序-the port mapping procedures
Platform: | Size: 243712 | Author: 蚊子 | Hits:

[Internet-NetworkPortMapClient

Description: lan中的端口映射客户端程序-lan port mapping of client
Platform: | Size: 3567616 | Author: 蚊子 | Hits:

[Internet-Network示例如何将内部网UDP端口映射到公共网

Description: 示例如何将内部网UDP端口映射到公共网,很少能找到的东西-examples of how internal network UDP port mapping to the public network, can find little things
Platform: | Size: 7168 | Author: juki | Hits:

[Process-Thread端口到进程实现的原代码

Description: 端口到进程实现的源代码 实现进程与端口的映射 -port to the process of realization of the source code for achieving process and port mapping
Platform: | Size: 3072 | Author: sun | Hits:

[P2P示例如何将内部网UDP端口映射到公共网上

Description: 示例如何将内部网UDP端口映射到公共网上.zip (支持请求延迟功能)-examples of how internal network UDP port mapping to the public online. Zip (support request delayed function)
Platform: | Size: 7168 | Author: 枫之影 | Hits:

[Internet-NetworkPORTMAP

Description: 端口映射程序(TCP/IP),支持UDP/TCP协议,使用简单。-port mapping procedures (TCP/IP) support UDP/TCP, simple to use.
Platform: | Size: 344064 | Author: mg | Hits:

[OtherIdMappedPortTCP

Description: 在DELPHI下编的一个使用IdMappedPortTCP进行端口映射,很基础的,还要改进,有喜欢这方面的朋友的多多支持哈.-in a series for use IdMappedPortTCP port mapping, the very foundation, but also improvements, like the generous support of friends of Kazakhstan.
Platform: | Size: 6144 | Author: selina | Hits:

[Delphi VCLMappedPort

Description: Indy控件示例程序,使用Indy控件实现了端口映射功能。-Indy Control example, the use of Indy Control of the port mapping functions.
Platform: | Size: 2048 | Author: wuyu | Hits:

[Other映射端口

Description: 一个游戏外网用的映射端口(A Mapping Port for Game Extranet)
Platform: | Size: 289792 | Author: 小污龟 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net