- 论坛徽章:
- 0
|
rinetd -- internet ``redirection server''
古老,短小,简单的转发软件
下载地址
http://www.boutell.com/rinetd/http/rinetd.tar.gz
![]()
文件:
rinetd.tar.tar
大小:
112KB
下载:
下载
下载后编译,安装
启动方式为 /usr/sbin/rinetd -c config.file
关于config文件
206.125.69.81 80 10.1.1.2 80
将所有发往 206.125.69.81 80端口的转发到10.1.1.2 80
0.0.0.0 23 10.1.1.2 23
将所有发往本地的23端口的请求转发到10.1.1.2
许可访问 allow 206.125.69.*
日志记录 logfile /var/log/rinetd.log
C:\>rinetd.exe -h
Usage: rinetd [OPTION]
-c, --conf-file FILE read configuration from FILE
-h, --help display this help
-v, --version display version number
Most options are controlled through the
configuration file. See the rinetd(8)
manpage for more information.
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/30815/showart_429967.html |
|