test0009 发表于 2005-7-26 09:42:45

环境:
    m0n0:WAN:192.168.0.29 gw:192.168.0.1
               LAN:192.168.1.1

内网上网正常
但是ftp公网上上的服务器,能登录。但不能ls
C:\>ftp 218.*.*.*
Connected to 218.*.*.*.
220 ready, dude (vsFTPd 1.1.0: beat me, break me)
User (218.4.64.19:(none)): wjl
331 Please specify the password.
Password:
230 Login successful. Have fun.
ftp> binary
200 Binary it is, then.
ftp> ls
200 PORT command successful. Consider using PASV.

在LINUX下加载FTP主动与被动模块即可。
不知道m0n0里如何解决?

另默认的mono规则,是拒绝外网的ping包了吗?

flyoam 发表于 2005-7-27 22:59:51

QUOTE(test0009 @ Jul 26 2005, 09:42 AM)
环境:
    m0n0:WAN:192.168.0.29 gw:192.168.0.1
               LAN:192.168.1.1

内网上网正常
但是ftp公网上上的服务器,能登录。但不能ls
C:\>ftp 218.*.*.*
Connected to 218.*.*.*.
220 ready, dude (vsFTPd 1.1.0: beat me, break me)
User (218.4.64.19:(none)): wjl
331 Please specify the password.
Password:
230 Login successful. Have fun.
ftp> binary
200 Binary it is, then.
ftp> ls
200 PORT command successful. Consider using PASV.

在LINUX下加载FTP主动与被动模块即可。
不知道m0n0里如何解决?

另默认的mono规则,是拒绝外网的ping包了吗?
54499


被动 设置pasv端口,然后在路由上做端口映射pasv的端口!
页: [1]
查看完整版本: m0n0----ftp问题?