Is is possible to log web requests / domains visited using OpenWrt WhiteRussian? Preferably each domain name would also show which local IP had requested it.
Many thanks.

The content of this topic has been archived on 15 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.
Is is possible to log web requests / domains visited using OpenWrt WhiteRussian? Preferably each domain name would also show which local IP had requested it.
Many thanks.
Try tinyproxy-
http://packetprotector.org/download/exp … mipsel.ipk
And then setup iptables to transparently forward web traffic to the proxy-
iptables -t nat -A prerouting_rule -i br0 -p tcp --dport 80 -j REDIRECT --to-port 8888Hope this helps,
Charlie
The discussion might have continued from here.