네임서버 설정하기.. 문제 발생 도와주세요..ㅠ.ㅠ

realcns의 이미지

제가 갖고 있는 도메인은 nwo.pe.kr입니다.
도메인 등록업체에 네임서버 등록은 ns.nwo.pe.kr(203.234.75.5)
ns2.nwo.pe.kr(203.234.75.5)
이렇게 되어 있습니다. 이걸 제 서버에 연결하고 싶습니다.
휴.. 왜케 어렵지..남들은 쉽게 하는것 같던데요.ㅠ.ㅠ..

/etc/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
//
controls {
inet 127.0.0.1 allow { localhost;} keys { rndckey; };
};
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 "75.234.203.in-addr.arpa" IN {
type master;
file "named.rev";
allow-update {none;};
};
zone "nwo.pe.kr" IN {
type master;
file "named.zone";
allow-update {none;};
};

include "/etc/rndc.key";
=================================================================

/var/named/named.rev
=================================================================
$TTL 43200
@ IN SOA ns.nwo.pe.kr. ns2.nwo.pe.kr. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400) ; Minimum
IN NS ns.nwo.pe.kr.
5 IN PTR ns.nwo.pe.kr.

===============================================================

/var/named.zone
=================================================================
$TTL 86400
@ IN SOA ns.nwo.pe.kr. master.nwo.pe.kr. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400) ; Minimum
IN NS ns.nwo.pe.kr.
IN MX 10 203.234.75.5
;;
@ IN A 203.234.75.5
www IN A 203.234.75.5
=======================================================

이렇게 설정했습니다.
도무지 설정이 안됩니다. 제가 어떻게 수정해야 되겠습니까?

항상 좋은 하루 되세요.

정태영의 이미지

$TTL 86400
@ 	IN 	SOA 	ns.nwo.pe.kr. 	master.nwo.pe.kr. (
		1997022700 ; Serial
		28800 ;	Refresh
		14400 ; Retry
		3600000 ; Expire
		86400) ; Minimum
	IN 	NS 	ns.nwo.pe.kr.
	IN 	MX 10 	203.234.75.5
;;
@	IN	A 	203.234.75.5
 	IN 	A 	203.234.75.5
* 	IN 	A 	203.234.75.5

이렇게 해보시고 nslookup등으로 확인을 =333
시리얼값도 좀 증가시켜보시고 :D

오랫동안 꿈을 그리는 사람은 그 꿈을 닮아간다...

http://mytears.org ~(~_~)~
나 한줄기 바람처럼..

realcns의 이미지

알려주신 방법대로 named.zone 파일을 수정한 후에..
(named.zone파일 수정하는게 맞죠? ^^?)
데몬을 죽였다가 다시 실행 시키고 nslookup으로 보니 역시 아직 안됩니다..

흑..

관심 감사합니다.

현제 /var/named.zone파일 내용입니다.
==============================================
$TTL 86400
@ IN SOA ns.nwo.pe.kr. master.nwo.pe.kr. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400) ; Minimum
IN NS ns.nwo.pe.kr.
IN MX 10 203.234.75.5
;;
@ IN A 203.234.75.5
IN A 203.234.75.5
* IN A 203.234.75.5
==========================================

모든 OS를 사용해보자~!!
-놀고먹는백수가 되고 싶은 사람-

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.