Accesing Computers / joining Domain fails due to DNS

Thomas Felber samba at thomas-felber.de
Sat Jan 4 01:39:30 UTC 2003


Hi Kevin,

thanks. See my configfiles included. I tought smb.conf could be helpful.
Okay here we're:

Thomas
***** File named.conf ***************************

options {

 directory "/var/named";
 forwarders {194.25.2.129; 217.5.115.7; };
 forward only;
 listen-on port 53 { 127.0.0.1; 192.168.187.254;};
 listen-on-v6 { any; };
 query-source address * port 53;
 transfer-source * port 53;
 notify-source * port 53;
 allow-query { 127.0.0.1; 192.168.187.0/24;};
 notify no;
};

zone "localhost" in {
 type master;
 file "localhost.zone";
};

zone "0.0.127.in-addr.arpa" in {
 type master;
 file "127.0.0.zone";
};

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

zone "inferno.net" in {
 type master;
 file "inferno.net";
};

zone "187.168.192.in-addr.arpa" in {
 type master;
 file "187.168.192.in-addr.arpa";
};

**********************************************


****** File inferno.net ***************************
$TTL 2D
inferno.net. IN SOA grissom  root.localhost. (
   2002123103
   1D
   2H
   1W
   2D )

  IN NS  grissom
  IN MX  10 grissom


thomas  IN A  192.168.187.100
e-service IN A  192.168.187.101
grissom  IN A  192.168.187.254

www  IN CNAME grissom
ftp  IN CNAME grissom
samba  IN CNAME grissom
intranet  IN CNAME grissom
**********************************************

*******  File 187.168.192.in-addr.arpa *************
$TTL 2D
187.168.192.in-addr.arpa.  IN SOA  grissom.linux-dude.com.  root.localhost.
(
    1999092901 ; serial
    1D  ; refresh
    2H  ; retry
    1W  ; expiry
    2D )  ; minimum

  IN NS  grissom.inferno.net.

254  IN PTR  grissom.inferno.net.
100  IN PTR  thomas.inferno.net.
101  IN PTR  e-service.inferno.net.
**********************************************

****** file resolf.conf ******************************
domain inferno.net
search inferno.net

nameserver 192.168.187.254
************************************************


"Kevin Darcy" <kcd at daimlerchrysler.com> wrote in message
news:av5389$cfau$1 at isrv4.isc.org...
Care to try it again without uuencoding your config files? Also,  smb.conf
is not necessary since SMB/Samba/whatever would be off-topic
 for the list.
                                     - Kevin


Thomas Felber wrote:

Hi everybody,

i want to set up my server as Domaincontroller for my Windowsmachines. I
think Samba-Configuration is fine.

Everytime i want to join the Domain I got the following DNS-Error.

The domain name dschungel might be a NetBIOS domain name.  If this is
the case, verify that the domain name is properly registered with WINS.
If you are certain that the name is not a NetBIOS domain name, then the
following information can help you troubleshoot your DNS configuration.
The following error occurred when DNS was queried for the service
location (SRV) resource record used to locate a domain controller for domain
dschungel:

    The error was: "DNS name does not exist."
    (error code 0x0000232B RCODE_NAME_ERROR)

    The query was for the SRV record for _ldap._tcp.dc._msdcs.dschungel

    Common causes of this error include the following:
    - The DNS SRV record is not registered in DNS.
    - One or more of the following zones do not include delegation to its
child zone:

    dschungel
    . (the root zone)

    For information about correcting this problem, click Help.

Some configuration files are attached.
Thanks for any help in advance.

Thomas


PS: named-checkzone says OK
      named-checkconf says OK

      ping with any hostname works fine

    but Using "\\grissom" in Start--> Run says "Not found"






More information about the bind-users mailing list