Posted on 05-01-2015 03:10 PM
While distribution points can be defined for a specific network segment, there seems to be an inability to do define distribution points for clients outside of those segements.
Specifically, I want off-network clients to default to AWS for distribution.
What's the best way to do automate this?
Posted on 05-01-2015 03:18 PM
@Seven Create a network segment of 1.1.1.1 - 255.255.255 pointing to your AWS instance.
The JSS assigns DP based on the most restrictive IP range.
Posted on 05-01-2015 04:23 PM
Much appreciated.