我是使用ADSL 撥號取得 的 固定IP
在本機底下使用nslokup查詢
root@taichung:~ # nslookup
> taichung.work
Server: 114.33.52.58
Address: 114.33.52.58#53
Name: taichung.work
Address: 114.33.52.58
再次詢問 server 168.95.1.1
> server 168.95.1.1
Default server: 168.95.1.1
Address: 168.95.1.1#53
> taichung.work
Server: 168.95.1.1
Address: 168.95.1.1#53
** server can't find taichung.work: SERVFAIL
變成這樣
利用dig


而/etc/resolv.conf
domain taichung.work
nameserver 114.33.52.58
/etc/hosts
114.33.52.58 localhost taichung.work
/var/log/messages

利用sockstat -4
USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS
bind named 847 22 tcp4 114.33.52.58:53 *:*
bind named 847 23 tcp4 127.0.0.1:953 *:*
bind named 847 513 udp4 114.33.52.58:53 *:*
root syslogd 397 7 udp4 *:514 *:*
抱歉,想請教~ 這些資訊~ 是否代表架設成功? 或者是 ??




























































































