안녕하세요.. 저도 잘은 모르지만 2주에 걸쳐 해결을 보는 동안 많은 분의
도움을 받았기에....
: dns서버설정중
: nic.or.kr 등록에
: 2차네임서버바 있어야 된다는데
: 어떻게 해야 합니까
:
: 저는 ip하나만 가지고 있는데
: 어떻게 해야할지 모르겠군요
<--IP가 하나라면 궂이 2차 네임서버를 잡을 필요는 없습니다.
: ### named.conf 입니다 ###
:
: // generated by named-bootconf.pl
:
: options {
: directory "/var/named";
: /*
: * If there is a firewall between you and nameservers you want
: * to talk to, you might need to uncomment the query-source
: * directive below. Previous versions of BIND always asked
: * questions using port 53, but BIND 8.1 uses an unprivileged
: * port by default.
: */
: // query-source address * port 53;
: };
:
: //
: // a caching only nameserver config
: //
: zone "." {
: type hint;
: file "named.ca";
: };
:
: zone "0.0.127.in-addr.arpa" {
: type master;
: file "named.local";
: };
:
: //this line is maid by bj park.
:
: zone "apap.pe.kr" {
: type master;
: file "domain-ip";
: };
:
: zone "16.227.227.210.in-addr.arpa" {
: type master;
: file "ip-domain";
: };
<--16.227.227.210.in-addr.arpa 에서 앞의 16은 빼시길...
:
: ### domain-ip 입니다.###
:
: @ IN SOA ns.apap.pe.kr. root.apap.pe.kr. (
: 20001101 ;serial (yyyymmddnn)
: 28800 ;refresh (8 hours)
: 14400 ;retry (4 hours)
: 3600000 ;expire (41.66 day)
: 86400 ) ;minium (1 Day)
:
: apap.pe.kr. IN NS ns.apap.pe.kr.
:
: @ IN A 210.179.227.16
: ns IN A 210.179.227.16
: www IN CNAME ns
: w3 IN CNAME ns
: ftp IN CNAME ns
:
:
: ### ip-domain 이구요 ###
:
: @ IN SOA ns.apap.pe.kr. root.apap.pe.kr. (
: 2000110100 ; Serial
: 28800 ; Refresh
: 14400 ; Retry
: 3600000 ; Expire
: 86400 ) ; Minimum
:
: IN NS ns.apap.pe.kr.
:
: 16 IN PTR www.apap.pe.kr. : 16.227.179.210 IN PTR apap.pe.kr.
:
:
: ### domain.local 입니다 ###
:
: @ IN SOA localhost. root.localhost. (
: 2000110100 ; Serial
: 28800 ; Refresh
: 14400 ; Retry
: 3600000 ; Expire
: 86400 ) ; Minimum
: IN NS localhost.
:
: 1 IN PTR localhost.
<--/etc/named.conf에서 : file "named.local"; 이라고 되어 있는데
domain.local을 쓰셨네요..?
named.local로 이름을 바꾸어 주시길...
위의 domain-ip, ip-domain은 제가 초보이고, 이곳저곳에 물어보았을때 각각
방식들이 조금씩 틀리더군요..
그래서 알려드릴수 없고 맞은 것 같습니다..
제가 만약 틀린 말을 한 부분이 있으시면 알려주시길...
그럼..수고하세요..--도와주세요.. 쌩초짜 리눅서~~~~~!!
언제가 저도 도움을 다음에 배우는 후배 리눅서들에게...
그날을 위해서 꿋꿋이~~~~!!