Not able to access rancher ui through IP

I have done HA setup of rancher through rke. in cattle-system rancher is running on three nodes

192.172.0.0 - rancher-7db9
192.172.0.1 - rancher-7db8
192.172.0.3 - rancher-7db8

am accessing through browser https://192.172.0.0 not working

through domain its working fine want to check through ip any help

It is unclear what version of RKE or Kubernetes you are using, but the HA setup is accessed through ingress which needs a hostname. If you want to test each node individually, you can use curl --resolve like

curl https://rancher.example.com --resolve rancher.example.com:443:192.172.0.0

rke version v1.0.8
using ingress we are using hostname. we are working on LB level setup for that we need to access through ip
we want to access each node individually

we are getting output through curl command we need to check via browser

browser its not possible?