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.- In a text editor, open theFactoryTalk System Servicesconfiguration file:C:\ProgramData\Rockwell Automation\FactoryTalk System Services\config\admin\appConfiguration.json
- 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" }
- Save the configuration file.
- RestartFactoryTalk System Services.
Provide Feedback