Hey all,
I’ve set up a network using Mikrotik and a radius server (freeradius) using DHCP with Mac address authentication. Now, my network is setup as below
Client (00:00:00:00:00:CC)
||
Bridge (00:00:00:00:00:BB)
||
AP (00:00:00:00:00:AP)
||
Mikrotik (00:00:00:00:00:MT)
||
RADIUS
I’ve noticed that the MAC address that is being sent to the radius server is the client’s (00:00:00:00:00:CC) but the ARP MAC table corresponding to the assigned IP address is the bridge’s (00:00:00:00:00:BB). I’ve been playing around with Mikrotik DHCP server static leases, and there is an option to “use source mac”, which would be the mac address of the bridge and not the client, is there anyway I can get Mikrotik to forward the source mac to the radius server to be authenticated instead of the client’s mac address?
Thanks.