Sudah beberapa minggu ini saya bingung mau posting apa *termasuk saat ini*, tidak ada yang menarik untuk dishare, jarang baca2, juga jarang coba2, yang ada hanya atur bandwidth, sertifikasi, input nilai, melayani mahasiswa dan kegiatan kantor lainnya yang menguras energi. Tapi dari banyaknya pekerjaan dengan waktu yang sedikit, memaksa saya untuk mencari langkah cepat untuk menyelesaikannya, meski proses pencarian itu memakan waktu yang tidak sebentar, tapi saya bersyukur karena saya telah menemukan jalan yg lebih cepat untuk hari ke depan. Tidak jarang pula dengan banyaknya perkerjaan saya menjadi banyak kenal orang dan senangnya lagi dapat ilmu darinya.
Hmmm … coba saya roll keatas … ugh ribet bener tulisan diatas. Biarlah, saya tidak temukan kata2 yg lebih membingungkan dari itu
Apa yang saya pelajari dan bagaimana saya dapat ilmu tersebut ? Buat yang tidak ingin tahu silahkan lanjutkan jalan2nya, buat yang ingin tahu selamat membaca dan semoga tidak kecewa
11 February 2008 is start date Keterampilan Komputer dan Pengelolaan Informasi (KKPI), Java for Edu In Indonesia I (JENI I), JENI II and Cisco Certified Network Associate (CCNA) certification for Jardiknas student at AKATEL. All certification need internet connection. Until now AKATEL has 3 (three) internet connectivity, 2 Speedy and 1 connetion come from Diknas, before i decide to use Mikrotik, when one connection is drop some people complaint that and i ask they for change they gateway. And it’s all make me sick. Everyday i always find complain about internet connection. I try to give 2 gateway in DHCP server, but it’s not work. Well then i hear about mikrotik load balancing & two gateway failover with load balancing which will allow route from two internet connection to one private network. With that there is no problem when one internet connection drop. Lucky me
When i download mikrotik, i’m
cause mikrotik file size < 15 MB. How impressive. After i install it to PIII with 256 MB RAM, i found new problem, how to configure mikrotik. Cause i’m blank in command line then i decide to use Winbox to configure Microtic from Windows. I try to find the right way to setting mikrotik use winbox and i find zero result. I’m stuck and for few days i forget about mikrotik. Mikrotik is suck.
In other day, i must to finish the internet connection problem. Then i try to find another tutor. I found that 2 things. I try it and it’s all done. It’s so easy. On that day i change my mind about command line
Goodbye Winbox
Here the example page come from wiki.mirotik.com …
/ ip address
add address=192.168.0.1/24 network=192.168.0.0 broadcast=192.168.0.255 interface=Local comment=”" disabled=no
add address=10.111.0.2/24 network=10.111.0.0 broadcast=10.111.0.255 interface=wlan2 comment=”" disabled=no
add address=10.112.0.2/24 network=10.112.0.0 broadcast=10.112.0.255 interface=wlan1 comment=”" disabled=no
/ ip firewall mangle
add chain=prerouting in-interface=Local connection-state=new nth=1,1,0 action=mark-connection new-connection-mark=odd passthrough=yes comment=”" disabled=no
add chain=prerouting in-interface=Local connection-mark=odd action=mark-routing new-routing-mark=odd passthrough=no comment=”" disabled=no
add chain=prerouting in-interface=Local connection-state=new nth=1,1,1 action=mark-connection new-connection-mark=even passthrough=yes comment=”" disabled=no
add chain=prerouting in-interface=Local connection-mark=even action=mark-routing new-routing-mark=even passthrough=no comment=”" disabled=no
/ ip firewall nat
add chain=srcnat src-address=192.168.0.0/24 action=masquerade
/ ip route
add dst-address=0.0.0.0/0 gateway=10.111.0.1 scope=255 target-scope=10 routing-mark=odd check-gateway=ping
add dst-address=0.0.0.0/0 gateway=10.112.0.1 scope=255 target-scope=10 routing-mark=even check-gateway=ping
add dst-address=0.0.0.0/0 gateway=10.112.0.1 scope=255 target-scope=10
add dst-address=0.0.0.0/0 gateway=10.111.0.1 scope=255 target-scope=10 distance=2





