Software AG Products 10.5 | Administering Integration Server | Controlling Access to Resources | Controlling Access to Resources by Port | Restricting IP Addresses that Can Connect to a Port | If You Inadvertently Deny IP Access to All Hosts | Resetting the IP Access Setting for an Individual Port
 
Resetting the IP Access Setting for an Individual Port
*To reset the IP access setting for an individual port
1. Open Integration Server Administrator if it is not already open.
2. In the Security menu of the Navigation panel, click Ports.
3. Under Port List, locate the port for which you want to reset the IP access setting and click on the port number.
4. In the View <port type> Details screen, identify the package that is associated with it. For example, port 5555 is typically associated with the WmRoot package.
5. Shut down Integration Server.
6. Navigate to the Integration Server_directory /instances/instance_name/packages/package_name/config directory for that package and open the listeners.cnf file.
7. Locate the hostAllow parameter and update it to specify the IP address of a host you want to allow to use this port, as in the following example:
<array name="hostAllow" type="value" depth="1">
<value>132.906.19.22</value>
</array>
8. Save the file and restart Integration Server.
9. Navigate to the Security > Ports screen and update the IP access for each port as needed. Refer to Allow Inbound Requests from Specified Hosts (Deny All Others) and Deny Inbound Requests from Specified Hosts (Allow All Others) for more information.