filmov
tv
How to Install Squid Proxy Server on Ubuntu 16.04
Показать описание
In this video, we demonstrate how to install and configure a Squid Proxy server on Ubuntu 16.04
Commands used:
apt-get update
apt install squid
1190 http_access deny all - (change to “allow all”)
#acl our_networks src 10.1.1.0/16 10.1.2.0/16
#http_access allow our_networks
-- VVV change to VVV --
acl our_networks src 10.1.1.0/16 10.1.2.0/16
http_access allow our_networks
acl liquidweb src 10.1.10.0/24
acl liquidweb time M T W T F 9:00-17:00
:wq (to save the file in vim)
Video by: Justin Palmer
Commands used:
apt-get update
apt install squid
1190 http_access deny all - (change to “allow all”)
#acl our_networks src 10.1.1.0/16 10.1.2.0/16
#http_access allow our_networks
-- VVV change to VVV --
acl our_networks src 10.1.1.0/16 10.1.2.0/16
http_access allow our_networks
acl liquidweb src 10.1.10.0/24
acl liquidweb time M T W T F 9:00-17:00
:wq (to save the file in vim)
Video by: Justin Palmer