named 설정을 했는데 확인 부탁드립니다.

cssml의 이미지

초보리눅서 입니다.
어리버리 알지도 못하는 부분을 돌아다니며 공부해보려니 참 어렵기 그지 없습니다.
제가 셋팅한 부분을 확인해주시고 지적할 부분 지적좀 부탁드리겠습니다.

레드헷 9.0
네임케싱서버는 기본 리눅스 설치할때 체크해서 설치했습니다.

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 { rndc-key; };
};
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 "mydomain.net" IN {
	type master;
	file "mydomain.zone";
	allow-update { none; };
};

zone "222.333.444.in-addr.arpa" IN {
	type master;
	file "mydomain.rev";
	allow-update { none; };

include "/etc/rndc.key";

rndc.conf 설정부분
# Start of rndc.conf
key "rndc-key" {
	algorithm hmac-md5;
	secret "e6gZLZmV9+M5+79HAD4XgA==";
};

options {
	default-key "rndc-key";
	default-server 127.0.0.1;
	default-port 953;
};
# End of rndc.conf

# Use with the following in named.conf, adjusting the allow list as needed:
# key "rndc-key" {
# 	algorithm hmac-md5;
# 	secret "e6gZLZmV9+M5+79HAD4XgA==";
# };
# 
# controls {
# 	inet 127.0.0.1 port 953
# 		allow { 127.0.0.1; } keys { "rndc-key"; };
# };
# End of named.conf

resolv.conf 설정부분
search mydomain.net
nameserver 444.333.222.111  // 서버 ip
nameserver 61.74.63.1 // KT
nameserver 168.126.63.1 // KT

hosts 설정부분
# Do not remove the following line, or various programs
# that require network functionality will fail.
444.333.222.111		ns.mydomain.net          ns
127.0.0.1		ns.ibserv.net ns localhost.localdomain localhost

mydomain.rev 설정부분
$TTL 86400
@	IN	SOA		ns.mydomain.net.	root.mydomain.net.
				(
				2004031410	; Serial
				10800		; Refresh
				3600		; Retry
				432000		; Expire
				86400		; Minimum
				)
; Name Server
;
			IN	NS	ns.mydomain.net.
;
; in.addr-arpa
;
111			IN	PTR	mydomain.net.

mydomain.zone 설정부분

$TTL 86400
@	IN	SOA		ns.mydomain.net.	root.mydomain.net.
				(
				2004031410	; Serial
				10800		; Refresh
				3600		; Retry
				432000		; Expire
				86400		; Minimum
				)
; Name Server
;
			IN	NS	ns.mydomain.net.
			IN	A	218.158.198.52
;
; Host name & Infomations
ns			IN	A	444.333.222.111
			IN	HINFO	"i686 Pentium III" "Linux"
;
; VirtualHost
ftp			IN	A	444.333.222.111
; 
; Alias
www			IN	CNAME	@

이렇게 설정을 했습니다.
어디가 이상이 있는지 확인 부탁드립니다.[/code]

박영선의 이미지

지적내용 : IP가 잘못돼있습니다.

IP에 들어갈수있는 숫자는 0~255 입니다.

그래서 그런지 mydomain.net 으로 핑때리니까 이런결과가 나오네요...

C:\Documents and Settings\박영선>ping mydomain.net

Pinging mydomain.net [69.25.27.170] with 32 bytes of data:

Reply from 69.25.27.170: bytes=32 time=221ms TTL=241

^^;;

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.