아이들에게 유해한 web content fitering 해주는 open source 로 DansGuardian 이 있습니다.
Linux, FreeBSD, OpenBSD, NetBSD, Mac OS X, HP-UX, and Solaris 용이 있으며 squid proxy 와 apache web server 가 필요합니다.
http://dansguardian.org 에서 다운하여도 되고 centos 나 레드헷 버전의 rpm 버전을 다운받을수 있습니다. 설치설명서는 dansguardian 사이트를 참조하시면 되며 간단한 설치는 아래 같이 할수있습니다.
1)
/etc/dansguardian.conf 에서 dansguardian 이 설치된 ip 로 바꾸주고
accessdeniedaddress = 'http://192.168.1.25:81/cgi-bin/dansguardian.pl'
2)
/etc/squid/squid.conf 에서
자신의 호스트 이름으로 바꾸고
visible_hostname centos
자신의 networks 을 정해준다
acl our_networks src 192.168.1.0/24
http_access allow our_networks
3) /etc/httpd/conf/httpd.conf 에서
Listen 81 로 바꾸어준다.
그다음 Browser 에서 Dansguardian 이 설치된 IP 와 8080 포트를 proxy setting 에 바꾸면
됩니다. 이로 간단한 설치는 되었지만 여러기능을 사용할려면 메뉴얼을 참조하시기 바랍니다.
'I.T. Diary > Linux' 카테고리의 다른 글
| Clone the linux box (0) | 2010/03/07 |
|---|---|
| Using Quotes in shell script (0) | 2008/05/17 |
| DansGuardian (web content filtering proxy) (0) | 2008/04/28 |
| 우분투 (ubuntu)을 맥처럼 꾸미기 (0) | 2008/02/24 |
| grub.conf (0) | 2008/02/16 |
| yum install vlc 가 설치 안될때 (0) | 2008/02/16 |



