::..Instalasi Mikrotik (router/bandwidth/wireless). Instalasi jaringan internet, LAN, mikrotik, router, hotspot dan voucher hotspot serta maintenance warnet. email:sila.sazali@gmail.com.::

Konfigurasi Proxy di Windows 7

Beberapa browser sudah memiliki pengaturan proxy sendiri. Namun ada beberapa yang tidak, sehingga jika kita ingin membuat komputer dengan windows 7 kita terhubung ke proxy, kita bisa membuatnya konfigurasi sendiri di luar browser.

Anda bisa konfigurasi proxy untuk Jaringan LAN di windows 7 dengan mengikuti langkah-langkah berikut:

1. Click Start, and then click Control Panel.
2. Click Network and Internet, and then click Internet Options.
3. In the Internet Options dialog box, click the Connections tab.
4. Click the LAN Settings button.

Untuk mengaktifkan pemakaian proxy server, centang kotak “Use a proxy server for your LAN (Settingan ini tidak berlaku utk dial-up atau VPN).

Masukkan IP address of the proxy in the Address text box.

Masukkan nomor port of the proxy in the Port text box.

Jika kamu ingin mem"bypass" proxy server proxy utk IP lokal, centang “Bypass proxy server for local addresses” checkbox.

Click OK utk melengkapi dan mengakhiri konfigurasi.

Read More......

Cara Menghapus Windows Genuine Victim di XP

Ketika kita sedang browsing dengan OS windows, kadang muncul windows update yang sangat mengganggu kita. Kemungkinan hal ini terjadi karena kita lupa untuk mematikan Automatic Updates pada windows kita. Sehingga ketika anda sedang asik berselancar tiba-tiba windows anda melakukan update secara otomatis, jika windows anda Asli/Genuine tidak masalah. Tapi kalau windowsnya bajakan? Dia akan berhenti ditengah jalan. Yang lebih parah, setiap setiap start up kita harus menunggu beberapa detik lebih lama dari biasanya… karena saat start up akan muncul notifikasi yang memberitahukan bahwa windows anda bajakan atau istilahnya minta windows yang asli.


Untuk mengatasinya berikut ini ada trik untuk menghilangkan tampilan tersebut saat start up.

Menghilangkan Peringatan Windows Genuine Advance (WGA)

Langkah2nya adalah sebagai berikut :

Buka Task Manager dengan menekan “Ctrl+Alt+Del”
Matikan proses yang bernama “wgatray.exe”
Restart computer dan masuklah ke dalam Safe Mode (biasanya dengan menekan tombol F8)
Pada Safe Mode, buka registry editor dengan cara klik Start \\ Run. Ketik “regedit” kemudian ENTER
Pada regedit, carilah: HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ windowsNT \\ CurrentVersion \\ Winlogon \\ Notify
Kemudian hapus folder/directory “WGALOGON”
Restart kembali komputer seperti biasa


Uninstall Windows Genuine Advance (WGA)
Caranya:

Matikan process “wgatray.exe” di Task Manager
Restart Windows XP dan masuk safe mode
Delete WgaTray.exe dari c:\Windows\System32
Delete WgaTray.exe dari c:\Windows\System32\dllcache
Buka RegEdit, cari: HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows NT \\ CurrentVersion \\ Winlogon \\ Notify
Delete folder “WgaLogon” dan seluruh isinya
Reboot Windows XP

Maaf tips ini bukan bermaksud untuk mendukung legalitas pembajakan, tetapi hanya sekedar bagi informasi yang bertujuan untuk pendidikan. semoga bermanfaat.

Read More......

Burst Limit di Mikrotik untuk Optimalisasi Browsing

User di kantor maupun warnet yang sering mengeluh lambat saat browsing sering kali membuat para administrator jaringan "tidur tak nyenyak". Beberapa hal tersebut bisa sedikit kita atasi dengan menggunakan burst limit dengan mikrotik, baik simple queue maupun queue tree. Berdasarkan pengalaman penulis, maupun baca2 dari google, burts limit sangat membantu orang2 yang suka browsing. Apalagi facebook.


