Attached I show you a network schemata for the connection to the Internet-Link. Can
you provide me a step-by-step configuration, so that I can turn the RouterBoard into
the needed Mode without doing a NAT, only Routing between the ISP and the Firewall as
shown in the network schemata?
Honestly, if you were to just wipe the entire configuration, and then put dhcp client on ether1, and 83.150.52.17/28 on ether2 - no bridges, no switch master/slave, then this would completely do what you want. (DHCP will set the default GW for you)
Then for security, I would make the filter input chain look like this:
action=accept connection-state=established,related
action=accept in-interface=ether2
action=drop
Since there’s a firewall behind the Mikrotik, you don’t need any forward filter rules at all.
From the GUI, if you go to System / Reset Configuration, check No Default, then it will wipe it. Then you can use Winbox and connect to it via it’s MAC address.