This project will setup multiple ip addresses that are assigned to a base CentOS 7 system. We are using OVH as our Cloud Provider in this project. We are using Squid as the proxy in this project.
Find a file
2022-02-11 20:11:24 -06:00
bin guard clause to run bootstrap as root 2022-02-11 20:11:24 -06:00
conf init commit. lets test! 2022-02-11 19:41:01 -06:00
README.md guard clause to run bootstrap as root 2022-02-11 20:11:24 -06:00

proxy_centos

This project will setup multiple ip addresses that are assigned to a base CentOS 7 system. We are using OVH as our Cloud Provider in this project. We are using Squid as the proxy in this project.

Step 1:

Create a text file with one ip address per line and place it in the ./proxy_centos/bin/ directory. This file is essential and required for the bootstrap process to work.

Step 2:

Run bootstrap.sh bash bootstrap.sh This will do the following:

  • Install squid proxy
  • Create a new ifcfg-eth0:{index} for every ip address in ./ips.txt
  • Append directives to squid.conf that for adding new ips as listeners.