Good evening, here is the second thread I promised
I'm pretty sure I read that ziti will intercept srv records and I'm rather sure I already got it working once.
I shorten the configs a little:
intercept-config reads like:
"addresses": [
"_kerberos._udp.ad.company.de",
"adw-dc01.ad.company.de",
"ad-dc01.ad.company.de"
],
host-config reads like:
"forwardProtocol": true,
"forwardAddress": true,
"forwardPort": true,
"allowedAddresses": [
"_kerberos._udp.ad.company.de",
"adw-dc01.ad.company.de",
"ad-dc01.ad.company.de"
],
Windows client with Ziti Desktop Edge Client:
PS C:\Users\p.gross> Resolve-DnsName -type SRV _kerberos._udp.ad.company.de
Resolve-DnsName : _kerberos._udp.ad.company.de : Der DNS-Vorgang wurde abgelehnt
In Zeile:1 Zeichen:1
+ Resolve-DnsName -type SRV _kerberos._udp.ad.company.de
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (_kerberos._udp.ad.company.de:String) [Resolve-DnsName], Win32Exc
eption
+ FullyQualifiedErrorId : RCODE_REFUSED,Microsoft.DnsClient.Commands.ResolveDnsName
PS C:\Users\p.gross> Resolve-DnsName ad-dc01.ad.company.de
Name Type TTL Section IPAddress
---- ---- --- ------- ---------
ad-dc01.ad.company.de A 60 Answer 100.64.0.5
root@ad-ztna01:~# ziti edge policy-advisor services active-directory.svc
OKAY : ad-ztna02 (3) -> active-directory.svc (3) Common Routers: (3/3) Dial: Y Bind: Y
OKAY : AD-NB08 (3) -> active-directory.svc (3) Common Routers: (3/3) Dial: Y Bind: N
AD-NB08 is the ZDEW.
I have no idea, what is going wrong here.
Any help is highly appreciated!