Posted on 09-22-2015 03:32 PM
I ran into issues with our Yosemite 10.10.5 image this year. After pushing an image from AutoDMG via DeployStudio to my fleet of Macs, DNS resolution is behaving weirdly.
Initial boot with Ethernet DNS lookups work fine. I can 'dig host', 'dig -x IPADDR', 'dig -t SRV _ldap._tcp.ad-domain.tld'
However, when I connect via Wi-Fi only, things get weird. I can 'dig host', however 'dig -x IPADDR' and 'dig -t SRV _ldap._tcp.ad-domain.tld' fail ( time out? ) with "connection timed out, no servers could be reached'. I can ping the servers.
I get similar behaviour with nslookup against the primary domain controller.
Basically, this kills AD binding for my student clients since SRV lookups are failing.
Steps to replicate:
I did a fresh install with 10.10.5 and I don't see the DNS weirdness there.
Thoughts on troubleshooting?
Thanks
Posted on 09-22-2015 04:27 PM
Not sure I have an answer or solution for your DNS / WiFi look up issue. but if you say it works with a fresh install of 10.10.5...is something being picked up from the Network service order priority during imaging?
...and perhaps rethinking your imaging process may help.
I suppose, I dont understand the need for casper+deploy studio+munki....can you eliminate one or more of those and focus on a streamlined path?
Additionally, some images made from AutoDMG work no issues, and sometimes they cause headaches or problems. and theyve all been based off a App Store OS download.
Posted on 09-22-2015 04:29 PM
see if you can open an connection via telnet to the DNS Server on Port 53, that should be more effective than ping
have you tried specifying the DNS server directly in dig with @?
Have you tried flushing the DNS Cache on the imaged system or creating a new network location?
Posted on 09-22-2015 08:08 PM
are you including anything in your AutoDMG image or just dropping the installESD on to it and thats it?
Sounds like its an image issue, if you cant replicate it with a fresh install from the install.app
Posted on 09-23-2015 12:13 AM
1. Install 10.10.5 to Macbook Pro 13" mid-2012 2. Prep 10.10.5 image with AutoDMG 1.5.3 3. Deploy image with DeployStudio 1.6.16 via ethernet connection
@jhowesgs The above is from your OP. Can you expand upon more on 1 & 2?
Posted on 09-23-2015 04:58 PM
Currently drilling down into the packages passes between steps 3 and 4. Post-munki package/policy MDM pushes seems to creating this issue.
Flushing DNS cache doesn't not fix the issue.
Dig with targeted @server shows same behaviour.
I will report back later.
Thanks for the feedback!
Posted on 09-24-2015 02:11 PM
I did some more testing with just a baseline image ( and rolled back to 10.9.x ) .
It seems the issue is somewhere in our Aruba Wireless network.
Ethernet connections resolve DNS as expected.
Solo Wireless connection are failing on reverse and SRV lookups.
We are running Aruba 105/205s on-site. May be an issue with the 6.4.2.6-4.1.1.9_51442 version of the Aruba firmware.
Thanks for everyones feedback.
Posted on 09-25-2015 10:31 PM
Aruba Support acknowledged this is a known issue in Build 6.4.2.6-4.1.1.9_51442. Engineering is working on a fix.
They recommended downgrading to 6.4.2.6-4.1.1.8_50989.
We have a mix of Aruba IAP-105/205 on site.
Pushing out this firmware resolved the DNS reverse/SRV issues.
Thanks