Solaris TELNET ftp时间超长

症状:

  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反向解析部分的设置。

你可能感兴趣的:(Solaris,UP)