随笔 - 493  文章 - 0  评论 - 97  阅读 - 239万

dos下登录fedora下的vsftp失败

我有两个FTP站点:A - windows xp下的IIS, B - 虚拟机fedora12下的vsftp,都是正常运行的,同时这两个站点都允许匿名访问。

dos下访问A,或在fedora12终端下登录B,都是成功的。但是在dos下访问B,或在fedora12终端下访问A都是失败的。为什么呢?

 

想来想去不明白,因为我的windows xp已经关闭了防火墙,而且fedora也已经关闭了selinux。搞到最后原来是fedora12下的防火墙的缘故。

最后,把fedora下的防火墙也关了,命令如下:

[root@vsftpd #70]#service iptables stop
iptables
:清除防火墙规则:                                 [确定]
iptables
:将链设置为政策 ACCEPTfilter                    [确定]
iptables
:正在卸载模块:                                   [确定]

这样之后,就可以成功地登录windows下的ftp-A了,同时,dos也可以成功地登录fedora12下的B了。看看结果吧:

dos登录A

C:\Documents and Settings\zhouciming>ftp 192.168.1.102

Connected to 192.168.1.102.

220 (vsFTPd 2.2.2)

User (192.168.1.102:(none)): ftp

331 Please specify the password.

Password:

230 Login successful.

ftp> ls

200 PORT command successful. Consider using PASV.

150 Here comes the directory listing.

pub

226 Directory send OK.

ftp: 收到 5 字节,用时 0.00Seconds 5000.00Kbytes/sec.

ftp> dir

200 PORT command successful. Consider using PASV.

150 Here comes the directory listing.

drwxr-xr-x    2 0        0            4096 May 17  2010 pub

226 Directory send OK.

ftp: 收到 61 字节,用时 0.00Seconds 61000.00Kbytes/sec.

ftp> close

221 Goodbye.

ftp> disconnect

Not connected.

ftp> bye


fedora12
终端下登录ftp-A:

[root@vsftpd #71]#ftp 192.168.1.100

Connected to 192.168.1.100 (192.168.1.100).

220 Microsoft FTP Service

Name (192.168.1.100:root): ftp

331 Anonymous access allowed, send identity (e-mail name) as password.

Password:

230 Anonymous user logged in.

Remote system type is Windows_NT.

ftp> ls

227 Entering Passive Mode (192,168,1,100,80,179).

125 Data connection already open; Transfer starting.

06-15-11  10:17PM                  280 a.txt

226 Transfer complete.

ftp> dir

227 Entering Passive Mode (192,168,1,100,80,180).

125 Data connection already open; Transfer starting.

06-15-11  10:17PM                  280 a.txt

226 Transfer complete.

ftp> bye

221 

[root@vsftpd #72]#

原来linux下的防火墙的服务名是:iptables,现在才知道,慢慢积累吧!

posted on   清清飞扬  阅读(679)  评论(0编辑  收藏  举报
编辑推荐:
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· 记一次.NET内存居高不下排查解决与启示
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET10 - 预览版1新功能体验(一)
< 2011年9月 >
28 29 30 31 1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 1
2 3 4 5 6 7 8

点击右上角即可分享
微信分享提示