Hello everyone,
I am using the following: v5.22 on RB750GL
I have an ipsec tunnel established between the mikrotik and a cisco network at the other end that is not under my control.
I have been requested to NAT all of the traffic I am sending through the tunnel to a single src address that is routed through the cisco network.
I believe I have this setup properly with the following NAT rule
Chain: srcnat
src. Address: (/24 My Lan subnet)
Dst. Address: (/24 Subnet of the remote cisco network that I am accessing)
Action: src-nat
To Address: (/32 IP the cisco network admins gave us to NAT our ipsec traffic through)
When I send ICMP requests or perform a traceroute on any IP in the /24 cisco network from my lan I see the packets being sent and the packet count rising on the above rule, however I do not get any replies.
I have not yet gotten confirmation from the cisco admins if they are receiving these packets on their end or not.
I believe the machines at the other end are receiving those packets, and replying to them with the destination address set to the IP that we are natting out traffic through.
Past this if the packets are directed back over the ipsec tunnel I'm not sure if the router would know which internal PC to forward the packet back to.
There also is currently no interface on the router configured with that IP.
Am I missing a rule here? Or am I just way off?
Thanks for any assistance you can provide.