Enabling HTTP proxy settings on a standalone appliance using the CLI

Prev Next

Use the commands in this topic to enable a standalone appliance to send DTI service requests to the DTI network through an HTTP proxy server.

To enable HTTP proxy settings for a DTI service:
  1. Go to CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. View the current DTI service configuration:

    hostname (config) # show fenet dti configuration brief
  3. If the value for the service in the ACTIVE SETTINGS FOR HTTP PROXY section is no, enable proxy settings for the service.

    • For the source service:

      hostname (config) # fenet dti source proxy enable
    • For the enrollment, faude, or virtual service:

      hostname (config) # fenet dti <service> service proxy enable
    • For the upload destination service:

      hostname (config) # fenet dti upload destination proxy enable
  4. Verify your changes:

    hostname (config) # show fenet dti configuration brief
  5. Save your changes:

    hostname (config) # write memory

Example

The following example enables HTTP proxy settings for the faude and avsuite DTI services.

hostname (config) # show fenet dti configuration brief

DTI CLIENT CONFIGURATIONS:
  ACTIVE SETTINGS:
    
    Mode               : online
    Download source    : DTI (User8@staticcloud.fireeye.com) 
    Upload destination : DTI (User8@up-staticcloud.fireeye.com)
    Mil service        : DTI (User8mil-staticcloud.fireeye.com)
    Faude service      : DTI (User8@unity.fireeye.com)
    AVSuite service    : DTI (User8@unity.fireeye.com)
    ...

  ACTIVE SETTINGS FOR HTTP PROXY: 

    Http proxy         : @myproxy.mycompany.com:8080 (user agent:)

    Download source    : no (reason: administratively disabled)
    Upload destination : no (reason: administratively disabled)
    Mil service        : no (reason: administratively disabled)
    Faude service      : no (reason: administratively disabled)
    AVSuite service    : no (reason: administratively disabled) 
    ....

hostname (config) # fenet dti faude service proxy enable
hostname (config) # fenet dti avsuite service proxy enable
hostname (config) # show fenet dti configuration brief

DTI CLIENT CONFIGURATIONS:
  ACTIVE SETTINGS:
    
    Mode               : online
    Download source    : DTI (User8@staticcloud.fireeye.com)
    Upload destination : DTI (User8@up-staticcloud.fireeye.com) 
    Mil service        : DTI (User8@mil-staticcloud.fireeye.com)
    Faude service      : DTI (User8@unity.fireeye.com)
    AVSuite service    : DTI (User8@unity.fireeye.com)
    ...

  ACTIVE SETTINGS FOR HTTP PROXY: 

    Http proxy         : @myproxy.mycompany.com:8080 (user agent:)

    Download source    : no (reason: administratively disabled)
    Upload destination : no (reason: administratively disabled)
    Mil service        : no (reason: administratively disabled)
    Faude service      : yes
    AVSuite service    : yes
    ...