Need to Join all ether

My project in Mikrotik
How can i join in router borad all ether together, if i have ip’s addresses in ether 1.1.1.0/24 and ether’‘2’‘, 2.2.2.0 / 24 and ether ‘‘3’’, 3.3.3.0/24 and ether ‘’ 4’', 4.4.4.0/24
When i need to ping pc from ether 1 to pc ip in ether 2 should be replay ping .. And then i can be create network between all ether 1 & 2 & 3 & 4
And create share.
Thank you

Just by adding the addresses to the internet, allows the router to route between them. You should not need anything addition to do that. Pinging 2.2.2.2 from 1.1.1.2 should work just fine. But these will be separate broadcast networks. If you are needing broadcasts to go between the interfaces, you will need to create a bridge, then add each of the interfaces to that bridge.

Thank you..
Can you upload picture for your idea,
To show how your idea work!

What he is explaining to you is simple :

  • Create a bridge (bridge ADD)
  • Add all the ETH port to the bridge you created (in the port part of the bridge)
  • Assign your IP to each ETH PORT in IP / ADDRESS

Done

Wouldn’t it be the opposite? If you want different subnets on each of your ether ports, then remove the ether ports from bridges, and go to interfaces and edit each interface and set Master Port to none.

Then go to IP > Addresses, assign 1.1.1.1/24 to ether2, 2.2.2.1/24 to ether3, 3.3.3.1/24 to ether 4, 3.3.3.1/24, to ether 5. Now each port is on it’s own subnet.

If you want DHCP on each subnet, go to IP > DHCP Server and set up a DHCP Server for each interface. But before do that, go to IP > Pool and create IP Pools, one for each subnet. Then when you create the DHCP Server, specify the pool to draw IPs from.

Now for example if your PC obtains IP 1.1.1.2 and you ping 2.2.2.2, it’ll send the ping to the default gateway (1.1.1.1) and the router will route it down the port with 2.2.2.2 set as it’s network.

Thanks
I will try to do this idea

Thanks
I will try to do this idea