proftp本机能访问.别的机器访问不了
proftp本机能访问.别的机器访问不了
xp+虚拟机+RH9
xp 192.168.1.9 RH9 192.168.1.10
proftpd在RH里面访问成功.却在xp里面不成功.而且ftpd只能start不能shut
下面是具体
[root@chine sbin]# ./proftpd
[root@chine sbin]# ps -aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.2 0.2 1368 472 ? S 08:51 0:04 init
root 2 0.0 0.0 0 0 ? SW 08:51 0:00 [keventd]
root 3 0.0 0.0 0 0 ? SW 08:51 0:00 [kapmd]
root 4 0.0 0.0 0 0 ? SWN 08:51 0:00 [ksoftirqd_CPU0]
root 9 0.0 0.0 0 0 ? SW 08:51 0:00 [bdflush]
root 5 0.0 0.0 0 0 ? SW 08:51 0:00 [kswapd]
root 6 0.0 0.0 0 0 ? SW 08:51 0:00 [kscand/DMA]
root 7 0.0 0.0 0 0 ? SW 08:51 0:00 [kscand/Normal]
root 8 0.0 0.0 0 0 ? SW 08:51 0:00 [kscand/HighMem]
root 10 0.0 0.0 0 0 ? SW 08:51 0:00 [kupdated]
root 11 0.0 0.0 0 0 ? SW 08:51 0:00 [mdrecoveryd]
root 19 0.1 0.0 0 0 ? SW 08:51 0:03 [kjournald]
root 77 0.0 0.0 0 0 ? SW 08:51 0:00 [khubd]
root 1168 0.0 0.0 0 0 ? SW 08:52 0:00 [kjournald]
root 1482 0.0 0.2 1440 544 ? S 08:52 0:00 syslogd -m 0
root 1486 0.0 0.2 1368 428 ? S 08:52 0:00 klogd -x
rpc 1496 0.0 0.2 1548 548 ? S 08:52 0:00 [portmap]
rpcuser 1515 0.0 0.3 1524 688 ? S 08:52 0:00 [rpc.statd]
root 1583 0.0 0.2 1364 496 ? S 08:52 0:00 /usr/sbin/apmd -p 10 -w 5 -W -P /etc/sysconfig/apm-scripts/apms
root 1620 0.0 0.7 3504 1500 ? S 08:52 0:00 /usr/sbin/sshd
root 1634 0.0 0.4 2020 848 ? S 08:52 0:00 xinetd -stayalive -reuse -pidfile /var/run/xinetd.pid
root 1654 0.0 1.3 5916 2492 ? S 08:52 0:00 [sendmail]
smmsp 1663 0.0 1.1 5712 2252 ? S 08:52 0:00 [sendmail]
root 1673 0.0 0.2 1408 440 ? S 08:52 0:00 gpm -t imps2 -m /dev/mouse
root 1682 0.0 0.2 1416 568 ? S 08:52 0:00 crond
root 1693 0.0 0.9 7488 1844 ? S 08:52 0:00 cupsd
xfs 1754 0.0 1.6 4540 3096 ? S 08:52 0:00 [xfs]
root 1763 0.0 0.3 1396 576 ? SN 08:52 0:00 anacron -s
daemon 1772 0.0 0.2 1408 528 ? S 08:52 0:00 [atd]
root 1780 0.0 0.2 1348 396 tty1 S 08:52 0:00 /sbin/mingetty tty1
root 1781 0.0 0.2 1348 396 tty2 S 08:52 0:00 /sbin/mingetty tty2
root 1782 0.0 0.2 1348 396 tty3 S 08:52 0:00 /sbin/mingetty tty3
root 1783 0.0 0.2 1348 396 tty4 S 08:52 0:00 /sbin/mingetty tty4
root 1784 0.0 0.2 1348 396 tty5 S 08:52 0:00 /sbin/mingetty tty5
root 1785 0.0 0.2 1348 396 tty6 S 08:52 0:00 /sbin/mingetty tty6
root 1786 0.0 1.0 6776 2080 ? S 08:54 0:00 /usr/sbin/sshd
root 1788 0.0 0.7 5544 1400 pts/0 S 08:54 0:00 -bash
root 1832 0.1 1.0 6848 2096 ? S 09:00 0:01 /usr/sbin/sshd
root 1836 0.0 0.7 5544 1412 pts/1 S 09:01 0:00 -bash
nobody 1926 0.0 0.5 2140 1064 ? S 09:26 0:00 [proftpd]
root 1927 0.0 0.3 2624 676 pts/1 R 09:26 0:00 ps -aux
[root@chine sbin]# ./ftpshut
usage: ./ftpshut [ -R ] [ -l min ] [ -d min ] time [ warning-message ... ]
[root@chine sbin]# ./ftpshut -R
./ftpshut: error removing '/etc/shutmsg': No such file or directory
[root@chine sbin]#
然后在本机访问
C:\Documents and Settings\tx.chine>ftp 192.168.1.10
> ftp: connect :未知错误号
[root@chine sbin]# ftp 192.168.1.10
Connected to 192.168.1.10 (192.168.1.10).
220 ProFTPD 1.2.9 Server (ProFTPD Default Installation) [chine.com]
Name (192.168.1.10:root): upload
331 Password required for upload.
Password:
230 User upload logged in.
Remote system type is UNIX.
Using binary mode to transfer files.