Chef Client Nodes registering with internal IP with Chef Server

Hi Team,

When we bootstrap nodes from knife, the nodes are registering with internal IP address instead of external IP. Is there any way to configure nodes with external IP or FQDN name without doing network changes.

I think you can specify FQDN with the external IP. On linux machine you can specify it in /etc/hosts, like
192.0.0.1 chef.example.client0 , you can have a try.