Hi,
i have MKT with multiple public IPs. One of them is on my server. I need to bypass nat in both direction, from server to internet and vice versa. On the server under the network setup i have address 89.x.x.150/28 and def. gateway is 89.x.x.146 (that ip is on mkt). As I mentioned I need bypass that server from NATing.
I put at the top of NAT tab this two rules:
add action=accept chain=srcnat disabled=no src-address=89.x.x.150
add action=accept chain=dstnat disabled=no dst-address=89.x.x.150
is this config ok?
Thanks