- 論壇徽章:
- 0
|
回復 4樓 HonestQiao 的帖子
我采用的是最小化安裝,裝完之后未做任何設置。今天我又重做了一遍,最小化裝完后開啟ftp服務,上傳一個大文件試一下,上傳仍然慢,30k左右,但下載時很快。我以前用同一臺機器裝過freebsd 6 ,上傳文件很快;臼浅鯇W,請幫助。
/etc/inetd.conf如下:
- # $FreeBSD: src/etc/inetd.conf,v 1.70.2.2 2006/09/07 20:03:25 obrien Exp $
- #
- # Internet server configuration database
- #
- # Define *both* IPv4 and IPv6 entries for dual-stack support.
- # To disable a service, comment it out by prefixing the line with '#'.
- # To enable a service, remove the '#' at the beginning of the line.
- #
- ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
- #ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l
- ftp stream tcp nowait root /usr/libexec/lukemftpd ftpd -l -r
- #ftp stream tcp6 nowait root /usr/libexec/lukemftpd ftpd -l -r
- #ssh stream tcp nowait root /usr/sbin/sshd sshd -i -4
- #ssh stream tcp6 nowait root /usr/sbin/sshd sshd -i -6
- #telnet stream tcp nowait root /usr/libexec/telnetd telnetd
- #telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd
- #shell stream tcp nowait root /usr/libexec/rshd rshd
- file "/etc/inetd.conf", 126 lines
復制代碼
[ 本帖最后由 aqliuwz 于 2007-4-27 10:49 編輯 ] |
|