Bring MPLS Network at Your Home Lab

October 29, 2009

Down

Filed under: Other

Hufff…. I thought my blog being deleted from blogsome. Evidently it just server maintenance so I can’t view my blog for 3 days. Thanks to Blogsome administrator for retured my blog online again…. Despite the status is being reseted… I just happy is up again     

June 17, 2009

Zekr Digital Holy Qur’an

Filed under: Other

If you are a Moslem I recomended you to install zekr in your laptop or your desktop PC 

zekr is digital holy Qur’an. The Zekr project stands by the following principle: Never Profit Off The Prophet. All programs are and will always be Free and Open Source. That means that anyone can see and contribute to developing Zekr.

The backbone of Zekr is very generic, allowing customization in many ways. Customize the language, translation, recitation, commentary, and theme. Make Zekr perfect for you.

zekr availabel for windows and Linux (ubuntu me) 

visit zekr homepage at http://zekr.org/quran/quran-for-windows

 

April 13, 2009

Tampilan desktop FreeBSD

Filed under: Other

Udah seminggu rasanya menikmati FreeBSD baru gw, sejak itu gw rasanya makin lengket aja. Pindah ke windows hanya untuk ngetik2 ato maen game bentar sekarang untuk mainan dynamips ama Olive uda sepenuh nya gw pindah ke BSD disamping performansinya lebih bagus dari windows sekarang mainan interoperabilitas antar cisco dan juniper makin enak karena Olivenya uda jalan semestinya. Dulu gw macet di windows ato FreeBSD sebelum upgrade.

Program Aplikasi apa aja yang gw install ? 

karena gw butuh performansi buat lab gw dengan spek komputer jadul jadi gw terpaksa install aplikasi yang hemat CPU

1.GUI, pake fluxbox
2.konsole, pake aterm/multi-aterm bisa transparent
3.file manager, thunar nyomot punyaknya xfce4
4.muter lagu, xmms uda kayak winamp jadul
5.muter film, mplayer (sebaiknya install dari ports)
6.pengen browsing, opera
7.baca pdf, epdfview
8.baca chm, xchm
9.baca manga, comical
10.Cisco emulator, GNS3 (barusan aja di porting musti install Qt4 )
11.Juniper emulator, QEMU (musti ngerubah dikit source codenya )
 

Ini dia gan tampilanya :D  

 

April 5, 2009

Install Olive in FreeBSD 7.1

Filed under: Juniper, Other

Finally….. after Upgrading to FreeBSD 7.1 Release Olive working properly. Multicast can working now emoticon

Why  choose FreeBSD ?

1. It’s suit for my old PC, I hope i can get better PC   emoticon

2. FreeBSD is my 2nd Operating System

3. I can connecting Olive with GNS3emoticon which i couldn’t do it in  windows

Basically I am reffering this installation from http://juniper.cluepon.net/index.php/Olive and http://wiki.freebsd.org/qemu. Lets we start I didnt explain how to install FreeBSD. After you install freeBSD you must install QEMU from ports if you install it from binary packge or your Olive will not work properly. You can get ports tree from CVS or portsnap and I use portsnap because I am behind firewall

#portsnap fetch && extract

after finishing get the newest port tree lets install QEMU

#cd /usr/ports/emulator/qemu && fetch

You need to modified  QEMU source code, extract the source code in /usr/ports/distfiles/qemu you need to modified eepro100.c 

#ee qemu-0.10.1/hw/eepro100.c  go to line 1508 you will find this statement

         /* Multicast frame. */
        logout("%p received multicast, len=%d\n", s, size);
        /* TODO: check multicast all bit. */
        assert(!(s->configuration[21] & BIT(3)));
        int mcast_idx = compute_mcast_idx(buf);
        if (!(s->mult[mcast_idx >> 3] & (1 << (mcast_idx & 7)))) {
            return;
        }
        rfd_status |= 0x0002;

there is ‘return’ you must comment out and the statement become 

 /* Multicast frame. */
        logout("%p received multicast, len=%d\n", s, size);
        /* TODO: check multicast all bit. */
        assert(!(s->configuration[21] & BIT(3)));
        int mcast_idx = compute_mcast_idx(buf);
        if (!(s->mult[mcast_idx >> 3] & (1 << (mcast_idx & 7)))) {
            //return;
        }
        rfd_status |= 0x0002;

now tar the entire source and we ready to install it

#cd /usr/ports/emulator/qemu && make NO_CHECKSUM=yes install clean <– dont forget to include kqemu options 

you can change install with package if you want to create binary package 

Now your Olive will work properly even you can interoperability with GNS3 emoticon

I created this bridge in FreeBSD box to connect Olive and GNS3 and use stp that can prevent loops inside the bridge

  ifconfig tap1 create up <– Junos fxp0
  ifconfig tap2 create up <– Junos fxp1
  ifconfig tap3 create up <– to GNS3 R0
  ifconfig tap4 create up <– to GNS3 R1
  ifconfig bridge0 create
  ifconfig bridge0 addm tap1 addm tap2 stp tap2 addm tap3 addm tap4 up

and you can create many more tap device  for me two tap interface for Olive is enough to connect more than 4 cisco router

qemu-system-x86_64 -L . -m 512 -hda olive.img -serial telnet::4001,server  -localtime \
-net nic,vlan=1,macaddr=00:aa:00:77:77:07,model=i82559er -net tap,vlan=1,ifname=tap1 \
-net nic,vlan=1,macaddr=00:aa:00:77:77:70,model=i82559er -net tap,vlan=1,ifname=tap2

 

 GOOD LUCK……

February 24, 2009

Something wrong with Olive Qemu in FreeBSD 7.1 amd64 pre-release

Filed under: Other

My Olive Qemu running on FreeBSD 7.1 amd64 pre-relase cannot running well. Iam installed from ports but  Olive cannot running multicast emoticonso i cannot use OSPF,RIP,IS-IS,LDP the only protocol can running are static and BGP

actually I want to update my FreeBSD box but i dont have internet connection at house the only way is bring my PC to my former university Lab (T_T)

February 20, 2009

Moved from http://si-oduy.blogsopt.com

Filed under: Other

Welcome to my new blog. 

I dicided to move from my former blog http://si-oduy.blogspot.com because I felt appropriate using this blog to post topology i ever tested. The copied configuration from the original configuration file did not change the form in this blog  unlike the other one. So i felt how to read and how to understand the hirarchy of the configuration became more easier. I will slowly to move the topology from my former blog       






















Get free blog up and running in minutes with Blogsome
Theme designed by Hadley Wickham