Hi
I have the following problem
I have two independent links to my mikrotik
Link1 (ip 91.x.y.1) —
Link2 (ip 185.x.x.77) ------- MK (eth1-secundary: 91.x.y.11, eth2-primary: 185.x.x.78)
I dropped to my BGP network could be accessed at the address range 91.x.x.192 / 26
And here arises my problem. Line switches and functions. My problem is NAT
If you manage
add action=src-nat chain=srcnat src-address-list=net_1 to-addresses=91.x.x.193
add action=dst-nat chain=dstnat dst-address=91.x.x.193 to-addresses=192.168.0.0/16
So the Internet and everything works. But I can not get the IP address of the range 91.x.x.192/26 even there with Rule 225 no ping from the public network.
if the rule has added
out-interface = "ether2"
So it starts working. but if you change the line 1 so again not nat network.
I tried to create a loopback interfaces but it did not help. Everything the shape of it but packets on that rule does not start.
The loopback interfaces I assign the IP address and I tried to fix masquarade but with that I could not.
What could I have wrong? Why me do not go.
Thank you for your advice
Michal