ホームサーバ化その7:外向け DNS サーバ


外向けの DNS サーバを設定する

/etc/named.conf の変更

/etc/named.conf に外向けの view を追加する
view "out" {
    match-clients { any; };
    recursion no;

    zone "yamasita.jp" {
        type master;
        file "yamasita.jp-out-zone";
    };

};

外向け zone ファイルの追加

/var/named/yamasita.jp-out.zone を作成する

動作確認

/etc/named.conf から
        192.168.1.0/24; 
という行を一時的に消して、named に設定ファイルの reload をさせ、 nslookup で確認する。
linkstationvine# /etc/rc.d/init.d/named reload
namedを再読み込み中:                                       [  OK  ]
linkstationvine# nslookup
Note:  nslookup is deprecated and may be removed from future releases.
Consider using the `dig' or `host' programs instead.  Run nslookup with
the `-sil[ent]' option to prevent this message from appearing.
> www.yamasita.jp
Server:         192.168.1.8
Address:        192.168.1.8#53

www.yamasita.jp canonical name = ns.yamasita.jp.
Name:   ns.yamasita.jp
Address: 61.115.121.55
> 
OK。

/etc/named.conf

        192.168.1.0/24; 
行を元に戻して、named に設定ファイルの reload をさせ、おしまい。

これで、外向きサーバとして一通りの設定完了。


本日 http:/www.yamasita.jp/linkstation/ 以下、 20,000ページビュー達成
ご愛読ありがとうございます。
 BUFFALO Link Station をハックしよう  → analog の作り直し
Copyright (C) 2004 Yasunari Yamashita. All Rights Reserved.
yasunari @ yamasita.jp
山下康成京都府向日市