We have a very unique configuration issue and I need a clue on how to solve this issue.
There is a data logger in our manufacturing area that reports data via UDP port 4567 to a public IP address (10.10.10.10 for this example)
I can not change the configuration of this data logger. It is hard wired.
The Rb450G that is the gateway at the remote site has public access AND a Private VPN connection to the SAME server via a private address 172.44.10.10.
The requirements are:
When then VPN is connected the UDP packets must to go over the vpn to the private address of 172.44.10.10.
When the VPN is down we need the UDP packets to go over the Internet to the public address of 10.10.10.10.
There is NEVER a reverse connection or response from the remote server to these udp packets.
I have been marking the packets and the connections to the DSTNAT but when the VPN changes state things start going wrong and the RB starts losing memory resources.
I can and have worked with scripts to delete connections and disable the DSTNAT on demand.
I have read and tried the PCC wiki setups.
Can and will any of you give me a HINT as to how to go with this?
When this is working I WILL publish a wiki on this special configuration.
thanks