Contenidors d'aprenentatge Linux, Debian, Mikrotik, Xarxes, Encaminament, Els fanàtics i les Ciències

< Browse > Inici / Linux, Xarxes, script / Bloc l'article: Squid Proxy Server amb múltiples IP

| Mobile | RSS

Squid Proxy Server amb múltiples IP

June 18th, 2009 | 2 Comments | Publicat a Linux, Xarxes, script

- Di asumsikan squid proxy sudah terinstall
- Misal untuk IP address eth0 = 202.202.202.201
- Set beberapa IP yang kita punya pada virtual interface.

misal :
# ifconfig eth0:1 202.202.202.202 netmask 255.255.255.224
# ifconfig eth0:2 202.202.202.203 netmask 255.255.255.224


- Buatlah ACL untuk incoming network source pada file konfigurasi squid.conf

acl network_1 src 192.168.1.0/255.255.255.0
acl network_2 src 192.168.2.0/255.255.255.0

- Set outgoing address untuk tiap2 source network pada file konfigurasi squid.conf

tcp_outgoing_address 202.202.202.202 network_1
tcp_outgoing_address 202.202.202.203 network_2
tcp_outgoing_address 202.202.202.201

- Restart service squid

Compartir i gaudir:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Blogosphere News
  • Live
  • MisterWong
  • MySpace
  • Ping.fm
  • Slashdot
  • StumbleUpon
  • Technorati
  • Print
  • email
Deixi una contestació 3264 visites, 11 fins a la data d'avui |
Etiquetes: , , , ,

Llocs relacionats

Follow Discussion

2 Responses to “Squid Proxy Server amb múltiples IP”

  1. tetembak Says:

    masi bingung mas… squid proxy tuh fungsinya apa? terus dimana bisa dapatinnya..

  2. adhint Says:

    gan gmn nich saya masih bingngug  masalah subnetting ip address…
    tolong dund kasih penjelesan yang lebih detaillagi… :)
     

Deixi una contestació




View My Stats