Hello,
I’d like to arrange network across my neigbors using MikroTik 750GL router.
I have 1 WAN and 4 LAN interfaces- one LAN port for every flat.
I’d like to control the traffic generated by every flat = traffik which goes throw every LAN interface.
In the same time, all the client stations should be in the same network/subnet because I need to share folders and use DLNA
requirements:
- see/manage/mangle the traffic for particular LAN interface.
- all LAN clients should be in the same network
- optional: every LAN interface should have own IP Pool.
Tried:
- make 1 LAN master Interface, the rest slave. Issue: Can’t control traffic for particular interface, only Master is visible
- make non-slave ports (master). I have to assign IP address for every LAN interface. The addresses has to be in different networks according to Mikrotik documentation:
“Two IP addresses from the same network assigned to routers different interfaces are not valid unless VRF is used.
For example, the combination of IP address 10.0.0.1/24 on the ether1 interface and IP address 10.0.0.132/24 on the ether2 interface is invalid,
because both addresses belong to the same network 10.0.0.0/24. Use addresses from different networks on different interfaces, or enable proxy-arp on ether1 or ether2.”
http://wiki.mikrotik.com/wiki/Manual:IP/Address
Thanks in advance.