Beberapa yang bilang ada rumusnya, tapi masalah efisen atau tidak, bisa kita coba sendiri. Dalam sebuah menu di queue, simple atau pun tree, ada konfigurasi limit-at, max limit, burst limit, burst treshold, dan burst time. Berikut ane dapat rumus umumnya:
Limit-at =
Max-limit =
Burst-limit = < 4 x Max-limit Burst-Thres = ¾ x Max-limit Burst-time = < 12 s Jika didefiniskan Max-limit-->adalah batasan maksimal bandwidth yang dapat dikonsumsi oleh komputer yang dikenakan limitasi.
Burst-limit--> adalah batasan maksimal bandwidth yang dapat dikonsumsi dalam waktu yang singkat yang ditentukan dengan busrt-time.
Burst-Thres-->adalah pemicu atau trigger atau titik pembalik atau batasan bandwidth riil yang diterima sebagai pembatas burst-limit.

Misal begini:
Limit-at=16k
Max-limit=128k
Burst-limit=512k
Burst-thres=48k
Burst-time=5s

Garansi bandwidth yg didapat klien adalah 16kbps, maksimal bandwidth 128 Kbps, jika trafik riil klien belum mencapai 48 Kbps (burst-threshold), maka klien bisa dapat jatah bandwidth 512 Kbps selama maks. 5 detik (burst-time), jika trafik riil mencapai 48 Kbps, maka bandwidth berangsur2 turun ke 128 Kbps.

Read More......

Load Balancing over Multiple Gateways

Diambil bulat-bulat dari wiki.mikrotik.com

The typical situation where you got one router and want to connect to two ISPs.

Of course, you want to do load balancing! There are several ways how to do it. Depending on the particular situation, you may find one best suited for you.


Policy Routing based on Client IP Address

If you have a number of hosts, you may group them by IP addresses. Then, depending on the source IP address, send the traffic out through Gateway #1 or #2. This is not really the best approach, giving you perfect load balancing, but it's easy to implement, and gives you some control too.

Let us assume we use for our workstations IP addresses from network 192.168.100.0/24. The IP addresses are assigned as follows:

* 192.168.100.1-127 are used for Group A workstations
* 192.168.100.128-253 are used for Group B workstations
* 192.168.100.254 is used for the router.

All workstations have IP configuration with the IP address from the relevant group, they all have network mask 255.255.255.0, and 192.168.100.254 is the default gateway for them. We will talk about DNS servers later.

Now, when we have workstations divided into groups, we can refer to them using subnet addressing:

* Group A is 192.168.100.0/25, i.e., addresses 192.168.100.0-127
* Group B is 192.168.100.128/25, i.e., addresses 192.168.100.128-255

If you do not understand this, take the TCP/IP Basics course,
or, look for some resources about subnetting on the Internet!

We need to add two IP Firewall Mangle rules to mark the packets originated from Group A or Group B workstations.

For Group A, specify

* Chain prerouting and Src. Address 192.168.100.0/25
• Action mark routing and New Routing Mark GroupA.


It is a good practice to add a comment as well. Your mangle rules might be interesting for someone else and for yourself as well after some time.

For Group B, specify

* Chain prerouting and Src. Address 192.168.100.128/25
• Action mark routing and New Routing Mark GroupB

All IP traffic coming from workstations is marked with the routing marks GroupA or GroupB. We can use these marks in the routing table.

Next, we should specify two default routes (destination 0.0.0.0/0) with appropriate routing marks and gateways:


This thing is not going to work, unless you do masquerading for your LAN! The simplest way to do it is by adding one NAT rule for Src. Address 192.168.100.0/24 and Action masquerade

Test the setup by tracing the route to some IP address on the Internet!

From a workstation of Group A, it should go like this:

C:\>tracert -d 8.8.8.8

Tracing route to 8.8.8.8 over a maximum of 30 hops

1 2 ms 2 ms 2 ms 192.168.100.254
2 10 ms 4 ms 3 ms 10.1.0.1
...

From a workstation of Group B, it should go like this:

C:\>tracert -d 8.8.8.8

Tracing route to 8.8.8.8 over a maximum of 30 hops

1 2 ms 2 ms 2 ms 192.168.100.254
2 10 ms 4 ms 3 ms 10.5.8.1
...

You can specify the DNS server for workstations quite freely, just make it can be reached (test it by tracing the route to DNS server's IP address)!
Retrieved from "http://wiki.mikrotik.com/wiki/Load_Balancing_over_Multiple_Gateways"

Read More......

List IP Game Online

Bagi yang ingin konfigurasi mikrotik untuk kepentingan Warnet Game Online, berikut link IP list. http://www.4shared.com/get/L0Bm4to5/gameip.html;jsessionid=625043843F0B3BDAB3B7BBF29B20696D.dc285

Read More......