设为首页 友情链接
在线留言 发表文章
加入收藏 广告联系

刺猬首页

| 专案技术 | 网络技术 | 图形图象 | 网络编程 | 网页设计 | 操作系统 | 服务器 | 技术白皮书 | 在线实验室 | 刺猬论坛 |
  | 数据库 | 设计赏析 | 存储频道 | 网络安全 | 私服架设 |  Solaris | 网站评估 | PC维护技巧 | 下载中心 | 博 客 |
专题: | Linux | java | cisco | 防病毒 | 刀片 | SOA | iscsi | ASP.NET | SQL | Oracle |
您现在的位置: IT公社 IT community >> 操作系统 >> UNIX系统 >> 教程正文 用户登录 新用户注册
专 题 栏 目
最 新 热 门
最 新 推 荐
相 关 文 章
如何用solaris自带sendm…
在Solaris下安装Oracle9…
如何给Solaris打补丁
高端访谈:开源Solaris魅…
如何以Solaris架设FTP虚…
如何将SOLARIS设置成PPP…
如何解决AIX的文件系统故…
在Sun E450服务器上安装…
如何减少Windows系统的重…
活动目录管理:如何修复…
  如何在SUN机器上设置DNS客户端       
如何在SUN机器上设置DNS客户端
 

【导读】如何在SUN机器上设置DNS客户端,其实很简单……

在SUN机器上设置DNS客户端需要二个步骤:



1.创建/etc/resolv.conf文件

一个示例的resolv.conf文件如下:

domain sun.com

nameserver 127.0.0.1

nameserver 192.1.0.11

nameserver 192.1.0.10

文件中主要包含二部分内容,第一行是

domain 你申请的域名,例,申请域名为piecust-cn.net.edu.cn,则写为:

domain piecust-cn.net.edu.cn

第二行是名称服务器,示例表示本机就是DNS服务器,其格式为

nameserver 

IP地址,该段可以是DNS的主域名称服务器、备份域名称服务器或缓冲名称服务器,但是书写时不可以超过3个服务器。如果网络中只有一个DNS服务器且地址为192.1.0.11,则可以写为:

nameserver 192.1.0.11

  

2.修改/etc/nsswitch.conf,是客户机能够使用DNS服务

SUN客户机缺省使用files作为服务器名字的解析,为了使用DNS名称解析服务器,必须在/etc/nsswitch.conf指明使用DNS服务。

#

# /etc/nsswitch.files:

#

# An example file that could be copied over to /etc/nsswitch.conf; it

# does not use any naming service.

#

# "hosts:" and "services:" in this file are used only if the

# /etc/netconfig file has a "-" for nametoaddr_libs of "inet" transports.

passwd: files

group: files

hosts: files dns

networks: files dns

protocols: files

rpc: files

ethers: files

netmasks: files

bootparams: files

publickey: files

# At present there isn't a 'files' backend for netgroup; the system will

# figure it out pretty quickly, and won't use netgroups at all.

netgroup: files

automount: files

aliases: files

services: files

sendmailvars: files

如上例,只要在hosts一项添加dns项就可以。

频道声明:本频道的文章除部分特别声明禁止转载的专稿外,可以自由转载.但请务必注明出出处和原始作者 文章版权归本频道与文章作者所有.对于被频道转载文章的个人和网站,我们表示深深的谢意。

原始作者:佚名 录入时间:2006-10-9
信息来源:不详 投稿信箱:itqoo@126.com
教程录入:admin    责任编辑:admin 
  • 上一个教程:

  • 下一个教程:
  • 【字体: 】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口
      网友评论:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!)
    - 关于我们 - 合作伙伴 - 友情链接 - 广告刊登 - 投稿热线 - 在线留言版权声明联系方式 -
    IT公社版权所有 粤ICP备05127012号
    Copyrigh@2005-2006 itqoo.com.Inc All Rights Reserved  推荐分辨率 1024*768
    联系站长:E-Mail:itqoo@126.com     MSN:urchincc@hotmail.com    QQ:点击这里给我发消息
    特别感谢:亿太网络提供空间支持