My computer still access the internet although squid is inatalled. IF i manually put proxy setting then internet also works.

How can stop internet if proxy is not entered

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

On your router/firewall, disable egress on 80/tcp and 443/tcp from all IPs except for that of your proxy server.

link|improve this answer
you mean source port should be 80 or destination port should be 80 – John Dec 18 '09 at 5:39
Rule should be applied on LAN or WAN – John Dec 18 '09 at 5:53
The destination port should be 80 (and/or 443). – RainyRat Dec 18 '09 at 9:13
feedback

This may be a silly question, but why not turn on the transparent proxy option?

I assume that the PFSense box is your gateway and if the transparent proxy option is turned on all of your HTTP traffic will go through the proxy. This way you won't need to manually enter proxy information for each machine on the network.

link|improve this answer
i will try that – John Dec 19 '09 at 3:19
feedback

Your Answer

 
or
required, but never shown