if you have installed bridge with iptables support, you put the same rule as for transparent proxying.
iptables -t nat -A PREROUTING -s 192.168.10.0/255.255.255.0 -d 0.0.0.0/0 -p tcp --dport 80 -j REDIRECT --to-port 8080 for the above example 192.168.10.0/255.255.255.0 is considered to be your LAN and 8080 the port in which squid is running. greetings! Jorge# ./S On Tuesday 07 May 2002 02:44 pm, Dan Guite wrote: > I have setup a bridge as stated on the webpage, and it works fine. Exactly > as it is supposed to. > > However I want to make any web requests that flow through it to go through > the squid proxy server which is setup on the machine also. > > How would I go about doing this? > > Thanks! > > -Dan > > _______________________________________________ > Bridge mailing list > [EMAIL PROTECTED] > http://www.math.leidenuniv.nl/mailman/listinfo/bridge _______________________________________________ Bridge mailing list [EMAIL PROTECTED] http://www.math.leidenuniv.nl/mailman/listinfo/bridge
