I working in hotSpot system with freeradius server . I want to track all visited website by users . I want to log all visited website by all users using mac address and username . (when use want to access internet he must has account in my hotspot system ). freeradius not provide this feature so how can I do that ? I want to store all visited website by user into mysql database
Asked
Active
Viewed 641 times
1 Answers
0
You need something that understands HTTP. A forwarding proxy (like squid) would be the easiest solution to deploy. Keep in mind that you can't track requests to HTTPS websites, because the connection is encrypted.
However, squid won't give you the MAC addresses. You will either have to match them up later or just go by username.
mtak
- 17,262