Unable to logon to Gateway via Policy Manger on Default port 9443.
In this scenario, Policy Manager access is already disabled for Default port 8443.
Extract from ssg log.
WARNING 1 com.l7tech.server.transport.SsgConnectorManagerImpl: Unable to translate bind address while updating firewall rules: No address pattern for interface named xxxxx matches any network address on this node (for listen port 9443)
Release : 9.4 and 10.x
Component : API GATEWAY
Collect output of this command to verify the bindAddress which is not working.
select c.name, cp.name, cp.value from connector c inner join connector_property cp on c.goid = cp.connector_goid;
Delete bindAddress from connector_property table.
delete from connector_property where name = 'bindAddress';
Restart ssg service and connect to Gateway on Port 9443 via Policy Manager.