Make sure `ether2` and `ether3` aren't in the bridge: https://help.mikrotik.com/docs/display/ROS/Ethernet
Set appropriate IP addresses, i.e: `ether2 -- 172.16.200.1`, `ether3 -- 10.20.10.1`: https://wiki.mikrotik.com/wiki/Manual:IP/Address
Create IP pools i.e `172.16.200.2 -- 172.16.200.254` for `ether2`: https://wiki.mikrotik.com/wiki/Manual:IP/Pools
Configure 2 DHCP servers: one for `ether2` and another one for `ether3`. Each DHCP server must assign IP from pool (i.e `172.16.200.2 -- 172.16.200.254` for `ether2`) and gateway (`172.16.200.1` for `ether2`). Set DNS to `8.8.8.8` for now: https://wiki.mikrotik.com/wiki/Manual:IP/DHCP_Server
Enable forwarding between networks in firewall
https://help.mikrotik.com/docs/display/ROS/Filter
enable masquarading to `ether1` in NAT to give your networks access to the Internet
https://help.mikrotik.com/docs/display/ROS/NAT
Set appropriate IP addresses, i.e: `ether2 -- 172.16.200.1`, `ether3 -- 10.20.10.1`: https://wiki.mikrotik.com/wiki/Manual:IP/Address
Create IP pools i.e `172.16.200.2 -- 172.16.200.254` for `ether2`: https://wiki.mikrotik.com/wiki/Manual:IP/Pools
Configure 2 DHCP servers: one for `ether2` and another one for `ether3`. Each DHCP server must assign IP from pool (i.e `172.16.200.2 -- 172.16.200.254` for `ether2`) and gateway (`172.16.200.1` for `ether2`). Set DNS to `8.8.8.8` for now: https://wiki.mikrotik.com/wiki/Manual:IP/DHCP_Server
Enable forwarding between networks in firewall
https://help.mikrotik.com/docs/display/ROS/Filter
enable masquarading to `ether1` in NAT to give your networks access to the Internet
https://help.mikrotik.com/docs/display/ROS/NAT
Statistics: Posted by IlKa — Sun Feb 11, 2024 4:40 am