Configuring the Network Interface Restriction in the Solution Manager¶
The Denodo Platform allows to restrict the network interface through which the platform’s servers will listen to incoming connections.
In order to activate this restriction in the Solution Manager, stop all the Denodo servers and edit the following configuration options:
Component |
Configuration File |
|---|---|
Embedded Virtual DataPort server |
<SM_HOME>/conf/vdp/VDBConfiguration.properties |
License Manager Server |
<SM_HOME>/conf/license-manager/LMConfigurationParameters.properties |
Solution Manager Server |
<SM_HOME>/conf/solution-manager/SMConfigurationParameters.properties |
Solution Manager Web Tool |
<SM_HOME>/resources/apache-tomcat/webapps/solution-manager-web-tool/WEB-INF/classes/ConfigurationParameters.properties |
Diagnostic and Monitoring Tool |
<SM_HOME>/resources/apache-tomcat/webapps/diagnostic-monitoring-tool/WEB-INF/classes/ConfigurationParameters.properties |
Embedded Virtual DataPort Server:
Set
com.denodo.vdb.vdbinterface.server.VDBManagerImpl.registryURLto the corresponding network interface.Define
com.denodo.vdb.vdbinterface.server.VDBManagerImpl.registryURL.restrictedto the restricted IP/network interface. The value of the property registryURL has to be resolved to the same value of the restricted network in the local VDP server.
License Manager Server:
Set the properties
server.addressandcom.denodo.solutionmanager.storage.DerbyStorageManager.derbyHostto the restricted address.
Solution Manager Server:
Set the properties
server.addressandcom.denodo.solutionmanager.vdp.hostnameto the restricted network interface.
Solution Manager Web Tool:
Set the property
com.denodo.solutionmanager.hostto the restricted address.
Diagnostic and Monitoring Tool:
Set the property
vdp.hostnameto the restricted network interface.
