HI!

I had the same problem as you have some time ago even if my problems 
came from clients on adsl with a saturation limit on 0.8 Mb :)

I agree that this would be a nice feature but in the meantime I solved 
the problem with trafficshaping on the storage daemon. I know it's not 
funny to throw away perfectly good packages but it does at least only 
give you one place of configuration instead of configuring all your clients.

I have a script that on workdaymornings shape the incoming traffic so 
that it does not saturate the clients upload speed and after working 
hours it removes the limit.

I'm using tc which is part of the iproute2 package.

My limitation can look like this:
tc filter add dev eth1 parent ffff: protocol ip prio 50 u32 match ip src 
xx.xxx.xxx.xx/32 police rate 500kbit burst 3k drop flowid :1

I hope this can help you or someone else.

/marcus

Daniel J. Priem wrote:
> Hi,
> i have about 50 clients to backup and needs some bwlimit for the
> Clients.
> Description:
> SD connected to 1Gbit behind firewall (own subnet)
> SD is able to write about 900Mbit.
> FDs are connected to 100Mbit.
> FDs are able to send with more than 100Mbit. (about 500 Mbit total)
>
> Currently i run in 2 Problems
>
> 1. If a FD sends data to the SD it will saturate his own link, so wont
>    be able to do other things on the network, and is also not usable
>    accesible for other Users on the network.
>
> 2. If i backup multiple FDs at the same time the link to the SD gets
>    saturated, and also the network is unusable on the subnet where the
>    SD lives.
>
> Solutions:
> 2. can be solved by not backing up too much clients simultan
>
> 1. can be solved if i put for every client a setting on the firewall
> FD-net > SD-net dest baculaports bwlimit xxxKb
>
> Problems:
> 2. i would like to backup at much at possible clients simultan to make
>    the backuptime very short
> 1. will putt a ot of load onto the firewall and administrative work on
> my shoulders.
> ( I ve also thinked about doing trafficshaping on the SD per client with
> some bridgingtools etc...)
>
> So any suggestions from your side?
>
> Best would be to have
>
> Director {
>   Name = mydirector
>   Password = "secret"
>   BWLimit = 50M
> }
> Or such a setting on the director in clients-config part.
>
> Bets Regards and thanks for any hints in advance
>
> Daniel
>   
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ------------------------------------------------------------------------
>
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>   


-- 
/Marcus Hallberg
Wimlet Consulting AB
Djurgårdsgatan 10
414 62 Göteborg
mobil: 0707-141716
e-post: [EMAIL PROTECTED]
hemsida: www.wimlet.se


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to