Selasa, 10 Februari 2009 0 komentar

WTS kompi ex warnet dan kawan2nya

mo jual nih kompi ex warnet..
speknya :

spek 114 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 26 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
0 komentar

15 comp ex warnet

Mau numpang jokul PC ex warnet nihh.... kondisi masih bagus. terakhir beroperasi desember 2008. speknya :

MB : MSI K9NMGML
Proc : AMD Sempron 2800
Mem : kingston 2x256 ddr2
VGA : gigabyte Nvidia geforce FX7300 LE 256
LCD : viewsonic 17'' wide
HD : sata 2 Seagate 160 gb.
totalnya ada 15 comp

mau dijual sekaligus. ngak nerima pretelan atao eceran yah bos. soal harga silakan PM yah.... peminat serius only. lokasi gua di jak bar. dijamin masih bagus. sekarang kondisi sudah tidak dipakai.

http://kaskus.us/showthread.php?p=67459539&posted=1#post67459539
bayigemuk is offline Add to bayigemuk's Reputation Report Post Report Post Multi-Quote This Message
Kamis, 05 Februari 2009 3 komentar

Script Bikin Queues Tree B/W Limiter di MIKROTIK

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
Senin, 02 Februari 2009 0 komentar

Raditnet 2009










Keadaan Raditnet Januari 2009, sangat ancur :)
Kamis, 29 Januari 2009 0 komentar

Install the Mikrotik OS using a CD

To install the RouterOS using a CD you will need a CD-writer and a blank CD. Burn the CD-image (an .iso file) to a CD. The archive with image can be downloaded here.

Follow the instructions to install RouterOS using CD-Install:

  1. After downloading the CD image from www.mikrotik.com you will have an ISO file on your computer:

    MT ISO image

  2. Open a CD Writing software, like Ahead NERO as in this example:

    Nero Burning ROM

  3. In the program, choose Burn Image entry from the Recorder menu (there should be similary named option in all major CD burning programs):

    BurnImage option

  4. Select the recently extracted ISO file and click Open:

    Open image

  5. Finally, click Burn button:

    Press Burn button

  6. Set the first boot device to CDROM in router's BIOS.
  7. After booting from CD you will see a menu where to choose packages to install:

                    Welcome to MikroTik Router Software installation

    Move around menu using 'p' and 'n' or arrow keys, select with 'spacebar'.
    Select all with 'a', minimum with 'm'. Press 'i' to install locally or 'r' to
    install remote router or 'q' to cancel and reboot.

    [X] system [ ] isdn [ ] synchronous
    [X] ppp [ ] lcd [ ] telephony
    [X] dhcp [ ] ntp [ ] ups
    [X] advanced-tools [ ] radiolan [ ] web-proxy
    [ ] arlan [ ] routerboard [ ] wireless
    [ ] gps [X] routing
    [ ] hotspot [X] security

    Follow the instructions, select needed packages, and press 'i' to install the software.

  8. You will be asked for 2 questions:

    Warning: all data on the disk will be erased!

    Continue? [y/n]

    Press [Y] to continue or [N] to abort the installation.

    Do you want to keep old configuration? [y/n]:

    You should choose whether you want to keep old configuration (press [Y]) or to erase the configuration permanently (press [N]) and continue without saving it. For a fresh installation, press [N].

    Creating partition...
    Formatting disk...

    The system will install selected packages. After that you will be prompted to press 'Enter'. Before doing that, remove the CD from your CD-Drive:

    Software installed.
    Press ENTER to reboot

Note: ref www.mikrotik.com

 
;