UBUNTU12.04伺服器版配置dns伺服器步驟

來源:互聯網
上載者:User

作業系統:ubuntu1204伺服器版

DNS軟體:bind9

newoa.qyjob.net指向168.168.168.96的IP

運行以下命令安裝

sudo apt-get install bind9 dnsutils bind9-doc

在預設情況下。Bind9是被配置為DNS快取服務器來使用的。因此只要把DNS伺服器位址加入轉寄列表就行了

sudo vim /etc/bind/naemd.conf.options

紅色是要修改的

[plain] view plaincopy
  1. options {  
  2.         directory "/var/cache/bind";  
  3.   
  4.         // If there is a firewall between you and nameservers you want  
  5.         // to talk to, you may need to fix the firewall to allow multiple  
  6.         // ports to talk.  See http://www.kb.cert.org/vuls/id/800113  
  7.   
  8.         // If your ISP provided one or more IP addresses for stable  
  9.         // nameservers, you probably want to use them as forwarders.  
  10.         // Uncomment the following block, and insert the addresses replacing  
  11.         // the all-0's placeholder.  
  12.   
  13.          forwarders {  
  14.                 210.21.4.130;  
  15.          };  
  16.   
  17.         //========================================================================  
  18.         // If BIND logs error messages about the root key being expired,  
  19.         // you will need to update your keys.  See https://www.isc.org/bind-keys  
  20.         //========================================================================  
  21.         dnssec-validation auto;  
  22.   
  23.         auth-nxdomain no;    # conform to RFC1035  
  24.         listen-on-v6 { any; };  
  25. };  

然後配置主DNS伺服器

建立正向zone檔案

sudo  vim  /etc/bind/named.conf.local

添加以下的內容

[plain] view plaincopy
  1. zone "qyjob.net" {  
  2.         type master;  
  3.         file "db.qyjob.net";  
  4. };  

sudo cp /etc/bind/db.local /var/cache/bind/db.qyjob.net
sudo vim /var/cache/bind/db.qyjob.net [plain] view plaincopy

  1. $TTL    604800  
  2. @       IN      SOA     qyjob.net. root.qyjob.net. (  
  3.                               2         ; Serial  
  4.                          604800         ; Refresh  
  5.                           86400         ; Retry  
  6.                         2419200         ; Expire  
  7.                          604800 )       ; Negative Cache TTL  
  8. ;  
  9. @       IN      NS      localhost.  
  10. @       IN      A       127.0.0.1  
  11. newoa   IN      A       168.168.168.96  
  12. @       IN      AAAA    ::1  

sudo /etc/init.d/bind9 restart 然後測試就可以發現newoa.qyjob.net已經是做好DNS指向的了。

暫時不想做反向DNS,要做的自己找資料。

 

http://blog.csdn.net/emtit2008/article/details/7854894

 

第一步:開啟DNS緩衝和轉寄:編輯/etc/bind/named.conf.option檔案,開啟forwarders並在裡面填入正確的上遊DNS伺服器也就是ISP給的伺服器形如:

forwarders{202.96.128.86;};

一、Bind 主要檔案

/etc/bind/named.conf
/etc/bind/named.conf.local 二、執行個體{主機(A)IP192.168.1.122/24 www.hp6515b.com| 主機(B)IP192.168.1.193/24}
①編輯named.conf.local
添加下列語句
//反向地區
zone “1.168.192.in-addr.arpa”{
type master;
file “/etc/bind/db.192.168.1″;
};
//正向地區
zone “hp6515b.com”{
type master;
file “/etc/bind/db.hp6515b.com”;
};

②在/etc/bind下建立db.192.168.1檔案
; db.192.168.1
;
$TTL 604800
@       IN          SOA   www.hp6515b.com.  root.hp6515b.com. (
1              ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@   IN NS www.hp6515b.com.
122    IN PTR bbs.hp6515b.com.
193    IN PTR xp.hp6515b.com.

③在/etc/bind下建立hp6515b.com檔案; db.hp6515b.com
;
$TTL 604800
@ IN SOA www.hp6515b.com. root.hp6515b.com. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL;
@ IN  NS www.hp6515b.com.
www IN  A 192.168.1.122
bbs IN  CNAME www
xp.hp6515b.com.   IN A 192.168.1.193

(4)重新啟動 named
sudo /etc/init.d/bind9 restart
到此位置dns就配置完成了,你可以用nslookup去試試看

注意:改動設定檔後都要重新啟動bind9。
三、注意事項與技巧
1、 ubuntu 一般不用root登入 修改檔案,建立檔案方法
例:sudo vi /etc/bind/named.conf.local
建立檔案 sudo vi /etc/bind/db.192.168.1
2、/etc/resolv.conf/  下網域名稱伺服器要設計一下如:  nameserver 192.168.1.122

 

http://www.chenjunhui.com/archives/34.html

 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.