proxy_centos/README.md

15 lines
637 B
Markdown
Raw Normal View History

2022-02-12 00:31:46 +00:00
# proxy_centos
2022-02-11 19:41:01 -06:00
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
2022-02-11 20:11:24 -06:00
`bash bootstrap.sh`
2022-02-11 19:41:01 -06:00
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.