Hi,
a client with an Ignition Gateway on an internal server has installed a backup net and wants to provide us a second static IP, or a dns address in which a defined thw IPs, so in case the main net goes down the server is still accessible on the backup.
The problem is that the project on the gateway communicate its data through MQTT and on the remote devices the Mosquitto Broker is defined with the main IP.
If we associate the server with the dns willl the devices still be able to communicate with the server? Is there any configuration I should change on the Gateway to accomodate this changes?
Thanks
Where is the Mosquito broker? That is the DNS that would matter, and yes, your devices would need its DNS name, not its IP address. So after breakage, your various networks DNS servers could point the MQTT devices at the correct endpoint.
Thanks for your response.
The Mosquitto broker is on the server itself.
So if I understand correctly, if the dns is implemented, the only change I would have to make would be on the MQTT clients?
(I guess I would have to reinstall the perspective projects with the new dns but that is a relative minor issue)
Yes, but you also need to make sure your network's DNS servers know how to detect and switch the IP addresses they hand out. That isn't an Ignition thing.
Ok, so in theory it should be handled by the client IT, being the server on their network. After they have defined the dns and installed the dns server on the windows server I should be able to see the gateway by looking at the url they will provide.