Difference between revisions of "SchoolOnffLine: Instalasi Tinyproxy"

From OnnoWiki
Jump to navigation Jump to search
 
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
Instalasi
  
 +
apt-get install tinyproxy
  
  
 +
==Edit Konfigurasi==
  
 +
Edit
 +
 +
vi /etc/tinyproxy/tinyproxy.conf
 +
 +
Ubah
 +
 +
# User nobody
 +
# Group nogroup
 +
User root
 +
Group root
 +
 +
# Port 8888
 +
Port 3128
 +
 +
Allow 127.0.0.1
 +
Allow 192.168.0.0/16
 +
Allow 172.16.0.0/12
 +
Allow 10.0.0.0/8
 +
 +
 +
==Restart==
 +
 +
# /etc/init.d/tinyproxy restart
  
  
Line 10: Line 36:
 
* [[SchoolOnffLine: Server Berbasis Sabily 9.04]]
 
* [[SchoolOnffLine: Server Berbasis Sabily 9.04]]
 
* [[SchoolOnffLine: Server Berbasis Ubuntu 9.04]]
 
* [[SchoolOnffLine: Server Berbasis Ubuntu 9.04]]
 +
* [[SchoolOnffLine: Server Berbasis Ubuntu]]
 +
* [[SchoolOnffLine: Server Berbasis Ubuntu 9.04 Alternate]]
 +
* [[SchoolOnffLine: Server Berbasis Ubuntu 9.04 Server]]
 
* [[SchoolOnffLine: Server Wikipedia for School]]
 
* [[SchoolOnffLine: Server Wikipedia for School]]
 
* [[Remastering Ubuntu]]
 
* [[Remastering Ubuntu]]
 +
 +
[[Category: Linux]]
 +
[[Category: Distro Linux]]
 +
[[Category: SchoolOnffLine]]

Latest revision as of 18:33, 17 November 2010

Instalasi

apt-get install tinyproxy


Edit Konfigurasi

Edit

vi /etc/tinyproxy/tinyproxy.conf

Ubah

# User nobody
# Group nogroup
User root
Group root
# Port 8888
Port 3128
Allow 127.0.0.1
Allow 192.168.0.0/16
Allow 172.16.0.0/12
Allow 10.0.0.0/8


Restart

# /etc/init.d/tinyproxy restart


Pranala Menarik