馬仔資訊隨手記
Would you like to react to this message? Create an account in a few clicks or log in to continue.
馬仔資訊隨手記

馬仔資訊隨手記


您沒有登錄。 請登錄註冊

dns 暫放資料 bind9

向下  內容 [第1頁(共1頁)]

1dns 暫放資料 bind9 Empty dns 暫放資料 bind9 周三 7月 29, 2015 3:06 pm

Admin


Admin

一、主機新增 SSH、BIND 服務套件

二、更新主機
       # apt-get update
      # apt-get upgrade

三、設定網網卡
開啟設定檔「/etc/network/interfaces」
auto eth0
iface eth0 inet static
 address   163.23.x.xx
 netmask   255.255.255.192
 gateway   163.23.x.xx

iface eth0 inet6 static
 address   2001:288:1234::2
 netmask   48
 gateway   2001:288:1234::1
重新啟動網路「/etc/init.d/networking restart」讓設定生效
四、BIND 基本設定
# vi /etc/bind/named.conf.local

zone "abcd.chc.edu.tw" {
   type master;
   file "/etc/bind/db.abcd.chc.edu.tw";
};

zone "xx.23.163.in-addr.arpa" {
   type master;
   file "/etc/bind/db.163.23.xx";
};
新增並修改「db.abcd.chc.edu.tw」、「db.163.23.xx」二個檔案
設定正解檔,編輯 # vi /etc/bind/db.abcd.chc.edu.tw


設定反解檔 # vi /etc/bind/db.163.23.xx

@       IN      NS      dns.abcd.chc.edu.tw.
xx      IN      PTR    www.abcd.chc.edu.tw.……
五、重新啟動 BIND 服務

      # /etc/init.d/bind9 restart

六、測試是否設定成功,找一台電腦進入文字模式
      # nslookup www.abcd.chc.edu.tw 168.95.1.1

七、上線後的機器,
      通常要等半天或一天的時間才能被正確解析,
      當下還是會抓到先前 DNS 的設定,
      所以上線後一切就等今天過後再說囉!
       https://www.whatsmydns.net/

https://kinhorse.666forum.com

2dns 暫放資料 bind9 Empty 回復: dns 暫放資料 bind9 周日 8月 16, 2015 2:01 pm

Admin


Admin

https://kinhorse.666forum.com

回頂端  內容 [第1頁(共1頁)]

這個論壇的權限:
無法 在這個版面回復文章