Hi all…
Filed under: Network, Pengetahuan | Tagged: cable, crimping, stp, utp | Leave a Comment »
Hi all…
Filed under: Network, Pengetahuan | Tagged: cable, crimping, stp, utp | Leave a Comment »
Link download ini berguna bagi teman-teman yang sedang atau ingin mengambil sertifikasi jaringan dari Cisco System.
Berikut adalah Link-Link yang bisa anda download langsung melalui Rapidshare. Check it out!
Filed under: Cisco, Network, Pengetahuan | Tagged: Cisco | Leave a Comment »
Sejak memasang internet di rumah, komputer desktop yang digunakan sebagai server saya pasangi dengan Squid-NT. Saya mengkonfigurasikan sejumlah proxy server yang berada di luar negeri sebagai parent. Mengapa harus sebagai parent? karena setelah melihat hasil analisis access.log-nya, ternyata diperoleh bahwa kecepatan (dalam KB/s) PARENT_HIT lebih besar daripada DIRECT. Sehingga, request situs melalui parent proxy lebih [...]
Filed under: Network | Leave a Comment »
don’t mess with your system’s administrators…..they do know every little dirty things you make to the network… !!!
rasain…!!!!
kejadiannya 2 hari yg lalu sih di monitoring kecatet…..”system critical on ***.***.***.*** , some services are failure”
Filed under: Network | Leave a Comment »
# http://luxic.cdi.cz/~devik/qos/ –> patch htb, lalu copy ke direktory /sbin
# Nilai Quantum = 1500bytes < quantum < 60000bytes
# Quantum = rate/r2q
# maka: Jika rate-nya 64Kbit/s atau 8Kbytes/s, maka jika r2q=1 akan didapat nilai quantum sebesar 8000bytes
# Jumlah Client = 10
# Rate max. downlink ISP = 512KBps – 51 KBps
# Rate Client = 51,2 KBps [...]
Filed under: Network | Leave a Comment »
Takeaway: If youwant to provide remote access to your network for traveling users, youdon’t have to spend a lot of money on a dedicated VPN server. If you’vealready got a Cisco IOS router, all you have to do is make the changesdescribed in this article.
As Cisco routers have about 85% of the router market, mostbusinesses [...]
Filed under: Network | Leave a Comment »
Membangun internet sharing menggunakan Iptables dibawah ini adalah salah satu contoh script Iptables dibuat menggunakan “Iptables generator” jika anda ingin membuat script iptables sendiri menggunakan generator dapat anda kunjungi pada situs http://iptables-script.dk/index1.php
#!/bin/sh
# iptables script generator: V0.1-2002
# Comes with no warranty!
# e-mail: <!– var prefix = ‘ma’ + [...]
Filed under: Network | Leave a Comment »
Script iptables ini berguna bagi para admin yang berkuasa terhadap gateway/router kantor. Cara ini berhasil mengatasi para chatter di jam kerja yang kerjaannya gosipin admin, eh… (salah) gosipin orang laen maksutnya… hehe… Ini juga bermanfaat apabila seorang admin sedang memiliki dendam pribadi terhadap seseorang yang tukang gosip di YM!. Hahaha…
Login sebagai root, lalu buat script [...]
Filed under: Network | Leave a Comment »
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don’t
# want to do the full Sys V style init stuff.
touch /var/lock/subsys/local
service iptables stop
/sbin/iptables -F
echo 1 > /proc/sys/net/ipv4/ip_forward
/sbin/route del -net 169.254.0.0 netmask 255.255.0.0 gw 0.0.0.0
/sbin/iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -d [...]
Filed under: Network | Leave a Comment »