banner

[Rule] Rules  [Home] Main Forum  [Portal] Portal  
[Members] Member Listing  [Statistics] Statistics  [Search] Search  [Reading Room] Reading Room 
[Register] Register  
[Login] Loginhttp  | https  ]
 
Forum Index Thảo luận hệ điều hành *nix Không start được named  XML
  [Question]   Không start được named 20/12/2010 14:49:45 (+0700) | #1 | 227477
hieukenpro
Member

[Minus]    0    [Plus]
Joined: 19/11/2008 15:48:17
Messages: 75
Offline
[Profile] [PM]
Xin chào ! mình đang thử config named DNS để trỏ tên miền vào host nội bộ,nhưng khi config xong lại không khởi động được,mong mọi người xem giúp
Code:
// Config file for caching only name server
//
// The version of the HOWTO you read may contain leading spaces
// (spaces in front of the characters on these lines ) in this and
// other files.  You must remove them for things to work.
//
// Note that the filenames and directory names may differ, the
// ultimate contents of should be quite similar though.

options {
        directory "/var/named";

        // Uncommenting this might help if you have to go through a
        // firewall and things are not working out.  But you probably
        // need to talk to your firewall admin.

        // query-source port 53;
};

controls {
        inet 127.0.0.1 allow { localhost; } keys { rndc_key; };
};

key "rndc_key" {
 algorithm       hmac-md5;
        secret          "ODOqHWVIDLfJDGqSSEDKfvfvEm4UY7hhXQkoLvVsGPodIcjJA0eEWXikElqU";

};

zone "." {
        type hint;
        file "root.hints";
};


zone "taoditimtao.co.cc"  {
        type master;
        file "taoditimtao.zone";
        allow-update {none;};
};


zone "1.168.192.in-addr.arpa"  {
        type master;
        file "taoditimtao.local";
        allow-update {none;};

};

File named.conf nằm trong thư mục /var/named/chroot/etc/named.conf
và đây là zone thuận
Code:
$TTL    86400
@       IN SOA  server1.taoditimtao.co.cc.       root.taoditimtao.co.cc (
        2010122001              ; serial (d. adams)
        3H     
         ; refresh
        15M             ; retry
        1W              ; expiry
        1D )            ; minimum
        IN NS           server.taoditimtao.co.cc.
server1         IN A    192.168.1.202
        IN AAAA         ::1

~
~

Và đây là Zone nghịch
Code:
$TTL    86400
@       IN SOA  server1.taoditimtao.co.cc.       root.taoditimtao.co.cc (
        2010122001              ; serial (d. adams)
        3H              ; refresh
        15M             ; retry
        1W              ; expiry
        1D )            ; minimum
        IN NS           server.taoditimtao.co.cc.
202     IN PTR          192.168.1.202
        IN AAAA         ::1

Zone thuận và nghich nằm trong thư mục /var/named/chroot/var/named

THANK !
[Up] [Print Copy]
  [Question]   Không start được named 20/12/2010 17:04:22 (+0700) | #2 | 227484
[Avatar]
Ky0
Moderator

Joined: 16/08/2009 23:09:08
Messages: 532
Offline
[Profile] [PM]
Xin bạn nói rõ:
- Bạn cài đặt Named bằng cách nào?
- Bạn khởi động như thế nào? Và nó báo lỗi gì?
Bạn cung cấp càng nhiều thông tin liên quan thì mọi người sẽ dễ dàng giúp đỡ bạn hơn!

- Ky0 -
UITNetwork.com
Let's Connect
[Up] [Print Copy]
  [Question]   Không start được named 20/12/2010 17:12:45 (+0700) | #3 | 227485
[Avatar]
satzoom
Member

[Minus]    0    [Plus]
Joined: 12/04/2008 16:44:44
Messages: 59
Location: Top of the Hell
Offline
[Profile] [PM] [MSN]
ở zone nghịch phải là 202 IN PTR sever.taoditimtao.co.cc.
One person's sadness sometimes brings the happiness to the others.
[Up] [Print Copy]
  [Question]   Không start được named 20/12/2010 18:35:27 (+0700) | #4 | 227489
hieukenpro
Member

[Minus]    0    [Plus]
Joined: 19/11/2008 15:48:17
Messages: 75
Offline
[Profile] [PM]

Ky0 wrote:
Xin bạn nói rõ:
- Bạn cài đặt Named bằng cách nào?
- Bạn khởi động như thế nào? Và nó báo lỗi gì?
Bạn cung cấp càng nhiều thông tin liên quan thì mọi người sẽ dễ dàng giúp đỡ bạn hơn!

- Ky0 - 


