Community discussions

MikroTik App
 
User avatar
ashish
Long time Member
Long time Member
Topic Author
Posts: 546
Joined: Mon Feb 12, 2007 5:50 am
Location: Virginia, USA.

Bandwidth Management for Group

Thu Apr 12, 2007 11:56 am

Dear All,

Seven Different Network
IP Pool – 172.16.2.1/24
IP Pool – 172.16.3.1/24
IP Pool – 172.16.4.1/24
IP Pool – 172.16.5.1/24
IP Pool – 172.16.6.1/24
IP Pool – 172.16.7.1/27

Now, I want to Make 3 Different Group with some policy.

1. VIP
2. Admin
3. User

VIP – Some IPs from all seven Pools with 256 Kbps Bandwidth and NO Restriction.
Admin – Some IPs from all seven Pool with 128 Kbps Bandwidth and NO Restriction.
User – Rest all IPs from all seven Pools with 64 Kbps Bandwidth with Restriction.

Restriction: All Mail Sites and Messenger and some other sites should NOT work.

Now, I want to do it with out any authentication method.

IF it is possible, Please Guide me HOW CAN I DO IT.

IF NOT, which authentication method I have to USE
 
User avatar
awa
just joined
Posts: 6
Joined: Wed Aug 31, 2005 3:27 pm
Location: Jakarta, Indonesia

Thu Apr 12, 2007 12:49 pm

maybe you can:
1. put the ip address to the ip list, make 3 list that contain the appropriate ip in that group

2. then you create a mangle rule to mark the connection and the packet, with the src address list referring tp the list you've created earlier

3. then you create the queue tree that referring to the packet mark that you've created earlier

hope it can help a bit
 
User avatar
ashish
Long time Member
Long time Member
Topic Author
Posts: 546
Joined: Mon Feb 12, 2007 5:50 am
Location: Virginia, USA.

Fri Apr 13, 2007 5:22 am

Thanks AWA,

I have tried with the same idea, But I M NOT able to control Bandwidth as well as Policies,

I DONT KNOW, IT should work, But IT IS NOT WORKING.