How to bind the public IP?

Hi,
I had resolved my issue. Add the network.bind_host and network.publish_host in master node. it's work.
network.bind_host: ["192.168.1.1","172.20.9.45"]
network.publish_host: 192.168.1.1

Thank a lot.