Routing Question

Hello Forum,

i have to build up this Network for a Company see the PDF File.
Sorry but i dont work so long now with the Hardware AH 1100 X2. Can sombody gif me a idea how i have to config the Routing on the Mikrotik, that both Networks 10.1.0.10 and 10.2.0.10 talk with the Internet.

I dont hve a idea how to configure this Projekt.

The Gateway for the Internet is 192.168.2.2 i know that i have to configure the ETH like follow:
ETH1 = 192.168.2.1/24
ETH2 = 10.1.0.1/24
ETH3 = 10.2.0.1/24

But i dont know how i have to make the Routing :frowning:
Thanks for help

Habunus
Zeichnung1.pdf (17.5 KB)

Try this

ip route add gateway=192.168.2.2
ip firewall nat add chain=srcnat action=masquerade out-interface=ETH1

The first line adds a default gateway.
The second line creates NAT.

If you paste the code in WinBox terminal window, you’ll have to right click and choose “Paste”.

Did it work?