FPipe, CMD命令行下的端口重定向工具

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了FPipe, CMD命令行下的端口重定向工具相关的知识,希望对你有一定的参考价值。

  英文文档:

FPipe v2.1 - TCP/UDP port redirector.
Copyright 2000 (c) by Foundstone, Inc.
http://www.foundstone.com

FPipe [-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 mode

Example:
fpipe -l 53 -s 53 -r 80 192.168.1.101

This would set the program to listen for connections on port 53 and
when a local connection is detected a further connection will be
made to port 80 of the remote machine at 192.168.1.101 with the
source 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命令行下的端口重定向工具的主要内容,如果未能解决你的问题,请参考以下文章

非标准 HTTPS 端口的 VirtualBox 端口重定向问题

Windows在cmd命令行下打开常用工具的命令

如何在cmd命令行下切换目录

串行端口重定向或拆分[关闭]

怎么在cmd命令行下进入postgresql

JAVA文件在Windous命令行下的运行