Difference between revisions of "SchoolOnffLine: Instalasi Tinyproxy"

From OnnoWiki
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Instalasi
 
Instalasi
  
  # apt-get install tinyproxy
+
  apt-get install tinyproxy
  
  
Line 8: Line 8:
 
Edit
 
Edit
  
  # vi /etc/tinyproxy/tinyproxy.conf
+
  vi /etc/tinyproxy/tinyproxy.conf
  
 
Ubah
 
Ubah
Line 22: Line 22:
 
  Allow 127.0.0.1
 
  Allow 127.0.0.1
 
  Allow 192.168.0.0/16
 
  Allow 192.168.0.0/16
 +
Allow 172.16.0.0/12
 +
Allow 10.0.0.0/8
 +
  
 
==Restart==
 
==Restart==
Line 33: 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