HotSpot - with url logging

Hi Guys

I’ve trawled through the forums but couldn’t locate a definitive answer to this. Can I enable HotSpot URL logging with RouterOS and an RB750. Basically a log showing Username and URL visited?

I spotted this (http://forum.mikrotik.com/t/hotspot-username-based-url-log/64876/1) but I suspect it’s only logging IPs..

Any help REALLY appreciated.

Cheers
Lea

You cannot do it directly, but it is possible. You basically need to run traffic through a proxy server and log the requested information somewhere. There are a few ways of running a proxy server, MikroTik or not, but the you cannot SRC-NAT traffic to that proxy server so that you can keep track of individual IP addresses. You would also need to keep a record of your authentication logs so you can correlate IP addresses to user names and combine the two.

Maybe I need to couple the RB750 with Squid for Windows?