0% found this document useful (0 votes)
195 views2 pages

Setup Squid Ubuntu

This document provides instructions for installing and configuring the Squid proxy on Ubuntu and other Linux distributions like Debian and CentOS. It outlines how to install Squid using an automated script, create users, reload the Squid service, and configure Squid to use multiple IP addresses if the server has more than one IP. Support contact information is also provided at the end.

Uploaded by

thai quang
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
195 views2 pages

Setup Squid Ubuntu

This document provides instructions for installing and configuring the Squid proxy on Ubuntu and other Linux distributions like Debian and CentOS. It outlines how to install Squid using an automated script, create users, reload the Squid service, and configure Squid to use multiple IP addresses if the server has more than one IP. Support contact information is also provided at the end.

Uploaded by

thai quang
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Setup Squid ubuntu

Monday, July 12, 2021


1:14 PM
 

Squid Proxy Installer


https://serverok.in/squid

Auto install Squid 3 proxy on following linux OS.

 Ubuntu 14.04, 16.04, 18.04, 20.04


 Debian 8, 9, 10
 CentOS 7, 8

Install Squid

To install, run the script

wget https://raw.githubusercontent.com/serverok/squid-proxy-installer/master/squid3-install.sh
sudo bash squid3-install.sh

http://www.youtube.com/watch?v=akz_-G9WKM0

Create Users

To create users, run


squid-add-user
OR run following commands
sudo /usr/bin/htpasswd -b -c /etc/squid/passwd USERNAME_HERE PASSWORD_HERE
To update password for am existing user, run
sudo /usr/bin/htpasswd /etc/squid/passwd USERNAME_HERE
replace USERNAME_HERE and PASSWORD_HERE with your desired user name and
password.

Reload squid proxy

sudo systemctl reload squid

Configure Multiple IP Address

NOTE: This is only needed if you have more than one IP on your server.

Before you can configure squid to use muliple IP address, you need to add IP to your server and
you should be able to connect to server using these IPs.

Once IP added to your server, you can configure it to use with squid proxy by running following
command

wget https://raw.githubusercontent.com/serverok/squid-proxy-installer/master/squid-conf-ip.sh
sudo bash squid-conf-ip.sh

Support

If you are looking for paid support, contact me

https://serverok.in/contact
 
Từ <https://github.com/serverok/squid-proxy-installer#squid-proxy-installer>
 

You might also like