Transparent Squid Cache Proxy Server Configuration in 5 easy steps on CentOS / RHEL / Fedora Core / Scientific Linux

Configure Transparent Squid cache proxy in 5 Easy Steps on CentOS RHEL Fedora Scientific Linux    Step 1 [root@squid-server ~]#vim /etc/sysctl.conf # Controls IP packet forwarding net.ipv4.ip_forward = 1 #### If it is 0 make it 1 for packet forwarding #### wq! [root@squid-server ~]#sysctl -p