Multiple subnets on one eth

Hi. I want to subdivide the network by sectors (to apply firewall rules by group / address list)
Is there a problem with creating +20 subnets in a single interface? slow, overload, collision, blah blah? (Is a RB760iGS)
My ip address print:

ADDRESS NETWORK INTERFACE

0 ;;; datacenter
192.168.4.1/24 192.168.4.0 ether3
1 ;;; dhcp, ap
192.168.5.1/24 192.168.5.0 ether3
2 ;;; wan, telefonica
xxxxxxxxxxxxxxxxxxxxxxxxxxxxx ether1
3 ;;; laboratorio
192.168.10.1/24 192.168.10.0 ether3
4 ;;; informatica
192.168.60.1/24 192.168.60.0 ether3
…etc
I clarify that I do not want to use vlan because there are many switches in the network that do not support it
Thanks in advance.

How will the router know what IP address to assign to devices that connect to the etherport 3??

Could be by direct fixed assignment of ip address at the client or by dhcp according to known mac address of the client.

But without vlans… Not a smart idea. Clients could talk together on L2 easily or decide to use other ip address on their own.

There is no security provided by this solution.

It is right, by fixed ip address. No one can change network settings without knowing the root password.

If you believe so…

Agree with you Jarda I would do it with vlans for sure.
Mind you if DHCP is turned off that would also be useful in this scenario?

I think it is not important how a device gets its ip address in this case. There are also other non-ip protocols… And whoever can connect whatever device at one single place which could be configured how he wants. Its just not secure at all. There is false presumption that the router could somehow block a communication that does not pass thru it. It can not.

Thanks for the clarification, concur its a bogus setup.

The router blocks communications from the lan to the internet, and to the servers that are on another router’s ethernet.
I was just asking if there was a hardware problem. It wasn’t that hard.
Anyway the switches do not allow me to configure vlans at the moment.

There is no hardware problem at all.

But you wanted to apply firewall rules to it, so I noted to you that such idea is not secure and the devices could easily have other ip addresses, or do other things that you cannot catch by the firewall in such scenario.

Yes, I understand. It is only supposed to be a temporary setup, because I don’t have manageable switches or enough eth on the router (can multiple vlans be configured on a single interface?)
I will have to do a purchase order…

https://wiki.mikrotik.com/wiki/Manual:Interface/VLAN

Or another way of tackling vlans on router (probably not best for switches only).
http://forum.mikrotik.com/t/using-routeros-to-vlan-your-network/126489/1

Yes. That’s the whole point of using VLANs.

Not necessarily for all interfaces but if you have one that requires multiple its a no-brainer.
If in doubt VLAN IT lol (sob will hate that one!!)

Guys, I hope that ezamora could at least read few senteces from the mikrotik VLAN manual pages I provided him above. Then he can return back with additional questions if whatever was not clear.