- 论坛徽章:
- 0
|
回复 4楼 HonestQiao 的帖子
我采用的是最小化安装,装完之后未做任何设置。今天我又重做了一遍,最小化装完后开启ftp服务,上传一个大文件试一下,上传仍然慢,30k左右,但下载时很快。我以前用同一台机器装过freebsd 6 ,上传文件很快。基本是初学,请帮助。
/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 编辑 ] |
|