Use the commands in this section to configure a proxy connection using the CLI.
Prerequisites
An established connection between the File Protect appliance and the Internet.
Administrator or Operator access to the File Protect appliance.
To configure a proxy configuration:
Enable the CLI configuration mode:
hostname > enable hostname # configure terminal
Specify the FQDN IP Address:
hostname (config) # fmps proxy fqdn <IPAddress>Specify the port number:
hostname (config) # fmps proxy port <PortNumber>Specify the username:
hostname (config) # fmps proxy username <UserName>Specify the password:
hostname (config) # fmps proxy password <Password>Verify the values:
hostname (config) # show fmps proxy
Example
This example sets the FQDN and port number for the proxy connection and displays the result.
hostname (config) # fmps proxy fqdn 1.2.3.4 hostname (config) # fmps proxy port 80 hostname (config) # show fmps proxy Proxy Config: Enabled : no FQDN : 1.2.3.4 Port : 80 Username : Password : ********