Dear Forum,
I have a (planned) setting with a private LAN connected to two ISPs. Only the first WAN link (via ADSL) is currently configured.
The incoming link from the ISP is connected to an ADSL modem/router (Fritzbox 7312) and then (via Ethernet) to the Mikrotik.

I wonder if it is useful that both the modem and the Mikrotik NAT the IP traffic.
I am more concerned about the (increased) complexity, less about the performance.
(How) should I avoid the double-NAT ?
Thanks a lot for any help.
Added later:
I think the answer is simple, but please comment:
I do NOT have to NAT twice, so the RB interface that connects to FritzBox should not perform NAT. My current configuration:
[admin@MikroTik] /ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; default configuration
chain=srcnat action=masquerade out-interface=ether1-gateway
should just be disabled:
[admin@MikroTik] /ip firewall nat> disable 0
or removed:
[admin@MikroTik] /ip firewall nat> remove 0
Is this correct?
Walt