Hello - I am trying to use an MX67 to do route incoming traffic from the internet, to a specific host in another facility; essentially proxying this connection.
Essentially I need to connect to a "private" network from the internet, but they don't allow direct internet access. I have a physical location where both the internet uplink and private network uplink exist. What I'd like to do is place one single networking device with 2 WAN ports. Internet on WAN 1, PrivateNet on WAN 2.
Client: 1.1.1.1 <--> WAN1: 3.3.3.3 <--> WAN2: 2.2.2.2 <--> Server: 9.9.9.9:1234
Ideally, I'd like it so that TCP connections sourced from 1.1.1.1 with a destination for 3.3.3.3:1234, would be nat'ed and forwarded to 9.9.9.9:1234, and appropriate responses returned.
The problem seems to be that I can't find a way to NAT nor Forwrad to 9.9.9.9 because it's not on the local network.