head1

Archive

Posts Tagged ‘squid mikrotik’

Mikrotik + Squid Optimal Game dan Poker

June 27th, 2010 boled 18 comments

Seblumnya saya berterma kasih sekali kepada sodara teukurizal yang telah berbagai ilmunya dalam tutorial ini. Setting ini sudah diterapkan dan berjalan dengan cukup mengesankan… implementasi lebih mudah dan simpel.

berikut Kebutuhan perlengkapan yang saya gunakan :

Mikrotik RB750G

Ubuntu Server ver 10.10

2 Line Speedy Office 1Mb dan Exsekutif 2Mb

SISI MIKROTIK :

/ip adrress

  - 192.168.1.1/24 interface lan
  - 192.168.2.1/24  interface modem-1
  - 192.168.3.1/24  interface modem-2
  - 192.168.4.1/24 interface proxy

catatan : - dial lewat mikrotik dgn modem sbg brigde
              - ip mesin ubuntu 192.168.4.5

PROXY HIT

Code:
/ip firewall mangle 

add action=mark-packet chain=prerouting comment=proxy-hit disabled=no dscp=12 \
    new-packet-mark=proxy-hit passthrough=yes

/queue tree
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 \
    max-limit=0 name=HIT packet-mark=proxy-hit parent=global-out priority=1 \
    queue=default

PCC RULE MARK ALL PPPoE CONN

Code:
/ip firewall mangle
add action=mark-connection chain=input comment=\
    "PCC RULE ---- MARK ALL PPPoE CONN" connection-state=new disabled=no \
    in-interface=pppoe_1 new-connection-mark=pppoe1_conn passthrough=yes

add action=mark-connection chain=input comment="" connection-state=new \
    disabled=no in-interface=pppoe_2 new-connection-mark=pppoe2_conn \
    passthrough=yes

add action=mark-connection chain=prerouting comment="" connection-state=\
    established disabled=no in-interface=pppoe_1 new-connection-mark=\
    pppoe1_conn passthrough=yes

add action=mark-connection chain=prerouting comment="" connection-state=\
    established disabled=no in-interface=pppoe_2 new-connection-mark=\
    pppoe2_conn passthrough=yes

add action=mark-connection chain=prerouting comment="" connection-state=\
    related disabled=no in-interface=pppoe_1 new-connection-mark=pppoe1_conn \
    passthrough=yes

add action=mark-connection chain=prerouting comment="" connection-state=\
    related disabled=no in-interface=pppoe_2 new-connection-mark=pppoe2_conn \
    passthrough=yes

add action=mark-routing chain=output comment="" connection-mark=pppoe1_conn \
    disabled=no new-routing-mark=pppoe_1 passthrough=no

add action=mark-routing chain=output comment="" connection-mark=pppoe2_conn \
    disabled=no new-routing-mark=pppoe_2 passthrough=no

Baca selengkapnya “Mikrotik + Squid Optimal Game dan Poker”

Categories: Linux, Mikrotik, Networking Tags:
Uses wordpress plugins developed by www.wpdevelop.com wp_footer();