I am looking to change from my ISP that provides a static public IP address to an ISP that only can provide a private IP address served by DHCP.
Router1 WAN: dynamic private IP from provider
VOIP server
Router2 (cloud instance) static public IP
Forwards all traffic to Router1 > VOIP server
How can I ensure Router2 will know how to route incoming traffic to Router1? Router1 will need to kepp telling Router2 where to send packets.
Thanks for your help.