가상머신

[가상머신] 프록시 서버 실습

HoOn_Y 2024. 11. 19. 18:22

  1. dnf -y install squid
  2. 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개의 디렉터리가 있음

이 디렉터리에 캐시들이 저장 됨.