Hy all!
I'd like to achieve the following: On a private wired ethernet network, I'd use DHCP for clients, all clients are static, so every time a client being connected it would be given the same IP based on it's mac address... In the firewall I'd like to let ONLY those clients through whom connected with dhcp. (So if someone statically assigns an address, it couldn't go to the net.)
Is it possible ith routeros? Maybe I have to parse the dhcp leases periodically (15 secs) and regenerate the firewall rules each time?
I cannot use PPPOE. (With profiles, this can be made, but I have bridged vlans and other stuffs, so I need exactly the above solution...)
Thank you in advance!