Hi guys,
On our main router, we have several public IP addresses. Most of them are for dst-nat to private addresses. We’re using a few of these public addresses to act as the gateway for our other routers with customers that have public IP’s.
|ISP[xx.xx.96.33/27]|—|[xx.xx.96.36/27]Main MikroTik[xx.xx.20.1/27]|—|[xx.xx.20.2/27]Tower MikroTik-AP[xx.xx.20.33/27]|—wireless-to-customer
That’s basically it, for one tower anyways.
The main mikrotik just has two ethernet interfaces in it.
Finally, my question is, does it matter what the preferred source is set to for the dynamic/active/connected routes? Because, the preferred source for some of these (DAC) routes is set to a public address that we’re using only for dst-nat.
For instance, on the main mikrotik, we might see:
dst-address=xx.xx.20.0/27 pref-src=xx.xx.20.17
Instead of something like:
dst-address=xx.xx.20.0/27 pref-src=xx.xx.20.1
Would this affect our routing in any way?
I’ve already tried making an empty bridge and putting the extra addresses on that for loopback, but all that did was break things, and add an extra (invalid, I think) route to the table.. because I’d have 20.1/27 on ether2, but 20.17/27 on the loopback bridge.
Edit: By the way, I’m using 2.9.31.