So i created a script to disable IPv6 on macOS High Sierra. Most of our servers are Windows and have IPv6 disabled. Initial testing didn't show issues. A few days later, users weren't able to connect to some of our internal servers, including JAMF.
I used a script like this: networksetup -setv6off Service name
Setting IPv6 back to Automatic still doesn't allow some users to browse the local network.
I can ping a server hostname, but Traceroute just shows and I can't open it in a browser.
I tried:
- Setting a new network location
- Deleting the network plist files in /Library/Preferences/SystemConfiguration
- Clearing NVRAM
- Ran networksetup -setbootp Service Name & networksetup -setdhcp Service Name
Any other suggestions?