I have a Ubuntu Home edition set-up as DHCP and Squid proxy, but whenever I reboot my system, I have to restart squid in order for others to start browsing! Is there anyway I can make squid to restart automatically on each reboot, yet it is started when the system boots but I have to restart it once! Also, I have to enter this command for eth0 to redirect traffic through squid!
sudo iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128