Re: Kerberos Auth weirdness/inconsistency when using CNAMEs/Round-robin DNS
Amos Jeffries <[email protected]> Fri, 20 Jun 2025 02:21:39 +1200
| Newsgroups | gmane.comp.web.squid.general |
|---|---|
| Message-ID | <[email protected]> |
On 18/06/25 20:49, Mark Cairney wrote: > Hi, > > I’ve been trying to get Kerberos Authentication against AD working but > have been seeing inconsistent results/behaviour across multiple Oses and > I’m not sure if the issue lies with the DNS configuration, Kerberos > itself or with the Squid config: > > THE DNS setup is as follows: > > test.squid.cluster. 3600 IN CNAME test-squid- > cluster.dyn-zone. > > test-squid-cluster.dyn-zone. 60 IN A 1.2.3.4 > > Where 1.2.3.4 is the IP of one of the servers in the cluster. The > intention is to have multiple Squid servers behind a single DNS name for > high-availability. > FYI, you cannot have multiple CNAME for test.squid.cluster pointing at different Squid server names. So this should not be a problem. In Kerberos: * Setup your keytab entry for HTTP/test-squid-cluster.dyn-zone@REALM. * export the HTTP/test-squid-cluster.dyn-zone@REALM keytab to each proxy In DNS: * Add as many proxy as you want to test-squid-cluster.dyn-zone with A or AAAA records in DNS. * point any domains you want those proxy to be acting as a CDN to test-squid-cluster.dyn-zone using CNAME in DNS. Cheers Amos _______________________________________________ squid-users mailing list [email protected] https://lists.squid-cache.org/listinfo/squid-users