mình dùng lệnh yum install bind và yum install caching-nameserver
và sau khi config xong và run nó báo thế này
Code:
[root@server1 named]# service named restart
Stopping named:                                            [  OK  ]
Starting named: 
Error in named configuration:
zone localdomain/IN: loaded serial 42
zone taoditimtao.co.cc/IN: loaded serial 2010122001
dns_master_load: taoditimtao.local:18: 1.168.192.in-addr.arpa: multiple RRs of singleton type
dns_master_load: taoditimtao.local:22: unexpected end of line
dns_master_load: taoditimtao.local:21: unexpected end of input
zone 1.168.192.in-addr.arpa/IN: loading master file taoditimtao.local: multiple RRs of singleton type
localhost_resolver/1.168.192.in-addr.arpa/IN: multiple RRs of singleton type
zone localhost/IN: loaded serial 42
zone 0.0.127.in-addr.arpa/IN: loaded serial 1997022700
zone 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/IN: loaded serial 1997022700
zone 255.in-addr.arpa/IN: loaded serial 42
zone 0.in-addr.arpa/IN: loaded serial 42

và đây là file named.conf : /var/named/chroot/etc/named.conf
Code:
// named.caching-nameserver.conf
//
// Provided by Red Hat caching-nameserver package to configure the
// ISC BIND named(8) DNS server as a caching only nameserver 
// (as a localhost DNS resolver only). 
//
// See /usr/share/doc/bind*/sample/ for example named configuration files.
//
// DO NOT EDIT THIS FILE - use system-config-bind or an editor
// to create named.conf - edits to this file will be lost on 
// caching-nameserver package upgrade.
//
options {
        listen-on port 53 { 127.0.0.1; };
        listen-on-v6 port 53 { ::1; };
        directory       "/var/named";
        dump-file       "/var/named/data/cache_dump.db";
        statistics-file "/var/named/data/named_stats.txt";
        memstatistics-file "/var/named/data/named_mem_stats.txt";

        // Those options should be used carefully because they disable port
        // randomization
        // query-source    port 53;
        // query-source-v6 port 53;

        allow-query     { localhost; };
        allow-query-cache { localhost; };
};
logging {
        channel default_debug {
                file "data/named.run";
                severity dynamic;
        };
};
view localhost_resolver {
        match-clients      { localhost; };
        match-destinations { localhost; };
        recursion yes;
 

        include "/etc/named.rfc1912.zones";
};

Đây là file named.rfc1912.zones
Code:
// named.rfc1912.zones:
//
// Provided by Red Hat caching-nameserver package 
//
// ISC BIND named zone configuration for zones recommended by
// RFC 1912 section 4.1 : localhost TLDs and address zones
// 
// See /usr/share/doc/bind*/sample/ for example named configuration files.
//
zone "." IN {
        type hint;
        file "named.ca";
};

zone "localdomain" IN {
        type master;
        file "localdomain.zone";
        allow-update { none; };
};
zone "taoditimtao.co.cc" IN {
        type master;
        file "taoditimtao.zone";
        allow-update { none; };
};
zone "1.168.192.in-addr.arpa" IN {
        type master;
        file "taoditimtao.local";
        allow-update { none; };
};

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 "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa" IN {
        type master;
        file "named.ip6.local";
        allow-update { none; };
};

zone "255.in-addr.arpa" IN {
        type master;
        file "named.broadcast";
        allow-update { none; };
};

zone "0.in-addr.arpa" IN {
        type master;
        file "named.zero";
        allow-update { none; };
};

file taoditimtao.zone : /var/named/taoditimtao.zone
Code:
$TTL    86400
@               IN SOA  ns1.taoditimtao.co.cc.  root.taoditimtao.co.cc. (
                2010122001              ; serial (d. adams)
                3H              ; refresh
                15M             ; retry
                1W              ; expiry
                1D )            ; minimum
                IN NS           ns1.taoditimtao.co.cc.
ns1             IN A            192.168.1.200
www             IN A            192.168.1.200


file taoditimtao.local: /var/named/taoditimtao.local
Code:
$TTL    86400
@               IN SOA  ns1.taoditimtao.co.cc.  root.taoditimtao.co.cc. (
                2010122001              ; serial (d. adams)
                3H              ; refresh
                15M             ; retry
                1W              ; expiry
                1D )            ; minimum
                IN NS           ns1.taoditimtao.co.cc.
200             IN PTR          ns1.taoditimtao.co.cc.
200             IN PTR          www.taoditimtao.co.cc.
~
~

THANK
[Up] [Print Copy]
  [Question]   Không start được named 20/12/2010 20:55:20 (+0700) | #5 | 227495
[Avatar]
Ky0
Moderator

Joined: 16/08/2009 23:09:08
Messages: 532
Offline
[Profile] [PM]

hieukenpro wrote:


mình dùng lệnh yum install bind và yum install caching-nameserver
và sau khi config xong và run nó báo thế này

