Thursday, January 02, 2014

Caching Youtube with storeurl.pl Method (100% Working in 2014)

Happy new year. Hopefully in 2014, we are all be healthy and success, always.
This is my first posting in 2014. Now I will discuss about caching google youtube video with storeurl.pl. Until now, caching youtube video with storeurl method, still 100% working, although not perfectly. Previously, I actually gave up, because 2 weeks before, caching youtube does not work with all methods (including methods storeurl). When the client runs youtube (through a server proxy), youtube error, as shown below. This possibility is from youtube site, there may be changes in the algorithm. Fortunately now no error anymore. Besides youtube, some other video sites can also be cached with this method. For example, dailymotion and so on.

an error occured, please try again later

Wednesday, December 11, 2013

Packet Tracer Scenario : Routing EIGRP (part 2)


Scenario ke-2 (Kondisi salah satu link down)
Posting ini adalah kelanjutan dari posting sebelumnya tentang simulasi routing EIGRP dengan menggunakan network simulator packet tracer. Silahkan lihat posting sebelumnya. Pada posting ini, dibuat suatu kondisi baru, yaitu link yang menghubungkan router Cisco R-JKT-00 dan router Cisco R-SBY-33, down. Lihat gambar di bawah. Apa yang akan terjadi ??
EIGRP Network Scenario 2

Dalam simulasi network ini, untuk membuat suatu kondisi link down, cukup dengan men-shutdown interface fast ethernet 5/0 pada router Cisco R-JKT-00 atau interface yang sama pada router R-SBY-33.
R-JKT-00# config ter
R-JKT-00(config)#inter fa5/0
R-JKT-00(config-if)#shut

Tuesday, December 10, 2013

Packet Tracer Scenario : Routing EIGRP (part 1)


Ok. Sekarang saya akan membahas mengenai percobaan saya tentang sebuah scenario network yang menggunakan routing EIGRP. Tentu saja eksperiment ini masih dengan menggunakan simulator packet tracer. Dengan menggunakan Cisco yang real, saya tidak mampu :).
EIGRP, Enhanced Interior Gateway Routing Protocol merupakan protocol pengganti IGRP (Interior Gateway Routing Protocol). Di posting sebelumnya, saya pernah jelaskan, protocol ini termasuk salah satu protocol distance vector. Namun ada juga yang menempatkan EIGRP sebagai protocol hybrid (distance vector dan link state), karena EIGRP tidak hanya menghitung metricnya berdasarkan hoop, tapi juga menghitung bandwidth, delay dan lainnya (CMIIW). Teknik untuk menentukan metricnya ini disebut Diffusing Update Algorithm (DUAL). Ketika networknya putus, maka akan menggunakan routing backup yang dimiliki. Jika tidak ada routing backup, maka akan ditanyakan ke router tetangga untuk dicarikan routing.

Scenario ke – 1 (Kondisi normal / awal)
Gambar di bawah ini adalah gambar awal dari simulasi network yang akan dibuat. Nantinya secara bertahap akan berkembang, dan kita lihat hasilnya apakah sudah sesuai dengan teori.

Fa0/0
Fa1/0
Fa4/0
Fa5/0
R-JKT-00
10.0.0.254/24

172.16.0.2/30
172.16.3.2/30
R-MKS-11
10.1.1.254/24

172.16.0.1/30
172.16.1.1/30
R-MTR-22
10.2.2.254/24

172.16.2.2/30
172.16.1.2/30
R-SBY-33
10.3.3.254/24

172.16.2.1/30
172.16.3.1/30
R-JKT-44
10.0.0.253/24
10.4.4.254/24









EIGRP Network Scenario 1

Thursday, December 05, 2013

Configuring RIP on Cisco Router Using GNS3 Simulator


This is my experiment using GNS3 to make a Routing Information Protocol (RIP) simulation. GNS3 is an open source (GNU GPL) software that simulate complex networks while being as close as possible from the way real networks perform, all of this without having dedicated network hardware such as routers and switches (Wikipedia).
I assume you know much about the theory RIP and you have successfully installed GNS3. So in this post we will not discuss the theory RIP. Ok, let's try to make it.
Network simulation with gns3


R- JKT
R-CORE
R-MTR
Fa 0/0
10.10.1.1/24
192.168.1.2/30
10.10.3.1/24
Fa 0/1
10.10.2.1/24
192.168.2.2/30
10.10.4.1/24
Comp 1
10.10.1.2/24

10.10.3.2/24
Comp 1
10.10.2.2/24

10.10.4.2/24
Fa 1/0
192.168.1.1/30

192.168.2.1/30
Loopback0
10.1.1.1/24

10.2.2.2/24

Look at the image above. There are 3 routers. All routers use router C2691 version. Because routers R2 and R3 must have 3 interfaces, so add 1 interface again.