Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Installation

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-26-2009, 06:44 AM
Member
 
Posts: 12
Smile [SOLVED] trying to split dns

ok my ISP are : 200.58.225.130
200.58.225.146

at /etc/bind/named.conf.options
Code:
options {
        directory "/var/cache/bind";

        query-source address * port 53;

        forwarders {
                xxx.xxx.xxx.xxx; xxx.xxx.xxx.xxx;
        };

        auth-nxdomain no;    # conform to RFC1035

};
what should I write in forwarders

my isp ? 200.48.225.130

or my internal ip address 192.168.1.106 (zimbra's ip)

this is what I have at /etc/resolv.conf

Code:
search ucisa
nameserver 192.168.1.106
I'm following this guide : Ubuntu 6.06 Server (Dapper Drake) Beginner's Install Guide - Zimbra :: Wiki

please read the guide before answer

thank you

Last edited by coolkiller; 02-27-2009 at 09:05 AM.. Reason: solved thread
Reply With Quote
  #2 (permalink)  
Old 02-26-2009, 06:46 AM
Moderator
 
Posts: 7,928
Default

The forwarders should be your upstream ISP .. so if you are attempting to resolve anything outside of the realm your control eg. zimbra.com the request will be forwarded. Basically anything you are not authoritative for within your DNS setup.
__________________
Reply With Quote
  #3 (permalink)  
Old 02-26-2009, 06:58 AM
Member
 
Posts: 12
Default

so I write 200.48.225.130 and 200.48.225.146? those are my ISP

or should I write my future zimbra's internal ip 192.168.1.106 and computer's ip?

or maybe both?

something like this

forwarders {
192.168.1.106; 200.48.225.130;
};

Last edited by coolkiller; 02-26-2009 at 07:21 AM..
Reply With Quote
  #4 (permalink)  
Old 02-26-2009, 11:25 PM
Moderator
 
Posts: 7,928
Default

Forwarders will only be used if the record you are looking up does not exist in your local BIND installation and the zones you are authoritative for.
__________________
Reply With Quote
  #5 (permalink)  
Old 02-27-2009, 06:32 AM
Member
 
Posts: 12
Unhappy please helpme with bind

I'm following this guide: Ubuntu 6.06 Server (Dapper Drake) Beginner's Install Guide - Zimbra :: Wiki

but when I restart my computer after edit /etc/bind/db.mydomain.com

bind doesn't start
Starting domain name service...: bind failed!

this is my configuration

/etc/bind a simple dir
Code:
db.0    db.255    db.local  db.ucisa.pe  named.conf.local    rndc.key
db.127  db.empty  db.root   named.conf   named.conf.options  zones.rfc1918
in named.conf.local I did exactly as the guide says so this is what I have
Code:
//
// Do any local configuration here
//

// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";

zone "ucisa.pe" {
        type master;
        file "/etc/bind/db.ucisa.pe";
}
so in db.ucisa.pe I have these exactly as the guide says but with my domain
Code:
;
; BIND data file for local loopback interface
;
$TTL    604800
@       IN      SOA     debian.ucisa.pe. admin.ucisa.pe. (
                       27028917         ; Serial
                         604800         ; Refresh
                          86400         ; Retry
                        2419200         ; Expire
                         604800 )       ; Negative Cache TTL
;
@       IN      NS              debian
        IN      MX      10      debian
        IN      A               192.168.1.106
debian  IN      A               192.168.1.106
when computer is booting it says
Starting domain name service...: bind failed!

when I commented these lines on named.conf.local

//zone "ucisa.pe" {
// type master;
// file "/etc/bind/db.ucisa.pe";
//}

bind starts normally

I'm stuck
what should I do? is the guide wrong?

pd: I didn't touch the file named.conf
at the last part of named.conf it says:

include "/etc/bind/named.conf.local";


please I need backup

pd2: debian is the name of my computer.

Last edited by coolkiller; 02-27-2009 at 06:35 AM..
Reply With Quote
  #6 (permalink)  
Old 02-27-2009, 06:33 AM
Moderator
 
Posts: 7,928
Default

Check /var/log/messages to see why BIND was unable to start
__________________
Reply With Quote
  #7 (permalink)  
Old 02-27-2009, 06:42 AM
Member
 
Posts: 12
Default

that file is huge

I searched for bind

I found this two lines

Code:
Feb 26 11:22:24 localhost kernel: TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
Feb 26 11:22:24 localhost kernel: TCP: Hash tables configured (established 131072 bind 65536)
maybe the problem is there's two type "master"
one in named.conf
and other in named.conf.local

Reply With Quote
  #8 (permalink)  
Old 02-27-2009, 06:44 AM
Moderator
 
Posts: 7,928
Default

Search for named.
__________________
Reply With Quote
  #9 (permalink)  
Old 02-27-2009, 06:46 AM
Member
 
Posts: 12
Default

no results for named

maybe the problem is there's two "master" type
one in named.conf
and other in named.conf.local

what do u think?

Last edited by coolkiller; 02-27-2009 at 06:50 AM..
Reply With Quote
  #10 (permalink)  
Old 02-27-2009, 06:52 AM
Moderator
 
Posts: 7,928
Default

Code:
zone "ucisa.pe" {
        type master;
        file "/etc/bind/db.ucisa.pe";
};
You missed a semi-colon of the end of the zone statement
__________________
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.