Tag Archives: transparent

Transparent proxy with Squid

Enable IP Packet Forwarding on the machine Solution 1 sudo vim /etc/sysctl.conf then change the following parameter to 1 net.ipv4.ip_forward = 1 Save file & exit. Now execute the following command to implement the changes made, sudo sysctl -p Solution 2 echo 1 > /proc/sys/net/ipv4/ip_forward Configure the squid proxy Configure for ssl mkdir /etc/squid/ssl_cert cd […]

This site uses cookies to offer you a better browsing experience. By browsing this website, you agree to our use of cookies.