2007年2月14日アーカイブ

プロバイダの都合で、IPアドレスが変わることに。
フレッツの場合のフレッツ網の先を、契約プロバイダの代わりに提携先のnttpcコミュニケーションズに移管するのだそうだ。
と、言うわけでIPアドレスの変更。
うちの場合以下のファイルを修正する必要があった。
/etc/hosts.allow
/etc/ipf.rules
/etc/ipnat.rules
/etc/ssh/sshd_config
/usr/local/etc/postfix/main.cf
/usr/local/etc/courier-imap/imapd-ssl
/usr/local/etc/courier-imap/imapd
/usr/local/etc/apache22/httpd.conf
/usr/local/etc/apache22/ssl.conf
/usr/local/etc/squid/squid.conf
/usr/local/etc/openvpn/openvpn.conf
/var/named/etc/namedb/named.conf
/var/named/etc/namedb/*.zone
で、デーモン系を片っ端から再起動。はまったのが、postfix reload だと新しいIPではlistenしてくれなくて、stop/startする必要があった。
ドメイン登録情報のDNSのところを直して作業終了。
セカンダリDNSの http://www.granitecanyon.com/ を修正しようとしたら、Internal Server Errorで駄目だった。
http://www.granitecanyon.com/ が不調なようなので、http://www.xname.org/index.php に変更してみることにした。
まずはxnameのサイトでアカウントを登録して、create zone でドメインを登録。
なんか指示が出る
Zone successfully modified on XName site.

Be sure to:

- add following lines to your zone file (with trailing dots) :

wizard-limit.net.	IN	NS	ns0.xname.org.
wizard-limit.net.	IN	NS	ns1.xname.org.

				

- modify your DNS configuration file as follow, to allow transfer to our name servers (if you run your primary name server with bind):

// 
// modify this sample configuration to fit your
// needs
//
zone "wizard-limit.net" {
	type master;
	file "wizard-limit.net";
	allow-transfer {
		193.218.105.149; 195.234.42.1; 
	};
};

- Delegate zone wizard-limit.net to your primary name server and our name servers.: ns0.xname.org - ns1.xname.org

As configuration is regularly reloaded on our name server, this new configuration will be active at next reload. You should receive an email informing you about this reload.
のでそれに従って以下を設定。
  • ゾーンのNSにxnameのサーバを登録。
  • allow-transfer に xnameのサーバを登録。
  • ドメイン情報のDNSサーバにxnameのサーバを登録。
これでいいのか相変わらずわからない・・・。DNSは鬼門だ~。

2007年2月
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28      

このアーカイブについて

このページには、2007年2月に書かれたブログ記事が新しい順に公開されています。

前のアーカイブは2007年2月 8日です。

次のアーカイブは2007年2月16日です。

最近のコンテンツはインデックスページで見られます。過去に書かれたものはアーカイブのページで見られます。

Powered by Movable Type 6.1.1