[root@server1 named]# service named restart
Stopping named: [ OK ]
Starting named:
Error in named configuration:
zone localdomain/IN: loaded serial 42
zone taoditimtao.co.cc/IN: loaded serial 2010122001
dns_master_load: taoditimtao.local:18: 1.168.192.in-addr.arpa: multiple RRs of singleton type
dns_master_load: taoditimtao.local:22: unexpected end of line
dns_master_load: taoditimtao.local:21: unexpected end of input
zone 1.168.192.in-addr.arpa/IN: loading master file taoditimtao.local: multiple RRs of singleton type
localhost_resolver/1.168.192.in-addr.arpa/IN: multiple RRs of singleton type
zone localhost/IN: loaded serial 42
zone 0.0.127.in-addr.arpa/IN: loaded serial 1997022700
zone 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/IN: loaded serial 1997022700
zone 255.in-addr.arpa/IN: loaded serial 42
zone 0.in-addr.arpa/IN: loaded serial 42
 

 

==> Vấn đề nằm ở đây smilie Bạn kiểm tra lại file taoditimtao.local xem!

- Ky0 -
UITNetwork.com
Let's Connect
[Up] [Print Copy]
  [Question]   Không start được named 20/12/2010 20:59:06 (+0700) | #6 | 227496
hieukenpro
Member

[Minus]    0    [Plus]
Joined: 19/11/2008 15:48:17
Messages: 75
Offline
[Profile] [PM]
cám on kyo mình đã làm dc, nó dư 2 dấu ~ ~ ở cuối @@
1 lần nữa cám on kyo và những ai đã hoc topic này

Kyo cho mình hỏi thêm là ,khi run dc blind rùi,minh vào resolv.conf chỉnh lại như sau
Code:
domain taoditimtao.co.cc
nameserver 192.168.1.200

nhưng nó ko chạy (rớt mạng luôn ko ping dc google)
và nếu mình sử dụng DNS trung gian thì add vào server như thế nào ?
THANK
[Up] [Print Copy]
  [Question]   Không start được named 21/12/2010 07:53:10 (+0700) | #7 | 227505
[Avatar]
Ky0
Moderator

Joined: 16/08/2009 23:09:08
Messages: 532
Offline
[Profile] [PM]

hieukenpro wrote:
cám on kyo mình đã làm dc, nó dư 2 dấu ~ ~ ở cuối @@
1 lần nữa cám on kyo và những ai đã hoc topic này

Kyo cho mình hỏi thêm là ,khi run dc blind rùi,minh vào resolv.conf chỉnh lại như sau
Code:
domain taoditimtao.co.cc
nameserver 192.168.1.200

nhưng nó ko chạy (rớt mạng luôn ko ping dc google)
và nếu mình sử dụng DNS trung gian thì add vào server như thế nào ?
THANK
 


Bạn đọc thêm cái này để hiểu rõ hơn! http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch18_:_Configuring_DNS

- Ky0 -
UITNetwork.com
Let's Connect
[Up] [Print Copy]
  [Question]   Không start được named 21/12/2010 15:29:14 (+0700) | #8 | 227549
hieukenpro
Member

[Minus]    0    [Plus]
Joined: 19/11/2008 15:48:17
Messages: 75
Offline
[Profile] [PM]
Thank Kyo,mình đang trỏ từ DNS trung gian của sitesolution về server của mình và config vỉtualhost cho apache,nhưng không hiểu sao khi config xong lại ko chạy dc cái web
Code:
<VirtualHost *:80>
#    ServerAdmin <a href="mailto:webmaster@dummy-host.example.com">webmaster@dummy-host.example.com</a>
    DocumentRoot  /var/www/html/
    ServerName taoditimtao.co.cc
    ServerAlias www.taoditimtao.co.cc
<Directory "/">
                Options FollowSymLinks
                AllowOverride None
        </Directory>
        <Directory "/var/www/html">
                Options Indexes FollowSymLinks MultiViews
                IndexOptions SuppressLastModified SuppressDescription
                AllowOverride All
                Order allow,deny
                allow from all
        </Directory>

        ScriptAlias /cgi-bin/ /var/cgi-bin/
        <Directory "/var/www/html/cgi-bin">
                AllowOverride None
                Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
                Order allow,deny
                Allow from all
        </Directory>

    ErrorLog logs/www.taoditimtao.co.cc--error_log
    CustomLog logs/www.taoditimtao.co.cc-access_log common
                ServerSignature On
</VirtualHost>
ServerName www.taoditimtao.co.cc
NameVirtualHost *:80

mong mọi ngừoi giúp đỡ
[Up] [Print Copy]
[digg] [delicious] [google] [yahoo] [technorati] [reddit] [stumbleupon]
Go to: 
 Users currently in here 
1 Anonymous

Powered by JForum - Extended by HVAOnline
 hvaonline.net  |  hvaforum.net  |  hvazone.net  |  hvanews.net  |  vnhacker.org
1999 - 2013 © v2012|0504|218|