Hi Experts ,
We have a problem where we have print servers hosted on the cloud that have public IP's and users/printers in the LAN have IP addresses from RFC1918 .
When a user wants to print something, from a specific print (let's say the printer next to him) he selects the printer and clicks prints. This sends the request to the print servers hosted in the cloud and we have source nat (hide nat with 1 NAT IP) for this communication. ONce the request reaches the print servers it connect with the desired printer
The print server will connect to the desired printer on its static IP that is mentioned on the print server but in this case, we have a printer in RFC1918 range .
From cloud, the print server needs to connect to public IP's . To achieve this we will have to do static NAT for all the printers.
The issue is we have around 1500 printers and static 1-to-1 NAT is hectic. is there any other way to achieve this?
Regards