DNS BIND 子網域設定疑問! - Linux

Kumar avatar
By Kumar
at 2008-08-21T13:42

Table of Contents


路過提醒一下,你有沒有把你自己架的 DNS server 加進 /etc/resolv.conf ??
不然你的 ping 是不會知道要去問你架的 dns 的。


※ 引述《jiaqing (呆呆的態)》之銘言:
: 大大您好:
: 我測試的結果如下:
: server ip
: address ip#53
: name test.yyy.xxx.idv.tw
: address ip
: 其中我用真實IP及虛擬IP皆會出現上述之回應!
: 我若做 ping test.yyy.xxx.idv.tw
: 則回應:
: ping request could not find host test.yyy.xxx.idv.tw. Please check the
: name and try again
: 請教大大,我還有那些地方要注意的嗎!?

--

I'm root.

--
Tags: Linux

All Comments

redirection

Hardy avatar
By Hardy
at 2008-08-21T13:27
Linux shell 執行的步驟是由後到前。 當你執行 echo 123 andgt; abc.txt 時, shell 會先產生 abc.txt 並打開 ( open() ), 再把 123 倒進去。 如果 abc.txt 已經存在,就會把 abc.txt 的內容清掉, 呼叫 system call ...

redirection

Hardy avatar
By Hardy
at 2008-08-21T12:02
sed and#39;s/include/INCLUDE/gand#39; 123_pre.c andgt; 123_pre.c 請問一下上面這個 command 執行完後 123_pre.c 變成空檔案了 嗯 我印象中的確也是不能把同一個檔案當作 redirection 的 target ...

FEDORA 8 安裝DFE530tx

Leila avatar
By Leila
at 2008-08-21T11:15
D-Link 的網卡 DFE-530TX 是使用 VIA 的晶片 需要的驅動程式 via_rhine 大約在六年前就已經被正式加入 kernel 剛才查了一下 ChangeLog 發現最後一筆有關 via rhine 的記錄是 大約四年前的 2.6.9 這樣看起來 DFE-530TX 這張網卡的驅動程式目前應 ...

DNS BIND 子網域設定疑問!

Jessica avatar
By Jessica
at 2008-08-21T09:16
大大您好: 我測試的結果如下: server ip address ip#53 name test.yyy.xxx.idv.tw address ip 其中我用真實IP及虛擬IP皆會出現上述之回應! 我若做 ping test.yyy.xxx.idv.tw 則回應: ping request coul ...

關於 chroot 的問題

Steve avatar
By Steve
at 2008-08-20T20:48
請問各位,如果我在 shell script 裡用 chroot 後 接下來的指令要怎麼讓它繼續執行呢? 如 #!/bin/bash chroot /home/root ls 可是執行這個 script 後, 並不會執行 ls 去列出 /home/root 下 的檔案跟目錄。 謝謝 - ...