Senin, 29 November 2010

Konfigurasi di Routing

CARA ROUTING

iptables -t nat -A POSTROUTING -s ip anda/subnet -o eth0 -j MASQUERADE
iptables -t nat -A PREROUTING -s ip anda/subnet -p tcp --dport 80 -j REDIRECT --to- port 3128

/etc/rc.local
chmod +x /etc/rc.local
iptables -F
iptables -t nat -L

Lebih lanjutnya << klik >> googling sendiri

Konfigurasi DNS server

 CARA MEMBUAT DNS SERVER

# nano /etc/bind/named.local

zone lks10.net {
    type master;
    file "/etc/bind/micco";
    };

zone 11.168.192.in-addr.arpa {
    type master;
    file "/etc/bind/yp";
    };

lalu copykan file db.local ke micco
dan juga db.127 ke yp

lalu edit sedikit
/etc/init.d/bind9 restart

lebih lanjutnya << klik >>>

Data ""

FlasPlayer Debbug    << klik >>   untuk men'download'nya
Paket Tracer             << klik >>   untuk men'download'nya

Jumat, 19 November 2010

Konfigurasi SQUID

Konfigurasi Squid 
squid.conf

http_port 8080 transparent / port 3128

cache_dir diskd /cache1 512 16 64 Q1=64 Q2=72 << jangan lupa setelah itu di squid -z >>

acl lan  src ip anda/subnet

acl katabokep url_regex -i "/usr/local/etc/squid/blok/katabokep.txt"

http_access deny katabokep

http_access allow lan

http_access deny all

cache_access_log /disk5/access.log
cache_log /disk5/cache.log
cache_store_log none
cache_swap_log /disk5/logs/cache_swap

untuk lebih lanjutnya tolong klik << disini >> googling sendiri!!!

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | Sweet Tomatoes Printable Coupons