Configuration d’un profil pour le proxy DNS - Documentation Jamf School

Documentation Jamf School

Solution
Application
Content Type
Documentation technique
Utilities & Services
ft:locale
fr-FR
  1. Téléchargez le profil générique à partir du tableau de bord Umbrella.
  2. Utilisez l’exemple suivant pour modifier le profil.
    Important:

    Ne copiez pas le texte ci-dessous, il s’agit d’un texte d’exemple non fonctionnel. N’utilisez que la configuration de téléchargement générique de votre tableau de bord.

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    	<key>PayloadContent</key>
    	<dict>
    		<key>AppBundleIdentifier</key>
    		<string>com.cisco.ciscosecurity.app</string>
    		<key>PayloadDescription</key>
    		<string>Cisco Umbrella</string>
    		<key>PayloadDisplayName</key>
    		<string>Cisco Umbrella</string>
    		<key>PayloadIdentifier</key>
    		<string>com.apple.dnsProxy.managed.{pre-filled in the download}</string>
    		<key>PayloadType</key>
    		<string>com.apple.dnsProxy.managed</string>
    		<key>PayloadUUID</key>
    		<string>{pre-filled in the download}</string>
    		<key>PayloadVersion</key>
    		<integer>1</integer>
    		<key>ProviderBundleIdentifier</key>
    		<string>com.cisco.ciscosecurity.app.CiscoUmbrella</string>
    		<key>ProviderConfiguration</key>
    	</dict>
    	<array>
    		<dict>
    			<key>disabled</key>
    			<false/>
    			<!-- Copy from here to paste into the Jamf School UI to provision a DNS proxy -->
    			 <dict>
    				 <key>disabled</key>
    				 <false/>
    				 <key>internalDomains</key>
    				 <array>
    					 <string>10.in-addr.arpa</string>
    					 <string>16.172.in-addr.arpa</string>
    					 <string>17.172.in-addr.arpa</string>
    					 <string>18.172.in-addr.arpa</string>
    					 <string>19.172.in-addr.arpa</string>
    					 <string>20.172.in-addr.arpa</string>
    					 <string>21.172.in-addr.arpa</string>
    					 <string>22.172.in-addr.arpa</string>
    					 <string>23.172.in-addr.arpa</string>
    					 <string>24.172.in-addr.arpa</string>
    					 <string>25.172.in-addr.arpa</string>
    					 <string>26.172.in-addr.arpa</string>
    					 <string>27.172.in-addr.arpa</string>
    					 <string>28.172.in-addr.arpa</string>
    					 <string>29.172.in-addr.arpa</string>
    					 <string>30.172.in-addr.arpa</string>
    					 <string>31.172.in-addr.arpa</string>
    					 <string>168.192.in-addr.arpa</string>
    					 <string>local</string>
    				 </array>
    				 <key>logLevel</key>
    				 <string>verbose</string>
    				 <key>orgAdminAddress</key>
    				 <string>{pre-filled in the download}</string>
    				 <key>organizationId</key>
    				 <string>{pre-filled in the download}</string>
    				 <key>regToken</key>
    				 <string>{pre-filled in the download}</string>
    				 <key>serialNumber</key>
    				 <string>%SerialNumber%</string>
    			 </dict>
    			<!-- End copy -->
    		</dict>
    	</array>
    	<key>PayloadDisplayName</key>
    	<string>Cisco Security</string>
    	<key>PayloadIdentifier</key>
    	<string>com.cisco.ciscosecurity.app.CiscoUmbrella.{pre-filled in the download}</string>
    	<key>PayloadRemovalDisallowed</key>
    	<false/>
    	<key>PayloadType</key>
    	<string>Configuration</string>
    	<key>PayloadUUID</key>
    	<string>{pre-filled in the download}</string>
    	<key>PayloadVersion</key>
    	<integer>1</integer>
    </dict>
    </plist>
  3. Créez un nouveau profil dans Jamf School. Pour plus d’informations, consultez Profils d’appareil.
  4. Utilisez l’entité Proxy DNS pour configurer les réglages suivants :
    1. Saisissez com.cisco.ciscosecurity.app dans le champ Identifiant de bundle d’apps.
    2. Saisissez com.cisco.ciscosecurity.app.CiscoUmbrella dans le champ Identifiant de bundle du fournisseur.
  5. Copiez et collez la section désignée du profil Cisco de l’étape 2 dans la fenêtre Configuration du fournisseur.