Skip to content

Latest commit

 

History

History

IP Restrict

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Restrict WebSphere DMGR Console Access with IP’s or Hosts

Let’s move on implementation now.

  • Login into DMGR Console

  • Go to System administration >> Deployment manager

image

  • Click on Web container transport chains

image

  • Click on WCInbouceAdminSecure if DMGR is SSL enabled. If not, click on WCInbouceAdmin. image

Note: if both are enabled – you have to do it for both.

Click on TCP inbound channel (TCP_3)

image

  • Enter the IP in “Address include list”

  • Enter the hostname in “Hostname include list

image

  • Click on Apply and Ok

  • Review and save the configuration

  • Restart the DMGR to get the configuration effective

So in above example, I have included only 172.16.179.135 as allowed IP. Let’s see what happens when I try from the hostname or different IP.

Accessing with hostname

image

so you see it’s blocked.

you can see exclude list on server.xml

image