Configuring a proxy connection using the CLI

Prev Next

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:
  1. Enable the CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Specify the FQDN IP Address:

    hostname (config) # fmps proxy fqdn <IPAddress>
  3. Specify the port number:

    hostname (config) # fmps proxy port <PortNumber>
  4. Specify the username:

    hostname (config) # fmps proxy username <UserName>
  5. Specify the password:

    hostname (config) # fmps proxy password <Password>
  6. 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 : ********