- dnf -y install squid
- vi /etc/squid/squid.conf
3 ▼
29 acl centos8 src 192.168.111.0/255.255.255.0
57 http_access allow centos8
65 # 없애고 100을 1000으로 변경
77번째 행 만들어서
visible_hostname centos8 입력
4. firwall-config > 설정 영구적 > 포트 3128(TCP)추가 > 옵션(O) > firewalld 다시 불러오기
4.1
firewall-cmd --permanent -add-port = 포트번호/tcp(or udp)
firwall-cmd --reload
5.client > firefox >> preference >> 맨 밑에 Network Proxy >> HTTP Proxy에 192.168.111.130, port는 3128
‘Use this proxy server for all protocols’ 체크
win_client의 경우 ‘네트워크 및 인터넷’ >> ‘프록시’에서 설정
6. systemctl restart squid / systemctl enable squid
7. Virtual Network Editor 설정 필요
Use local DHCP service to distribute IP adress to VMs 체크
cd /var/spool/squid/로 가보면 00 ~ 0F까지 16개의 디렉터리가 있음
이 디렉터리에 캐시들이 저장 됨.
'가상머신' 카테고리의 다른 글
[가상머신] PXE 설치서버 실습 (1) | 2024.11.21 |
---|---|
[가상머신] 리눅스 방화벽 구축 실습 (1) | 2024.11.20 |
[가상머신] 가상머신 설치 (OS설치) / VMware Workstation 17 / CentOS 8 (0) | 2024.11.19 |