[問題] Debian BIND設定 SRV
我 在 Windows Server 2008 R2 上建立了 Active Directory 和 LINUX 架了
DNS(BIND9)
====Windows Server ====
IP : 192.168.17.86
網域 : intra.tnsc.tw
=====================
===========================Debian====================
IP : 192.168.17.87
===/etc/bind/named.conf.default-zones===
zone "255.in-addr.arpa" {
type master;
file "/etc/bind/db.255";
};
zone "tnsc.tw" {
type master;
file "/etc/bind/db.tnsc.tw";
};
zone "17.168.192.in-addr.arpa" {
type master;
file "/etc/bind/db.17";
};
====================================
=========== /etc/bind.tnsc.tw============
; BIND data file for local loopback interface
;
$TTL 604800
@ IN SOA localhost. root.localhost. (
2 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS localhost.
intra.tnsc.tw. IN A 192.168.17.86
www.tnsc.tw. IN A 192.168.17.55
web.tnsc.tw. IN A 192.168.17.44
==========================================
=================================================
結果,Client 可以用 nslookup 查詢到 intra.tnsc.tw 在 192.168.17.87
去無法加入.... , 翻了好久的書終於查到 似乎是"DNS 需要將 網域寫入 SRV 紀錄中"
我卻不會 用SRV~~ 有大大能夠告訴我 怎麼去設定嗎 ><??
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 203.72.235.24
推
12/22 01:02, , 1F
12/22 01:02, 1F
推
12/22 01:02, , 2F
12/22 01:02, 2F