so my problem is this
I have 3 servers:
Server A: running ubuntu 14.04 with openldap and samba
Server B: running ubuntu 14.04 with bind9 and dhcp (dns server)
Server C: client windows 2008
Server C uses Server B for dns. Server B has SRV records for Server A, more specifically I have these records on Server B:
$ORIGIN _tcp.dc._msdcs.mosek.intranet.
_kerberos SRV 0 0 88 fredericia.
_ldap SRV 0 0 389 fredericia.
$ORIGIN _tcp.mosek.intranet.
_kerberos SRV 0 0 88 fredericia.
_ldap SRV 0 0 389 fredericia.
but when I try to connect Server C to the samba domain on Server A I get this error:
DNS was successfully queried for the service location (SRV)
resource record used to locate a domain controller for domain
"mosek.intranet"
The query was for the SRV record for _ldap._tcp.dc.msdcs.mosek.intranet
The following domain controllers were identified by the query:
Server A
However no domain controllers could be contacted.
So as you can see the dNS points to the right server, but for some reason I can't connect to the server. I tried pinging Server A from Server A both with hostname and FQDN, and both pinged just fine, so I can't see why it can't connect.
Can someone please help?