2003年6月5日 星期四

於Linux上設定Client的DNS

Linux 上 Client端的 DNS 設定有幾個檔案:

/etc/hosts: 設定 IP 與 主機+domain
ex:
127.0.0.1   localhost.localdomain  localhost
192.168.0.1  host1.xxx.com.tw  host1
192.168.0.2  HostName.DomainName HostName (其他主機, 以此類推)


/etc/resolv.conf: 設定NameServer 及 自己Domain
ex:
nameserver  192.168.0.1 (自己DNS的IP)
nameserver  168.95.1.1  (ISP的DNS)
domain  xxx.com.tw


/etc/nsswitch.conf: 主機與IP搜尋的順序
ex:
hosts:      files dns
(file=/etc/hosts, dns=/etc/resolv.conf)
搜尋會先找/etc/hosts的設定, 如果沒有則找/etc/resolv.conf的設定

沒有留言:

張貼留言