Proxy Lusca Tproxy

Lusca adalah proxy yang berasal dari squid tetapi sudah mengalami beberapa patch dan perombakan sehingga dihasilnya proxy yang lebih effisien.

Goal dari project ini adalah membuat lusca proxy dengan mode transparent tproxy, dimana komputer client akan dipaksa melewati proxy tetapi ip yang keluar adalah tetap ip client itu sendiri, sehingga benar-benar transparent dan tidak menggunakan share ip proxy.

Proses installasi adalah sebagai berikut

1. Install lusca dengan parameter

./configure –prefix=/usr/local/squid –enable-http-gzip \
–enable-async-io=24 –with-aufs-threads=24 –with-pthreads \
–enable-storeio=aufs –with-maxfd=65536 –enable-linux-netfilter \
–enable-arp-acl –enable-epoll –enable-removal-policies=heap \
–with-aio –with-dl –enable-snmp –enable-delay-pools –enable-htcp \
–enable-cache-digests –disable-unlinkd –enable-large-cache-files \
–with-large-files –no-create –no-recursion –enable-linux-tproxy4

2. make

3. make install

4. copy squid.conf dan storeurl.pl ke /usr/local/squid/etc

5. Tambahkan script tproxy untuk membuat rule iptable di server proxy

6. Tambahkan rule

This entry was posted by Wiendy on Thursday, May 10th, 2012 at 4:19 PM and is filed under Linux . You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply

Categories