Chinaunix首页 | 论坛 | 博客
  • 博客访问: 357084
  • 博文数量: 93
  • 博客积分: 3010
  • 博客等级: 中校
  • 技术积分: 879
  • 用 户 组: 普通用户
  • 注册时间: 2006-04-06 23:29
文章分类

全部博文(93)

文章存档

2014年(2)

2011年(1)

2010年(2)

2009年(6)

2008年(6)

2007年(13)

2006年(63)

我的朋友

分类:

2007-09-12 14:56:37

症状:
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反向解析部分的设置。
 
 
阅读(1585) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~