Jump to content

Reinstall os x through a proxy


Recommended Posts

Posted

Can this be done?

 

It asks to connect to the internet, all of our connections go through a proxy! and teathering it up to an iphone is way to slow...

Posted
I know the feeling! If we ever need to reinstall from scratch i wait till after school and add an IP range exception for that VLAN and then re install
Posted
Can this be done?

 

It asks to connect to the internet, all of our connections go through a proxy! and teathering it up to an iphone is way to slow...

 

I don't think we were able to do it over the internet through a proxy. IIRC we tied it to a specific IP Address and allowed it unfiltered access.

Posted
I tried this a while ago, and couldn't find a way around it. I ended up having to do it at home instead...

I ended up having to do 22 iMacs at home when they upgraded from SL to Lion. I read on an Apple page that you can't talk to the Apple store servers from behind a proxy at all.

Posted (edited)

CommandLine is required...

 

1. Connect the machine to the network with a wired connection, turn on the Mac, and hold Cmd+R. Eventually you should arrive at the recovery console

2. Head to Utilities across the top, and choose Terminal.

3. Run the following commands at the bash# prompt:

bash# networksetup -setmanual Ethernet <> <> <>
bash# networksetup -setdnsservers Ethernet <> <>
bash# networksetup -setwebproxy Ethernet <> <> authenticated <> <>
bash# networksetup -setsecurewebproxy Ethernet <> <> authenticated <> <>

 

Replace <<...>> with what it says, so (for instance) top line becomes:

 

bash# networksetup -setmanual Ethernet 10.126.168.20 255.255.255.0 10.126.168.1

 

4. Test the network connection by running the following at the bash# prompt:

bash# ping http://www.google.com
bash# ping http://www.apple.com

 

5. If the ping tests return pings successfully, Cmd+Q to quit terminal, and proceed with recovery from the internet.

 

 

Reference: https://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man8/networksetup.8.html

 

I read on an Apple page that you can't talk to the Apple store servers from behind a proxy at all.

Odd - Apple Store working fine for me right now behind full authenticated proxy on multiple devices.

Edited by Marci
  • Thanks 2
Posted
CommandLine is required...

 

...

 

 

Odd - Apple Store working fine for me right now behind full authenticated proxy on multiple devices.

 

That's dead handy, thank you!

Could be I didn't read the article properly of course :p

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...