QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

楼主: lues

用iptables能否实现公网ip对公网ip的端口影射或转发

[复制链接]
 楼主| 发表于 2004-12-1 14:04:44 | 显示全部楼层
[quote:47f614c4dd="dannycat"][quote:47f614c4dd="lues"]不支持socket转发[/quote] 什么概念?

[/quote]

http://www.boutell.com/rinetd写道
rinetd does not redirect FTP, because FTP requires more than one socket.

install: 无法创建一般文件‘/usr/man/man8’: 没有那个文件或目录
你的配置没有写好吧,通常情况下 应该是 /usr/share/man/manX


[root@test7 rinetd]# more Makefile
CFLAGS=-DLINUX -g

rinetd: rinetd.o match.o
        gcc rinetd.o match.o -o rinetd

install: rinetd
        install -m 700 rinetd /usr/sbin
        install -m 644 rinetd.8 /usr/man/man8

不会要改Makefile 吧
回复

使用道具 举报

发表于 2004-12-1 14:14:30 | 显示全部楼层
rinetd does not redirect FTP, because FTP requires more than one socket.

rinetd 不转发 FTP,因为 FTP (同时)需要多个接口。

就是改 Makefile 呀,不是所有软件都可以 ./configure 一下的
要不,干脆照着 Makefile 里的步骤,手工来一遍  
回复

使用道具 举报

 楼主| 发表于 2004-12-1 14:25:03 | 显示全部楼层
多谢,马上动手  
回复

使用道具 举报

 楼主| 发表于 2004-12-1 15:45:21 | 显示全部楼层
我的rinetd现在可以正常工作了,不过log有点问题
我的/etc/rinetd.conf如下:
[code:1][root@test7 log]# more /etc/rinetd.conf
210.75.11.37    7421    202.96.197.20    5260
210.75.11.37    7521    202.96.197.20    5360
logfile /var/log/rinetd.log[/code:1]

端口转发正常,但是log有点问题
[code:1][root@test7 log]# tail rinetd.log
01/Dec/2004:15:36:58    0.0.0.0 ??G磛 0       (null)  0       0       0       accept-failed -
01/Dec/2004:15:36:58    0.0.0.0 ??G磛 0       (null)  0       0       0       accept-failed -
01/Dec/2004:15:36:58    0.0.0.0 ??G磛 0       (null)  0       0       0       accept-failed -
01/Dec/2004:15:36:58    0.0.0.0 ??G磛 0       (null)  0       0       0       accept-failed -
01/Dec/2004:15:36:58    0.0.0.0 ??G磛 0       (null)  0       0       0       accept-failed -
01/Dec/2004:15:36:58    0.0.0.0 ??G磛 0       (null)  0       0       0       accept-failed -
01/Dec/2004:15:36:58    0.0.0.0 ??G磛 0       (null)  0       0       0       accept-failed -
01/Dec/2004:15:36:58    0.0.0.0 ??G磛 0       (null)  0       0       0       accept-failed -
01/Dec/2004:15:36:58    0.0.0.0 ??G磛 0       (null)  0       0       0       accept-failed -[/code:1]

我该怎么解决?
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-6 23:27 , Processed in 0.046402 second(s), 12 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表