中国青基会
RSS
热门关键字:  None  linux+moodle安装  mac  rhel5  199
当前位置 : Nixsky>UNIX>Solaris>列表

Solaris TELNET ftp时间超长的解决方法

来源: 作者: 时间:2007-09-19 点击:
 症状:

  1、从客户都使用服务器IPtelnet,ftp时间都很长,ftp甚至timeout退出。

  2、在服务器端arp -a,命令很长时间没有回显。

  问题根源:

  Solaris服务器DNS尝试反向解析客户端的主机名。

  解决方法:

  1、修改/etc/nsswitch.conf文件。去掉dns字段。

  如:
  #vi /etc/nsswitch.conf
  ~~
  # You must also set up the /etc/resolv.conf file for DNS name
  # server lookup. See resolv.conf(4).
  hosts: files # dns<把这个dns字段去掉,即可>
  ipnodes: files
  ~~
  2、完成DNS反向解析部分的设置。

最新评论共有 0 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?
注册