DNS Auflösen

T

tw-elektric

Eroberer
Hallo,

ich habe heute einen Artikel über Likewise Open gelesen, und wollte es eben ausprobieren. Mit Likewise Open kann man einen Linux, Mac etc. Rechner in das Active Directory einbinden. Nun habe ich aber Probleme mit der DNS Auflösung:

Code:
root@TW80:/usr/centeris/bin# ./domainjoin-cli join tw-elektric.locale Administrator

Error: Unable to resolve DC name [code 0x00080026]

Resolving 'tw-elektric.locale' failed. Check that the domain name is correctly
entered. Also check that your DNS server is reachable, and that your system is
configured to use DNS in nsswitch.
root@TW80:/usr/centeris/bin#

Das Betriebssystem ist Ubuntu 7.10 und die Dateien /etc/resolved.conf und /etc/nsswicht.conf sehen eig. auf gut aus.

Code:
root@TW80:/etc# cat nsswitch.conf
# /etc/nsswitch.conf
#
# Example configuration of GNU Name Service Switch functionality.
# If you have the `glibc-doc-reference' and `info' packages installed, try:
# `info libc "Name Service Switch"' for information about this file.

passwd:         compat
group:          compat
shadow:         compat

hosts:          files dns
networks:       files

protocols:      db files
services:       db files
ethers:         db files
rpc:            db files

netgroup:       nis
root@TW80:/etc# cat resolv.conf 
search tw-elektric.local
nameserver 192.92.130.20
root@TW80:/etc#

Was meint ihr, wo liegt das Problem?

Danke
Gruß
TW-elektric
 
Hat niemand eine Idee oder einen Vorschlag, was ich noch überprüfen könnte?

Danke
Gruß

TW-elektric
 
Moin, moin,

Du versuchst, tw-elektric.locale zu joinen, diese Zone kennt aber Dein Ubuntu nicht. Entweder Zone anlegen und eigenen DNS betreiben oder einen anderen Namen wählen.

Gruß
Blur
 
Ich habe es auch mit nur "tw-elektric" versucht.
Auch ohne Erfolg!

Eig. sollte der eingetragene DNS Server funktionieren. Siehe Pingversuche:
Code:
TW80:~> ping srv2003
PING srv2003.tw-elektric.local (192.92.130.12) 56(84) bytes of data.
64 bytes from srv2003.tw-elektric.local (192.92.130.12): icmp_seq=1 ttl=128 time=0.138 ms
64 bytes from srv2003.tw-elektric.local (192.92.130.12): icmp_seq=2 ttl=128 time=0.162 ms
64 bytes from srv2003.tw-elektric.local (192.92.130.12): icmp_seq=3 ttl=128 time=0.147 ms
64 bytes from srv2003.tw-elektric.local (192.92.130.12): icmp_seq=4 ttl=128 time=0.155 ms
^X
--- srv2003.tw-elektric.local ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3000ms
rtt min/avg/max/mdev = 0.138/0.150/0.162/0.015 ms
TW80:~> ping srv01
PING srv01.tw-elektric.local (192.92.130.20) 56(84) bytes of data.
64 bytes from srv01.tw-elektric.local (192.92.130.20): icmp_seq=1 ttl=128 time=0.123 ms
64 bytes from srv01.tw-elektric.local (192.92.130.20): icmp_seq=2 ttl=128 time=0.123 ms
64 bytes from srv01.tw-elektric.local (192.92.130.20): icmp_seq=3 ttl=128 time=0.133 ms
^X
--- srv01.tw-elektric.local ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 0.123/0.126/0.133/0.010 ms
TW80:~>


EDIT. oh man, hab den Fehler gefunden. Es heißt local und nicht locale...
SRY
Gruß

TW
 

Ähnliche Themen

Nginx als Reverse Proxy für Nextcloud und Emby

Zugriff Ubuntu 16.04. auf Freigabe 18.04. LTS nicht möglich

Samba 4 AD Member Server

Ubuntu 14.4: Samba v3 => v4, Kein Zugriff

Samba 4.1.9 mit Bind 9.9.4

Zurück
Oben