How to configure the Ethernet connection when booting from Recovery HD

ethernetNetworkrecovery

I'm trying to recover from a Time Machine drive sitting on the network at work. Our network doesn't use DHCP–it requires the Ethernet connection to be manually configured. I've looked at the Network Utility while booted to the Recovery HD and I have a 169.254.x.x IP address. Is there any way to manually configure the Ethernet connection?

Best Answer

The expected graphical settings are not provided from the recovery image, but you can find terminal in the Utilities folder and use ipconfig to set a manual IP address and net mask for any active interface.

ipconfig set en1 manual 192.168.3.1 255.255.255.0

As long as your Wi-Fi isn't connected, you should have a valid route, but you could also set a default route if needed using that command as well.