Hi,
my raspberry is plugged into my internet box. I used it as a webserver. So, the 80 port is redirected to my rpi. I installed squid.
When I set the proxy configuration on firefox, everything is fine when I look at the access.log from squid, I see that the trafic is handled by the rpi.
However, when I don't set the proxy configuration on firefox, I still have access to the internet, but the logs show that there are no trafic handled by the rpi. Yet, the 80 port is configured to redirect the trafic to my pi
When I don't set the proxy configuration on firefox, I still have access on the internet? Is that normal?
My second question is how to set up the rpi so that all the trafic from any computer that will be connected to the internet box, for example with wifi, will go through squid without any web browser proxy configuration? I read about transparent proxy, and I guess it is what I want, but I tested a lot of things, spent a lot of time but couldn't make it work.
Thansk a lot!