bind9 설정 및 활용 질문드립니다.

geniousblue의 이미지

안녕하세요.
dns 설정을 하는데 잘 되지 않아서 조언을 얻고자 질문드립니다.

제가 하려고 하는 것은 제 PC에 dns 서버를 설치하여 이 서버를 이용하여 dns 서비스를 받으려고 합니다.
또한, 이 서버에 개인용 도메인(user.hack)을 등록하여 이미 제 PC에 설치되어 있는 웹 서버에 www.user.hack이라는 주소로 접속하려고 합니다. 도메인 등록을 하지 않아서 이건 제 PC에서밖에 접속이 안 될 것으로 생각하고 있습니다.

리눅스의 dns 서버를 지정하는 파일이 /etc/resolv.conf라고 하여 이 파일을 다음과 같이 수정하였습니다.
domain user.hack
nameserver 192.168.205.128 (제 PC의 사설 ip 주소입니다.)
search user.hack

그리고 named.conf.local 파일에 다음을 추가하였습니다.
zone "user.hack" {
type master;
file "/etc/bind/zone/db.user.hack";
};

zone "205.168.192.in-addr.arpa" {
type master;
file "/etc/bind/zone/db.205.168.192";
};

======== db.user.hack =========
$TTL 604800
@ IN SOA ns1.user.hack. root.user.hack. (
2 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;

user.hack. IN NS ns1.user.hack.
user.hack. IN MX 10 mail.user.hack.

www IN A 192.168.205.128
mail IN A 192.168.205.128
ns1 IN A 192.168.205.128

======== db.205.168.192 ========
$TTL 604800
@ IN SOA ns1.user.hack. root.user.hack. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;

IN NS ns1.user.hack.
128 IN PTR www.user.hack.
128 IN PTR mail.user.hack.
128 IN PTR ns1.user.hack.

bind9를 재시작하고 dig 명령으로 확인해 보았더니 값이 잘 나왔습니다.
# dig user.hack

...

;; AUTHORITY SECTION:
user.hack. 604800 IN SOA ns1.user.hack. root.user.hack. 2 604800 86400 2419200 604800

...

제가 입력한 값이 나온 것으로 보아서 제대로 동작한다고 판단했습니다.

그런데 nslookup으로 실행하면 다음과 같이 찾지 못합니다.
Server: 192.168.205.128
Address: 192.168.205.128#53

*** Can't find user.hack: No answer

브라우저에서 www.user.hack 을 입력하면 연결할 수 없다는 메세지가 나옵니다.
localhost를 입력할 경우에는 'It works' 라는 메세지가 나옵니다.

혹시 어디가 문제인지 도와주실 분 계신가요?
꼭 부탁드립니다. 감사합니다.

pci486의 이미지

ip 셋팅 들어가셔서 dns 설정하는 부분에다가
192.168.205.128 라고 적어넣고 한번해보심이..

이전에도 그래서 된거 같은 느낌이 들어서요

woonuk의 이미지

참고 : http://serverfault.com/questions/330385/bind-would-not-work-unless-allow-query-is-any

// listen-on port 53 { 127.0.0.1; };
listen-on port 53 { any; };

//allow-query { localhost; };
allow-query { any; };

그리고 방화벽(iptables) 에서 막고 있는건 아닌지도 확인해 봐야겠지요.

geniousblue의 이미지

헛, 포기하고 있었는데 감사합니다.

한번 시도해 봐야겠어요.

정말 감사합니다.

댓글 달기

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