JUAL KOMPUTER 2ND 20 UNIT..
Spek:
- P4 1.8 - 2.4 Ghz(campur2)
- mem 256
- Hdisk 40gb
- mon 15' branded
- K + M and casing Baru
- cd-rom
Harga 1.6JT... Turun--> 1.45jt!!!
cpu aja:
- pentium4 1.8 = 1.275jt
- pentium4 2.4 = 1.375jt
bermnat? bisa hub:
0856 1421 545, 0816 166 2801
021 3284 0931 (flexi), 021 9849 4919(malem)
ym: i_riyandi
http://kaskus.us/showthread.php?t=1342891
mo jual nih kompi ex warnet..
speknya :
spek 1
14 unit)
amd athlon x2 4600+
abit nf-m2s (AM2)
VGA onboard 128mb
memory mushkin 1gb value
hdd excelstore 80gb
speaker creative sb245
windows xp home edition OEM
asking price : @3,5jt nego...
spek 2
6 unit)
amd athlon x2 5000+
abit nf-m2pv (AM2)
vga onboard
hdd excelstore 80gb
speaker sonicgear Morro200
memory patriot value 1gb
asking price: @3jt nego jg...
spek3 : (1 unit)
amd athlon x2 4600+
abit nf-m2s (AM2)
hdd excelstore 80gb
vga onboard
speaker : n/a
memory mushkin 1gb value
PSU simbada 450w (alumunium)
HSF cooler master eclipse
asking price :3,7jt nego
semuanya sudah berikut keyboard dan mouse yah..
buat yg mau borong semua PM 4 special price+bonus2
yg mo nego jg Pm / hubungi 0812.941.2206
gambar nyusul yah gan....
yg minat PM dl yah....
thx...
http://kaskus.us/showthread.php?t=1409767
speknya :
spek 1
amd athlon x2 4600+
abit nf-m2s (AM2)
VGA onboard 128mb
memory mushkin 1gb value
hdd excelstore 80gb
speaker creative sb245
windows xp home edition OEM
asking price : @3,5jt nego...
spek 2
amd athlon x2 5000+
abit nf-m2pv (AM2)
vga onboard
hdd excelstore 80gb
speaker sonicgear Morro200
memory patriot value 1gb
asking price: @3jt nego jg...
spek3 : (1 unit)
amd athlon x2 4600+
abit nf-m2s (AM2)
hdd excelstore 80gb
vga onboard
speaker : n/a
memory mushkin 1gb value
PSU simbada 450w (alumunium)
HSF cooler master eclipse
asking price :3,7jt nego
semuanya sudah berikut keyboard dan mouse yah..
buat yg mau borong semua PM 4 special price+bonus2
yg mo nego jg Pm / hubungi 0812.941.2206
gambar nyusul yah gan....
yg minat PM dl yah....
thx...
http://kaskus.us/showthread.php?t=1409767
Siap... 
1. kita bikin queue di queue tree dengan name=STREAM-DOWN untuk parrent=global-in
2. bikin lagi queue di queue tree dengan name=STREAM-UP untuk parrent=global-out
3.membuat mangle pada /ip firewall. dengan menjalankan script seperti di bawah pada terminal
untuk miktrotik v 2.9.xx
:for e from 2 to 15 do={
/ip firewall mangle add chain=prerouting src-address=(192.168.10. . $e) action=mark-connection new-connection-mark=($e . indosatcon )
/ip firewall mangle add chain=prerouting connection-mark=($e . indosatcon ) protocol=!1 action=mark-packet new-packet-mark=($e . indosatflow ) passthrough=no
}
untuk mikrotik v 3.x
:for e from=2 to=11 do={
/ip firewall mangle add chain=prerouting src-address="192.168.224.$e" action=mark-connection new-connection-mark="$e. indosatcon"
/ip firewall mangle add chain=prerouting connection-mark="$e. indosatcon" protocol=!1 action=mark-packet new-packet-mark="$e. indosatflow" passthrough=no
}
cek pada /ip firewall mangle memastikan bahwa script nya berjalan.
4. kemudian kita buat queue tree nya dengan menjalan kan script seperti di bawah.
untuk mikrotik v 2.9.xx
:for e from 2 to 15 do={
/queue tree add name=("STREAM-DOWN-" . $e) parent=STREAM-DOWN packet-mark=($e . indosatflow)
/queue tree add name=("STREAM-UP-" . $e) parent=STREAM-UP packet-mark=($e . indosatflow)
}
untuk mikrotik v 3.xx
:for e from=2 to=20 do={
/queue tree add name="STREAM-DOWN-.$e" parent=STREAM-DOWN packet-mark="$e. indosatflow"
/queue tree add name="STREAM-UP-. $e" parent=STREAM-UP packet-mark="$e. indosatflow"
}
cek juga pada queue tree nya apa kah sudah ada list queue nya.
5. coba melimit salah sati ip dan amati... apakah sudah bener berjalan.
maap kalo masih pada bingung... baru posting pertama... dan baru sinau... jadi masih hancur nerangin nya.....
semoga para pakar mikrotiker bisa mebantu...
http://www.forummikrotik.com/scripting-mikrotik/3398-script-bikin-queues-tree-b-w-limiter.html
1. kita bikin queue di queue tree dengan name=STREAM-DOWN untuk parrent=global-in
2. bikin lagi queue di queue tree dengan name=STREAM-UP untuk parrent=global-out
3.membuat mangle pada /ip firewall. dengan menjalankan script seperti di bawah pada terminal
untuk miktrotik v 2.9.xx
:for e from 2 to 15 do={
/ip firewall mangle add chain=prerouting src-address=(192.168.10. . $e) action=mark-connection new-connection-mark=($e . indosatcon )
/ip firewall mangle add chain=prerouting connection-mark=($e . indosatcon ) protocol=!1 action=mark-packet new-packet-mark=($e . indosatflow ) passthrough=no
}
untuk mikrotik v 3.x
:for e from=2 to=11 do={
/ip firewall mangle add chain=prerouting src-address="192.168.224.$e" action=mark-connection new-connection-mark="$e. indosatcon"
/ip firewall mangle add chain=prerouting connection-mark="$e. indosatcon" protocol=!1 action=mark-packet new-packet-mark="$e. indosatflow" passthrough=no
}
cek pada /ip firewall mangle memastikan bahwa script nya berjalan.
4. kemudian kita buat queue tree nya dengan menjalan kan script seperti di bawah.
untuk mikrotik v 2.9.xx
:for e from 2 to 15 do={
/queue tree add name=("STREAM-DOWN-" . $e) parent=STREAM-DOWN packet-mark=($e . indosatflow)
/queue tree add name=("STREAM-UP-" . $e) parent=STREAM-UP packet-mark=($e . indosatflow)
}
untuk mikrotik v 3.xx
:for e from=2 to=20 do={
/queue tree add name="STREAM-DOWN-.$e" parent=STREAM-DOWN packet-mark="$e. indosatflow"
/queue tree add name="STREAM-UP-. $e" parent=STREAM-UP packet-mark="$e. indosatflow"
}
cek juga pada queue tree nya apa kah sudah ada list queue nya.
5. coba melimit salah sati ip dan amati... apakah sudah bener berjalan.
maap kalo masih pada bingung... baru posting pertama... dan baru sinau... jadi masih hancur nerangin nya.....
semoga para pakar mikrotiker bisa mebantu...
http://www.forummikrotik.com/scripting-mikrotik/3398-script-bikin-queues-tree-b-w-limiter.html
Langganan:
Postingan (Atom)



- Follow Us on Twitter!
- "Join Us on Facebook!
- RSS
Contact