Disabling HTTP proxy settings for DTI services

Prev Next

Use the commands in this section to disable HTTP proxy settings for a specific DTI service.

To disable HTTP proxy settings for a DTI service:

  • For the source service:

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

    hostname (config) # no fenet dti upload destination proxy enable
  • For the mil, faude, enrollment, avsuite, or virtual service:

    hostname (config) # no fenet dti <service> service proxy enable

Note

If the managed appliance uses single-port communication to communicate with the Central Management System appliance, you can alternatively move control of the DTI service back to the Central Management System appliance. This automatically disables the HTTP proxy for that service. Use one of the following commands:

  • fenet dti source override enable

  • fenet dti upload destination override enable

  • fenet dti <service> service override enable

Examples

The following example disables HTTP proxy settings for the source service on a managed appliance that uses single-port communication.

hostname (config) # no fenet dti source proxy enable
hostname (config) # show fenet dti configuration brief

DTI CLIENT CONFIGURATIONS:

  ACTIVE SETTINGS:
    ...
    Download source    : DTI (User8@staticcloud.fireeye.com) - Managed by Appliance

  ACTIVE SETTINGS FOR HTTP PROXY:

    Http proxy         : bsmith@192.168.2.3:8080 (user agent:)

    Download source    : no (reason: administratively disabled)
    ...

The following example moves control of the source service on a managed appliance that uses single-port communication to the Central Management System appliance. This action disables the HTTP proxy settings for the service.

hostname (config) # fenet dti source override enable
hostname (config) # show fenet dti configuration brief

DTI CLIENT CONFIGURATIONS:

ACTIVE SETTINGS:
    ...
    Download source    : CMS (User8@10.4.5.6 : singleport) - Managed by CMS

  ACTIVE SETTINGS FOR HTTP PROXY:

    Http proxy         : bsmith@192.168.2.3:8080 (user agent:)

    Download source    : no (reason: singleport is in use)
    ...

The following example disables HTTP proxy settings for the source service on a managed appliance that uses dual-port communication.

hostname (config) # no fenet dti source proxy enable
hostname (config) # show fenet dti configuration brief
...

  ACTIVE SETTINGS FOR HTTP PROXY:

    Http proxy         : bsmith@192.168.2.3:8080 (user agent:)
   
    Download source    : no (reason: admnistratively disabled)
    ...

The following example disables HTTP proxy settings for the faude and avsuite services on a standalone appliance.

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

DTI CLIENT CONFIGURATIONS:
  ...

  ACTIVE SETTINGS FOR HTTP PROXY:

    Http proxy          : bsmith@192.168.2.3:8080 (user agent:)

    ...
    Faude service       : no (reason: administratively disabled)
    AVSuite service     : no (reason: administratively disabled)
    ...