Author Topic: Is it correct way to configure bandwidth ?  (Read 1379 times)

Zent User

  • Zen Warrior
  • ***
  • Posts: 121
  • Karma: +1/-3
    • View Profile
Is it correct way to configure bandwidth ?
« on: November 03, 2012, 03:14:19 pm »
I want to control uploading and downloading limit in my network,for that I'm using two options

1. Traffic Shaping
2. Bandwidth Throttling

Below I'm attaching three images regarding this,even though I'm not observing any time of changes in my download and upload speeds.
Regards
Zent User

wilhelmdup

  • Zen Apprentice
  • *
  • Posts: 43
  • Karma: +0/-0
    • View Profile
Re: Is it correct way to configure bandwidth ?
« Reply #1 on: November 27, 2012, 01:19:55 pm »
Did you get this to work?

Zent User

  • Zen Warrior
  • ***
  • Posts: 121
  • Karma: +1/-3
    • View Profile
Re: Is it correct way to configure bandwidth ?
« Reply #2 on: November 29, 2012, 11:24:11 am »
I've configured this but didn't get desired results, any ideas from your end ?
Regards
Zent User

wilhelmdup

  • Zen Apprentice
  • *
  • Posts: 43
  • Karma: +0/-0
    • View Profile
Re: Is it correct way to configure bandwidth ?
« Reply #3 on: March 11, 2013, 08:44:50 pm »
its been a while and still looking  for a solution ;)

vshaulsk

  • Zen Samurai
  • ****
  • Posts: 477
  • Karma: +9/-1
    • View Profile
Re: Is it correct way to configure bandwidth ?
« Reply #4 on: March 12, 2013, 11:52:38 am »
I found it really depends on how you setup the rules (zentyal 2.2).  You have to look from the clients view of how the traffic flows and create new services for that.

Take example FTP (port 21) You want to control download rate

Your client connects from some random port to port 21 on some other system.  The internal interface of zentyal sees traffic flowing from some location (port 21) to client (random port).  You will need to create a service (ex. FTP download) which says destination port any and source port 21.

Now if you want to control upload

Your service will need to be (ex. FTP upload) which says source port 21 and destination port any.  You would add this service to the external interface, which would see traffic flowing from source port 21 to some destination on any port.

I have setup rules like this for subsonic, plex, ftp, http and some other services running on both zentyal and on other servers in my network.  From what I can see everything is working properly.  Setting up the rules was the tricky part.