삭제 요청은 서비스-문의하기 이용 바랍니다.
비공개/상용 자료 요청은 금지합니다.
서버 프록시 서버 운영할때
2016.06.24 10:22
특정 아이피만 사용하게 만들고 싶은데요 어떻게 해야할까요???
centos7 사용중입니다.
vi /etc/squid/squid.conf
#
# Recommended minimum configuration:
#
# Example rule allowing access from your local networks.
# Adapt to list your (internal) IP networks from where browsing
# should be allowed
acl localnet src 10.0.0.0/8 # RFC1918 possible internal network
acl localnet src 172.16.0.0/12 # RFC1918 possible internal network
acl localnet src 192.168.0.0/16 # RFC1918 possible internal network
acl localnet src fc00::/7 # RFC 4193 local private network range
acl localnet src fe80::/10 # RFC 4291 link-local (directly plugged) machines
acl SSL_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
# 추가내용
acl centos7 src 180.168.52.2/255.255.255.0
#
# Recommended minimum Access Permission configuration:
#
# Deny requests to certain unsafe ports
http_access deny !Safe_ports
# Deny CONNECT to other than secure SSL ports
http_access deny CONNECT !SSL_ports
# Only allow cachemgr access from localhost
http_access allow localhost manager
http_access deny manager
# 추가내용
http_access centos7
#
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
#
# Example rule allowing access from your local networks.
# Adapt localnet in the ACL section to list your (internal) IP networks
# from where browsing should be allowed
http_access allow localnet
http_access allow localhost
# And finally deny all other access to this proxy
http_access deny all
#http_access allow all
# Squid normally listens to port 3128
http_port 3128
# Uncomment and adjust the following to add a disk cache directory.
cache_dir ufs /var/spool/squid 1000 16 256
#추가
visible_hostname centos7
이대로 해도 안되네요..
번호 | 제목 | 글쓴이 | 조회 | 날짜 |
---|---|---|---|---|
30 | 쉘 스크립트 질문 드립니다. 1 | refkim | 575 | 2018.03.13 |
29 | DHCP 서버 끊김 현상 | 꼬꼬 | 947 | 2017.09.12 |
28 | 레드햇 7.3 질문 드립니다 1 | 힘들어요 | 360 | 2017.08.01 |
27 | oracle vm virtualbox 질문드립니다..!! 1 | 파워슈짱 | 302 | 2017.05.11 |
26 | 리눅스 웹서버를 돌리는데 2 | 코리안 | 587 | 2017.02.18 |
» | 프록시 서버 운영할때 1 | 코리안 | 299 | 2016.06.24 |
24 | Centos make에 대해서,, 1 | 정수리 | 569 | 2016.04.11 |
23 | RHEL6.5 시스템 불안정 질문 1 | 닉네임하 | 435 | 2016.03.09 |
22 | 우분투 개발 서버 구축 (안드로이드 컴파일) 질문드립니다. | 추츤 | 337 | 2015.11.20 |
21 | 개인 PC에서 트래픽 조절 | chohy01 | 373 | 2015.11.09 |
20 | 제 나스에 껴있는하드중./. 4 | 블루문운영 | 523 | 2015.10.20 |
19 | centos6.6 timezone변경 후 초기화 | 응남이 | 466 | 2015.10.09 |
18 | 삭제 안됨 | 진이s | 737 | 2015.07.28 |
17 | 리눅스 그래픽 카드 교체 후 kernal panic 2 | 쩌비ㅋ | 1329 | 2015.04.30 |
16 | 시스템 루트경로 읽기모드 1 | 레이키스 | 1303 | 2015.03.18 |
15 | 해외DNS 사용 시 도메인 정보 조회가 안 됩니다 | 조씨 | 1274 | 2015.03.12 |
14 | virtualbox 질문합니다 1 | 김탁구 | 1135 | 2015.01.20 |
13 | centos에서 메일서버 를 아웃룩에 연결문제 | ic동글 | 1715 | 2014.12.29 |
12 | KVM가상화 벤치마크.. 1 | 부들부들 | 2619 | 2014.08.28 |
11 | CentOS7 버전 본딩, 클러스터 관련 질문 2 | 부들부들 | 2365 | 2014.08.25 |
해결
#추가
#visible_hostname centos7 //이눔 추가하면 안되는군요