首页 > 代码库 > FPipe, CMD命令行下的端口重定向工具
FPipe, CMD命令行下的端口重定向工具
英文文档:
FPipe v2.1 - TCP/UDP port redirector.Copyright 2000 (c) by Foundstone, Inc.http://www.foundstone.comFPipe [-hvu?] [-lrs <port>] [-i IP] IP -?/-h - shows this help text -c - maximum allowed simultaneous TCP connections. Default is 32 -i - listening interface IP address -l - listening port number -r - remote port number -s - outbound source port number -u - UDP mode -v - verbose modeExample:fpipe -l 53 -s 53 -r 80 192.168.1.101This would set the program to listen for connections on port 53 andwhen a local connection is detected a further connection will bemade to port 80 of the remote machine at 192.168.1.101 with thesource port for that outbound connection being set to 53 also.Data sent to and from the connected machines will be passed through.
fpipe -l 1430 -s 1431 -r 1433 192.168.0.4
这句命令的意思是: 所有连接到本地1430端口的信息, 通过本地的1431端口, 转发到IP为192.168.0.4的1433端口
使用这个命令可以实现:某些不允许远程连接的端口, 使用fpipe把本地不存在限制的端口重定向到本地存在远程访问限制的端口上
作者: NONO
出处:http://www.cnblogs.com/diligenceday/
QQ:287101329
微信:18101055830
FPipe, CMD命令行下的端口重定向工具
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。