-
Notifications
You must be signed in to change notification settings - Fork 83
installing proxy environment
liranmauda edited this page Aug 20, 2017
·
6 revisions
- install centos6.8 with external IP
- Installing Squid "yum install squid"
- create backup "cp /etc/squid/squid.conf /etc/squid/squid.conf.default"
- configure Squid: "vi /etc/squid/squid.conf" -- add the line: "acl src # Home IP http_access allow client"
- open a port in the FW: "iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 3128 -j ACCEPT"
- restart the service: "service squid restart"
- check that the squid is on: "chkconfig squid on"
- install noobaa
- remove the external ip
- add security rule for inbound and outbound "105 Any Internet Custom (Any/Any) Deny"
- log into the internal nooba ip "//:8080"
- try to add an activation code
- add the centos (the proxy) internal ip as a proxy
- add the 3128 as a port