Configure Automatic Policy Deployment for multiple network interfaces

Automatic Policy Deployment uses the Enrollment over Secure Transport (EST) service. If your machine has multiple network interfaces, the EST service uses a random network interface by default. You can select a specific network interface by editing the
appConfiguration.json
file.
TIP: You must be a Windows administrator and have a
FactoryTalk Directory
administrator account to specify the network interface for the EST service.
  1. In a text editor, open the
    FactoryTalk System Services
    configuration file:
    C:\ProgramData\Rockwell Automation\FactoryTalk System Services\config\admin\appConfiguration.json
  2. Add a configuration for the EST service.
    IMPORTANT: For the hostname property value, use the IP address.
    "est": { "port": 40014, "filePathCertificate": "", "filePathPrivateKey": "", "hostname": "192.168.1.100" }
  3. Save the configuration file.
  4. Restart
    FactoryTalk System Services
    .
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal