What's New in Retrospect – Retrospect Backup 19 + Retrospect Virtual 2022 + Retrospect Cloud Storage

Binding Retrospect Client to a specific IP address

Resources



title: Binding Retrospect Client to a specific IP address created_at: 2016.07.26 updated_at: 2016.07.26 category: Troubleshooting ---

The Retrospect Client uses the ip and ipsave commands to allow users to direct Retrospect backup traffic through a specific IP address if it is available to the machine the client is installed on.

The ip command will only bind the IP address temporarily. Once the machine or the Retrospect client service is restarted, the Retrospect client will revert back to its default IP address. The ipsave command will bind the client to the IP permanently.

Windows usage

To use the ip or ipsave command on a Retrospect Client for Windows, open up your command prompt with elevated privileges, and navigate to your Retrospect client install directory. By default the installation directory is: C:\Program Files (x86)\Retrospect\Retrospect Client.

Once within the Retrospect Client install directory you can issue the following commands.

To temporarily direct client traffic through a specified IP:

retroclient.exe /ip xxx.xxx.xxx.xxx

To persistently direct client traffic through a specified IP:

retroclient.exe /ipsave xxx.xxx.xxx.xxx

To revert the changes made by the ipsave command:

retroclient.exe /ipsave none

Mac Usage

To use the ip or ipsave command on a Retrospect Client for Mac, open /Applications/Utilities/Terminal and navigate to /Library/PreferencePanes/Retrospect\ Client.prefPane/Contents/MacOS

Once within this directory, you can issue the following commands.

To temporarily direct client traffic through a specified IP:

./retroclient -ip xxx.xxx.xxx.xxx

To persistently direct client traffic through a specified IP:

./retroclient -ipsave xxx.xxx.xxx.xxx

To revert the changes made by the ipsave command:

./retroclient -ipsave none

Last Update: 2016年07月26日