Mikrotik | Forum Mikrotik Indonesia   Mikrotik Manual Mikrotik iSPY Mikrotik RSS Feed
This Logo is a Courtesy from RumahDowty

Go Back   Mikrotik | Forum Mikrotik Indonesia > Diskusi Mikrotik RouterOS > Scripting @ Mikrotik
iSpy My iTrade Register FAQ Members List Calendar Mark Forums Read

Diskusi [ HELP ] Script Mangle Pemisahan Bandwidth pada Scripting @ Mikrotik | Mikrotik | Forum Mikrotik Indonesia : Halo Para Master Mikrotik yang baik hati dan tidak sombong .... tolongin banget dong pencerahan script ...




 
Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 10-11-2008, 02:49
zainalk29's Avatar
zainalk29 zainalk29 is online now
Member
 
Join Date: Aug 2007
Location: Yogyakarta
Posts: 256
iTrader: (0)
Thanks: 14
Thanked 21 Times in 18 Posts
zainalk29 is on a distinguished roadzainalk29 is on a distinguished road
Send a message via Yahoo to zainalk29
[ HELP ] Script Mangle Pemisahan Bandwidth




Halo Para Master Mikrotik yang baik hati dan tidak sombong .... tolongin banget dong pencerahan script tentang Pemisahan Bandwidth IIX dan Intl ... adapun command yang mau di buat seperti di bawah ini :

;;; MARK ALL TRAFFIC
chain=prerouting action=mark-connection new-connection-mark=Koneksi Semua Trafik passthrough=yes
src-address=192.168.0.1

;;; INTERNATIONAL MARK CONNECTION
chain=prerouting action=mark-connection new-connection-mark=Koneksi International passthrough=yes
src-address=192.168.0.1 dst-address-list=!nice connection-mark=Koneksi Semua Trafik

;;; INTERNATIONAL MARK PACKET
chain=prerouting action=mark-packet new-packet-mark=Koneksi International passthrough=no
connection-mark=Koneksi International

;;; IIX MARK PACKET
chain=prerouting action=mark-packet new-packet-mark=Koneksi IIX passthrough=no


hmmmm .... kalo di buat secript gimana yach biar ada semacam automatisasi nya gitu .... maklum, masih nyubie jadi ga faham2 banget dengan pembuatan script.

Terima Kasih banyak atas bantuannya

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #2 (permalink)  
Old 11-11-2008, 15:20
TarJo's Avatar
TarJo TarJo is offline
Baru Gabung
 
Join Date: Jul 2008
Location: toilet
Posts: 13
iTrader: (0)
Thanks: 0
Thanked 0 Times in 0 Posts
TarJo is on a distinguished road
ikut nimbrung

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 13-11-2008, 04:55
john_0ng80 john_0ng80 is online now
Member
 
Join Date: Sep 2007
Posts: 205
iTrader: (0)
Thanks: 45
Thanked 21 Times in 15 Posts
john_0ng80 will become famous soon enoughjohn_0ng80 will become famous soon enough
butuh script apa males baca tuto ini?

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 13-11-2008, 16:28
zainalk29's Avatar
zainalk29 zainalk29 is online now
Member
 
Join Date: Aug 2007
Location: Yogyakarta
Posts: 256
iTrader: (0)
Thanks: 14
Thanked 21 Times in 18 Posts
zainalk29 is on a distinguished roadzainalk29 is on a distinguished road
Send a message via Yahoo to zainalk29
bukan males baca tutor bos, udah coba baca2 tapi masih belom faham ... buat skripsi ni bos ... bantu lah bos ...

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 13-11-2008, 16:49
rahwana's Avatar
rahwana rahwana is online now
Member Super Senior
 
Join Date: Nov 2007
Location: Sidoarjo - Jawa Timur
Posts: 558
iTrader: (0)
Thanks: 1
Thanked 40 Times in 39 Posts
rahwana is on a distinguished roadrahwana is on a distinguished roadrahwana is on a distinguished road
Send a message via Yahoo to rahwana
Mungkin bisa diedit dulu script yang ini :
Script Bikin Queues Tree B/W Limiter

Rasanya modifikasinya nggak banyak2 bener koq...

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 14-11-2008, 09:56
zainalk29's Avatar
zainalk29 zainalk29 is online now
Member
 
Join Date: Aug 2007
Location: Yogyakarta
Posts: 256
iTrader: (0)
Thanks: 14
Thanked 21 Times in 18 Posts
zainalk29 is on a distinguished roadzainalk29 is on a distinguished road
Send a message via Yahoo to zainalk29
Ok bos ... saya coba dulu yak ... nanti saya kasih kabar ... xixixiix ... thx b4 yak

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 15-11-2008, 07:26
eddysubakir eddysubakir is offline
Newbie
 
Join Date: Aug 2007
Posts: 29
iTrader: (0)
Thanks: 1
Thanked 1 Time in 1 Post
eddysubakir is on a distinguished road
Send a message via Yahoo to eddysubakir
Quote:
Originally Posted by zainalk29 View Post
Halo Para Master Mikrotik yang baik hati dan tidak sombong .... tolongin banget dong pencerahan script tentang Pemisahan Bandwidth IIX dan Intl ... adapun command yang mau di buat seperti di bawah ini :

;;; MARK ALL TRAFFIC
chain=prerouting action=mark-connection new-connection-mark=Koneksi Semua Trafik passthrough=yes
src-address=192.168.0.1

