: 안녕하세요 고수님들.....
: 며칠전부터 dns설정을 하고있는데....
: 자꾸 이상해서... 고치다가 이렇게 도움의 손길을 보냅니다
:
: 현재...
: http://www.XXX.net 으로는 접속이됩니다
: 그런데 ... http://XXX.net 으로는 접속이 안됩니다
:
: 글구 텔넷이나 ftp도 서버주소가 XXX.net으로 접속해야 하잖아요 그런데 접속이안되구
: www.XXX.net으로 접속하면 텔넷이나 ftp도 접속이 가능합니다
: 뭐가 틀렸나요..... 제발 조언좀 부탁드릴께요
:
:
:
: reslov.conf
:
: search xxxxxxx.net
: nameserver aaa.bbb.ccc.ddd
: nameserver 203.248.252.2 --다른dns
: nameserver 164.124.101.2
:
:
:
: named.conf화일
:
: zone "." IN {
: type hint;
: file "named.ca";
: };
:
: zone "localhost" IN {
: type master;
: file "localhost.zone";
: allow-update { none; };
: };
:
: zone "0.0.127.in-addr.arpa" IN {
: type master;
: file "named.local";
: allow-update { none; };
: };
: zone "xxxxxxx.net" IN {
: type master;
: file "named.xxxxxxx";
: allow-update { none; };
: };
:
: zone "ccc.bbb.aaa.in-addr.arpa" IN {
: type master;
: file "ccc.bbb.aaa.in-addr.arpa";
: allow-update { none; };
: };
:
: ccc.bbb.aaa.in-addr.arpa화일
: $TTL 86400
: @ IN SOA ns.xxxxxxx.net. webmaster.xxxxxxx.net. (
: 1997022700 ; Serial
: 28800 ; Refresh
: 14400 ; Retry
: 3600000 ; Expire
: 86400 ) ; Minimum
: IN NS ns.xxxxxxx.net.
: ddd IN PTR xxxxxxx.net.
:
: named.xxxxxxx화일
: N SOA ns.xxxxxxx.net. webmaster.xxxxxxx.net. (
: 1997022700 ; Serial
: 28800 ; Refresh
: 14400 ; Retry
: 3600000 ; Expire
: 86400 ) ; Minimum
: IN NS ns.xxxxxxx.net.
: IN A aaa.bbb.ccc.ddd
: localhost IN A 127.0.0.1
: ns IN A aaa.bbb.ccc.ddd
: ftp IN A aaa.bbb.ccc.ddd
www IN A aaa.bbb.ccc.ddd
추가하고... named 재시작...