|
What am I doing wrong to set up squid?
Here is exactly what i am doing....
install redhat 8.0
Update RedHat
install bridge-utils-0.9.6-1.i386.rpm
edit squid.conf by adding:
http_accel_host
virtual
http_accel_port 80
http_accel_with proxy
on
http_accel_uses_host_header
on
than i have the following in a script:
brctl addbr br0
brctl addif br0 eth0 brctl addif br0 eth1 ifconfig eth0 down ifconfig eth1 down ifconfig eth0 0.0.0.0 up ifconfig eth1 0.0.0.0 up ifconfig br0 192.168.1.98 up echo "1" > /proc/sys/net/ipv4/ip_forward route add default gw 192.168.1.1 iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 80 -j REDIRECT
--to-port 3128
router---eth0---eth1---people
why doese this not work?
|
