Re: [tor-relays] Custom bandwith for different time ranges

2015-12-07 Thread tor-re...@b4ckbone.de
Hi! > Hi All > Is it possible to schedule the time when bandwith will looks as follow: > > 8:00 - 18:00 - Tor relay bandwith 250kb/s > > 18:00 - 8:00 - Tor relay bandwith 10 000kb/s > > > How may I schedule this in tor relay ? Is it possible to limit traffic > on the client or I need to do it

Re: [tor-relays] Custom bandwith for different time ranges

2015-12-07 Thread Roman Mamedov
On Mon, 7 Dec 2015 21:42:11 +0100 "tor-re...@b4ckbone.de" wrote: > Hi! > > Hi All > > Is it possible to schedule the time when bandwith will looks as follow: > > > > 8:00 - 18:00 - Tor relay bandwith 250kb/s > > > > 18:00 - 8:00 - Tor relay bandwith 10 000kb/s > > > >

Re: [tor-relays] Custom bandwith for different time ranges

2015-12-07 Thread Zalezny Niezalezny
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I think I will write a script which will change bandwidth base on the number of incomin connections to my varnish server. Then there is a big chance to keep stable flag on. Thank U for all that ideas ;))) Zalezny Dnia 7 grudnia 2015 22:23:21

Re: [tor-relays] Custom bandwith for different time ranges

2015-12-07 Thread Tim Wilson-Brown - teor
> On 8 Dec 2015, at 12:11, Green Dream wrote: > > > any of these are very likely to wreck your consensus weight situation > > From a Tor user's perspective, if a relay is periodically dropping to 250 > Kb/s, a low consensus weight for that relay is probably a good

Re: [tor-relays] Custom bandwith for different time ranges

2015-12-06 Thread Tim Wilson-Brown - teor
> On 7 Dec 2015, at 09:39, ajs124 wrote: > > Hey, > > the easiest solution that comes to mind is a cronjob/systemd timer/whatever > that modifies the config file and sends a SIGHUP to tor to trigger a config > reload. > > I'm not very familiar with the codebase, so I can't

Re: [tor-relays] Custom bandwith for different time ranges

2015-12-06 Thread ajs124
Hey, the easiest solution that comes to mind is a cronjob/systemd timer/whatever that modifies the config file and sends a SIGHUP to tor to trigger a config reload. I'm not very familiar with the codebase, so I can't guarantee that reloading the config file applies new (Relay)BandwithRate

[tor-relays] Custom bandwith for different time ranges

2015-12-06 Thread Zalezny Niezalezny
Hi All, this is my first post on this list so warm welcome to every one a specialy to Tor developers. On my servers I`m running paralllel prod servers with tor relays on the separate IP. I`m supporting tor network for free with high speed tor relays but I need to customize the time when my

Re: [tor-relays] Custom bandwith for different time ranges

2015-12-06 Thread starlight . 2015q3
>Is it possible to schedule the time when bandwith . . . >How may I schedule this in tor relay? >Is it possible to limit traffic on >the client or I need to do it on my firewall ? As suggested in an earlier reply, configuring 'cron' jobs to adjust the rate usually makes sense. As an