Hi guys,
I'm trying to setup a Debian fileserver with samba.
i have a Windows domain controller etc
The Domain Controller is called atmosphere
The Domain is ct.local
The error i get is below:
Code:
kinit administrator@CT.LOCAL
kinit(v5): Cannot resolve network address for KDC in requested realm while getting initial credentials
My /etc/resolv.conf file contains:
Code:
# generated by NetworkManager, do not edit!
search ct.local
nameserver 10.135.148.7
nameserver 10.135.148.1
and my /etc/hosts contains
Code:
127.0.0.1 localhost
127.0.1.1 X-Wing.ct.local X-Wing
not sure if this helps, but i can ping my server (ping atmosphere) but not the FQDN (ping atmosphere.ct.local)