Skip to main content
Question

How to configure the proxy setting using MCX or Configuration Profile

  • September 4, 2012
  • 6 replies
  • 0 views

Forum|alt.badge.img+6

Hi everyone

Could someone help me how could i configure the Proxies for the wire connection using Automatic Proxy Configuration using MCX or Configuration Profile. Please give detail instruction cause i am beginner in JSS.

thank you

6 replies

Forum|alt.badge.img+1
  • New Contributor
  • 7 replies
  • January 10, 2013

I am interested in this as well - TY


Forum|alt.badge.img+12
  • Contributor
  • 194 replies
  • January 24, 2013

me too


Forum|alt.badge.img+12
  • Contributor
  • 194 replies
  • January 24, 2013

me too


Forum|alt.badge.img+12
  • Contributor
  • 194 replies
  • January 30, 2013

I believe there isn't a way to do this, unless you are doing it thru WiFi interface only. I don't know why JAMF hasn't set this as a Configuration profile setting. Hopefully in Version 9, the will.


Forum|alt.badge.img+7
  • Valued Contributor
  • 99 replies
  • April 18, 2013

I found this somewhere else on Jamf Nation

com.apple.systempreferences
Enabled System Preference Panes

If you put in below
and replace
youraddress with your address for your proxy, don't forget <integer>1</integer> means set
<integer>0</integer> means not set

But i found that by doing this it disables everything in system preferences which I don't want... Im trying various combo's to try and keep everything enabled but having the proxies set....

<dict> <key>ExceptionsList</key> <array> <string>*.local</string> </array> <key>ProxyAutoConfigEnable</key> <integer>1</integer> <key>ProxyAutoConfigURLString</key> <string>youraddress</string> <key>HTTPEnable</key> <integer>1</integer> <key>HTTPPort</key> <integer>8080</integer> <key>HTTPProxy</key> <string>youraddress</string> <key>HTTPSEnable</key> <integer>1</integer> <key>HTTPSPort</key> <integer>8080</integer> <key>HTTPSProxy</key> <string>youraddress</string> <key>FTPEnable</key> <integer>1</integer> <key>FTPPassive</key> <integer>0</integer> <key>FTPPort</key> <integer>8080</integer> <key>FTPProxy</key> <string>youraddress</string> <key>SOCKSEnable</key> <integer>1</integer> <key>SOCKSPort</key> <integer>8080</integer> <key>SOCKSProxy</key> <string>youraddress</string> <key>RTSPEnable</key> <integer>1</integer> <key>RTSPPort</key> <integer>8080</integer> <key>RTSPProxy</key> <string>youraddress</string> <key>GopherEnable</key> <integer>0</integer> <key>GopherPort</key> <integer>0</integer> <key>GopherProxy</key> <string></string> </dict>


Forum|alt.badge.img+21
  • Honored Contributor
  • 970 replies
  • April 18, 2013

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings