Minggu, 06 Maret 2011

Mempercepat akses Facebook dan Poker

Daftarkan IP Facebook dan Poker atau bisa menggunakan torch pada mikrotik
ip firewall address-list
Code:
1   IPFB        69.63.184.142              
2   IPFB        69.63.187.17               
3   IPFB        69.63.187.19               
4   IPFB        69.63.181.11               
5   IPFB        69.63.181.12               
6   IPFB        69.63.180.14               
7   IPFB        69.63.186.31               
8   IPFB        69.63.186.30               
9   IPFB        69.63.176.11               
10  IPFB        69.63.186.11               
11  IPFB        69.63.187.12               
12  IPFB        69.63.180.12               
13  IPFB        69.63.186.12               
14  IPFB        69.63.176.65               
15  IPFB        66.151.132.0/24            
16  IPFB        118.214.190.0/24           
17  IPFB        69.63.176.213
UNTUK IP FACEBOOK JANGAN MENGGUNAKAN PENYEDERHANAAN IP, (CONTOH:66.63.186.0/24) KALO ADA BEBERAPA SITUS IKUT LOSS JANGAN SALAHIN AKU LOH !!!!!

yang ini mangle-nya
Code:
 9   ;;; FB Mania
 chain=prerouting protocol=tcp dst-port=80 dst-address-list=IPFB
 action=mark-connection new-connection-mark=FB Mania passthrough=yes

10   chain=prerouting connection-mark=FB Mania action=mark-packet
 new-packet-mark=FB-Poker Mania passthrough=no
diteruskan ke queue tree
Code:
 7   name="Facebook Only" parent=global-out packet-mark=FB-Poker Mania limit-at=0
 queue=default priority=2 max-limit=1000000 burst-limit=0
 burst-threshold=0 burst-time=0s
berikan prioritas "2" atau "1" juga boleh...trus di kasih jatah BW 1M...
Sekian.....

0 komentar:

Posting Komentar