So I have this howto
(https://help.ubuntu.com/community/UbuntuLTSP/OpenLDAP_NFS_SSL) and now I
try to add/understand local DNS with that very same setup
(https://help.ubuntu.com/8.04/serverguide/C/dns.html).
I have removed host information from hosts files and try just to use local
DNS. I can ping both machines vice versa.
LTSP5 -> OpenLDAP
admin-ltsp5@ubuntu-ltsp5:~$ ping -c 2 ubuntu-openldap.arkki.info
PING ubuntu-openldap.arkki.info (192.168.1.3) 56(84) bytes of data.
64 bytes from ubuntu-openldap.arkki.info (192.168.1.3): icmp_seq=1 ttl=64
time=0.303 ms
64 bytes from ns.arkki.info (192.168.1.3): icmp_seq=2 ttl=64 time=0.316 ms
So thin client can't access, because it can't find OpenLDAP server. But
ping/DNS is working as far I can tell.
admin-ltsp5@ubuntu-ltsp5:~$ named-checkzone ubuntu-openldap.arkki.info
/etc/bind/db.192
zone ubuntu-openldap.arkki.info/IN: loaded serial 2
OK
admin-ltsp5@ubuntu-ltsp5:~$
Here are all conf files for both servers about DNS (bind9).