retroclient.exe /ip xxx.xxx.xxx.xxx
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 ipipsave
The ipipsave
To use the ipipsaveC:\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
retroclient.exe /ipsave none
To use the ipipsave/Applications/Utilities/Terminal/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
./retroclient -ipsave none
Last Update: 2016年07月26日