Community discussions

MikroTik App
 
maxpz
just joined
Topic Author
Posts: 7
Joined: Fri Jul 09, 2004 11:53 am
Location: Kosova

bandwith limit

Tue Jan 18, 2005 12:28 pm

I'm wondering how can I limit the bandwith for my users only for internet (public interface) and have no limit between each other for sharing files...

Regards,
Max
 
GJS
Member
Member
Posts: 418
Joined: Sat May 29, 2004 4:07 pm
Location: London

Sat Jan 22, 2005 4:39 am

What is your network configuration? If your users are on the same ethernet segment then they already have unlimited bandwidth between them.
 
wjw
Frequent Visitor
Frequent Visitor
Posts: 91
Joined: Thu Jun 10, 2004 12:59 am
Location: New Zealand
Contact:

Sat Jan 22, 2005 6:05 am

Have a read of this:

http://www.wanakaonline.net/networkstuf ... ontrol.asp

I have a seperate firewalled nic on my MT, for my servers & stuff and allow users 5mbps access to those machines and then allow only their paid for bandwidth to the net...
 
ajmal
Frequent Visitor
Frequent Visitor
Posts: 57
Joined: Mon Jan 31, 2005 8:38 pm
Location: IN

Re: bandwith limit

Mon Jan 31, 2005 9:33 pm

if u r using 2 network card u can do it by defining source network to dst network on same interface-suppose u have to interface
1-local
2-public

and at local u have configured 172.17.X.X/X and 192.168.X.X/X
in queue u may define as
if src-adddress 172.17.X.X/X dst-address 192.168.X.X interface locat limit at 0

i think it will solve ur problems.