Greetings,
here the situation:
There are 500 - 3000 Clients in our network (no wireless), each client should get its own vlan.
Ip and MAC are not static, so a client can interchange to other.
No client should be able to communicate with others without passing the gateway. (mac-communication should be only able to Gateway, no others)
the process:
1. the client send a dhcp-discover in its own vlan
2. the gateway dhcp-server gives an direct internet-ip from pool to client (no masquerading)
3. the gateway should pass-through the traffic form vlanX to internet and backwards
1.-2. can solved by setting a DHCP-Server-Interface to every vlan (maybe someone get a better solution)
My question is:
How can i pass-trough (route) the traffic from 10.10.0.3 to 10.10.1.1 and backwards.
I know the packet have to mangle and set to IP->Routes. But i don't how and it should work for every vlan separately.
MFG NukeLE
EDIT: There are a RouterOS (x86) L4, L6 and a RouterBOARD 750 available. There is no Cloud-Router available.