;;; INTERNATIONAL MARK CONNECTION
chain=prerouting action=mark-connection new-connection-mark=Koneksi International passthrough=yes
src-address=192.168.0.1 dst-address-list=!nice connection-mark=Koneksi Semua Trafik

;;; INTERNATIONAL MARK PACKET
chain=prerouting action=mark-packet new-packet-mark=Koneksi International passthrough=no
connection-mark=Koneksi International

;;; IIX MARK PACKET
chain=prerouting action=mark-packet new-packet-mark=Koneksi IIX passthrough=no


hmmmm .... kalo di buat secript gimana yach biar ada semacam automatisasi nya gitu .... maklum, masih nyubie jadi ga faham2 banget dengan pembuatan script.

Terima Kasih banyak atas bantuannya

Ini yang selama ini kami gunakan =>

[rwli@main_router] /ip firewall mangle> pr
Flags: X - disabled, I - invalid, D - dynamic
1 ;;; Mark Incoming connection dari IIX -> Local
chain=forward action=mark-connection new-connection-mark=conn-iix
passthrough=yes protocol=!icmp src-address-list=nice
dst-address-list=localnet

2 ;;; Mark Outgoing Connection dari Local -> IIX
chain=forward action=mark-connection new-connection-mark=conn-iix
passthrough=yes protocol=!icmp src-address-list=localnet
dst-address-list=nice

3 ;;; Mark Connection dari INT -> Local
chain=forward action=mark-connection new-connection-mark=conn-intl
passthrough=yes protocol=!icmp src-address-list=!nice
dst-address-list=localnet

4 ;;; Mark Connection dari Local -> INT
chain=forward action=mark-connection new-connection-mark=conn-intl
passthrough=yes protocol=!icmp src-address-list=localnet
dst-address-list=!nice

5 ;;; Mark Packet (IIX Packet)
chain=prerouting action=mark-packet new-packet-mark=packet-iix
passthrough=yes connection-mark=conn-iix

6 ;;; Mark Packet (INT Packet)
chain=prerouting action=mark-packet new-packet-mark=packet-intl
passthrough=yes connection-mark=conn-intl
-- [Q quit|D dump|up|down]

Otomasisasi untuk apa yah, mohon diterangkan gitu, maklum telmi nih nggak ngerti, ...


Last edited by eddysubakir : 15-11-2008 at 07:30.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 15-11-2008, 13:48
zainalk29's Avatar
zainalk29 zainalk29 is online now
Member
 
Join Date: Aug 2007
Location: Yogyakarta
Posts: 256
iTrader: (0)
Thanks: 14
Thanked 21 Times in 18 Posts
zainalk29 is on a distinguished roadzainalk29 is on a distinguished road
Send a message via Yahoo to zainalk29
biasa na kan kita konfigurasi dengan cara manual ... seperti lewat terminal or pake klick itu ini ... nah dosen saya ini dia minta nya dibikin automatisasi nya biar sekali klik langung bisa jadi semua rule tersebut .... katanya seh biar keliatan pantas diangkat jadi skripsi ... benci juga ma tu dosen .. huh ... kalo ada pencerahannya bos mohon yach

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 16-11-2008, 13:46
rahwana's Avatar
rahwana rahwana is online now
Member Super Senior
 
Join Date: Nov 2007
Location: Sidoarjo - Jawa Timur
Posts: 558
iTrader: (0)
Thanks: 1
Thanked 40 Times in 39 Posts
rahwana is on a distinguished roadrahwana is on a distinguished roadrahwana is on a distinguished road
Send a message via Yahoo to rahwana
Pakai yang dijelaskan oom aditya : Script Bikin Queues Tree B/W Limiter
Trus edit aja bagian programnya ini :

Soal perintah khan tinggal disesuaikan. Beres khan?

: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
}

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 19-11-2008, 03:25
zainalk29's Avatar
zainalk29 zainalk29 is online now
Member
 
Join Date: Aug 2007
Location: Yogyakarta
Posts: 256
iTrader: (0)
Thanks: 14
Thanked 21 Times in 18 Posts
zainalk29 is on a distinguished roadzainalk29 is on a distinguished road
Send a message via Yahoo to zainalk29
Quote:
Originally Posted by rahwana View Post
Pakai yang dijelaskan oom aditya : Script Bikin Queues Tree B/W Limiter
Trus edit aja bagian programnya ini :

Soal perintah khan tinggal disesuaikan. Beres khan?

: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
}
Hmmmmmm.... akhirnya udah bisa juga bos ... setelah oprek2 script na ... thx banget pencerahannya juragan ...

kalo ada yang mau ntar saya posting disini ... mudahan skripsi na keterima ... amiinn

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Pemisahan gateway IXX dan International alie General Networking 2 07-07-2008 11:30
{Ask}Grouping atau pemisahan Bandwidth iknat82 Beginner Basics 2 22-03-2008 09:21
(ASK) Script Monopoli Bandwidth mkku Scripting @ Mikrotik 6 21-02-2008 15:14
shaping bandwidth hotspot di lewat queue + mangle superman General Networking 1 17-08-2007 17:36
script mangle - queue tree di ISP ponywaterhouse Scripting @ Mikrotik 1 06-08-2007 03:58




All times are GMT +7. The time now is 01:38.