--- title: "DR CD and Fixed IP addresses" slug: "dr-cd-and-fixed-ip-addresses" updated: 2024-06-14T13:45:43Z published: 2024-06-14T13:45:43Z canonical: "docs.retrospect.com/dr-cd-and-fixed-ip-addresses" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.retrospect.com/llms.txt > Use this file to discover all available pages before exploring further. # DR CD and Fixed IP addresses While booted from the Retrospect 8.0 for Windows bootable disaster recovery CD, you have full access to the WinPE command line. You can use the command line to configure the WinPE image to use a fixed IP address to access the network for local restores or client restores. 1) Boot from the WinPE recovery disk. 2) Shift Click on "Restore Locally". This should bring up a command prompt. 3) The command is: ``` # On older WinPE versions netsh interface ip set address local static # On newer WinPE versions netsh interface ip set address Ethernet static ``` 4) Now you can select the option to restore locally or restore a client computer. Last Update: November 6, 2016