[tor-relays] Understanding bandwidth rate

2013-12-10 Thread Florian Lindner
Hello,

I'm using tor 0.2.3.25 from Debian Wheezy, the exit policy is recject *.*, I'm 
not using the node myself.

arm shows these actual bandwidths:

Bandwidth (limit: 16 Mb/s, burst: 32 Mb/s, measured: 48.6 Kb/s):
Download (13.9 Mb/sec   - avg: 11.3 Mb/sec, total: 211.9 GB): 
Upload (16.0 Mb/sec   - avg: 12.6 Mb/sec, total: 237.9 GB):

This is my related config:

BandwidthRate 5 MB   # not set in config
BandwidthBurst10 MB  # not set in config
RelayBandwidthRate2 MB   # set in config
RelayBandwidthBurst   4 MB   # set in config

I'm a bit puzzled

Why is bandwidth limit 16 Mb/s? Why bandwidth burst 32 Mb/s?

Since I'm not using the node for anything else but relaying I except the 
bandwidth is more or less equal the RelayBandwidth limit I set. But the 
averages are so much higher than either the BandwidthRate and the 
RelayBandwidthRate?

What is my problem of understanding here?

Thanks,
Florian
___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


Re: [tor-relays] Understanding bandwidth rate

2013-12-10 Thread BugZ

B=bytes
b=bits

therefore,
Your config setting of 2MB = 16mb
Your config setting of 4MB = 32mb



On 12/10/2013 5:47 AM, Florian Lindner wrote:

Hello,

I'm using tor 0.2.3.25 from Debian Wheezy, the exit policy is recject *.*, I'm 
not using the node myself.

arm shows these actual bandwidths:

Bandwidth (limit: 16 Mb/s, burst: 32 Mb/s, measured: 48.6 Kb/s):
Download (13.9 Mb/sec   - avg: 11.3 Mb/sec, total: 211.9 GB):
Upload (16.0 Mb/sec   - avg: 12.6 Mb/sec, total: 237.9 GB):

This is my related config:

BandwidthRate 5 MB   # not set in config
BandwidthBurst10 MB  # not set in config
RelayBandwidthRate2 MB   # set in config
RelayBandwidthBurst   4 MB   # set in config

I'm a bit puzzled

Why is bandwidth limit 16 Mb/s? Why bandwidth burst 32 Mb/s?

Since I'm not using the node for anything else but relaying I except the 
bandwidth is more or less equal the RelayBandwidth limit I set. But the 
averages are so much higher than either the BandwidthRate and the 
RelayBandwidthRate?

What is my problem of understanding here?

Thanks,
Florian
___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


Re: [tor-relays] Understanding bandwidth rate

2013-12-10 Thread Roman Mamedov
On Tue, 10 Dec 2013 06:39:00 -0500
BugZ  wrote:

> Your config setting of 2MB = 16mb
> Your config setting of 4MB = 32mb

"mb" what, millibytes? https://en.wikipedia.org/wiki/Metric_prefix

If you're trying to teach others then at least get it right yourself...

-- 
With respect,
Roman


signature.asc
Description: PGP signature
___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


Re: [tor-relays] Understanding bandwidth rate

2013-12-10 Thread Oliver Schönefeld
actually it's Mb, which stands for megabit.
since one byte is 8 bit, 2 becomes 16 and 4 becomes 32.

therfoe you shoul set your config to 250 Kb (250 Kbit * 8 equals 2000 KByte 
equals 2 MByte) and 500 Kb (500 Kbit * 8 equals42000 KByte equals 4 MByte).

kind regards,
Oli

Am 10.12.2013 um 13:00 schrieb tor-relays-requ...@lists.torproject.org:

> Send tor-relays mailing list submissions to
>   tor-relays@lists.torproject.org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>   https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
> or, via email, send a message with subject or body 'help' to
>   tor-relays-requ...@lists.torproject.org
> 
> You can reach the person managing the list at
>   tor-relays-ow...@lists.torproject.org
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of tor-relays digest..."
> Today's Topics:
> 
>   1. Understanding bandwidth rate (Florian Lindner)
>   2. Re: Understanding bandwidth rate (BugZ)
>   3. Re: Understanding bandwidth rate (Roman Mamedov)
> 
> Von: Florian Lindner 
> Betreff: [tor-relays] Understanding bandwidth rate
> Datum: 10 .Dezember 2013 11:47:45 MEZ
> An: tor-relays@lists.torproject.org
> Antwort an: tor-relays@lists.torproject.org
> 
> 
> Hello,
> 
> I'm using tor 0.2.3.25 from Debian Wheezy, the exit policy is recject *.*, 
> I'm not using the node myself.
> 
> arm shows these actual bandwidths:
> 
> Bandwidth (limit: 16 Mb/s, burst: 32 Mb/s, measured: 48.6 Kb/s):
> Download (13.9 Mb/sec   - avg: 11.3 Mb/sec, total: 211.9 GB): 
> Upload (16.0 Mb/sec   - avg: 12.6 Mb/sec, total: 237.9 GB):
> 
> This is my related config:
> 
> BandwidthRate 5 MB   # not set in config
> BandwidthBurst10 MB  # not set in config
> RelayBandwidthRate2 MB   # set in config
> RelayBandwidthBurst   4 MB   # set in config
> 
> I'm a bit puzzled
> 
> Why is bandwidth limit 16 Mb/s? Why bandwidth burst 32 Mb/s?
> 
> Since I'm not using the node for anything else but relaying I except the 
> bandwidth is more or less equal the RelayBandwidth limit I set. But the 
> averages are so much higher than either the BandwidthRate and the 
> RelayBandwidthRate?
> 
> What is my problem of understanding here?
> 
> Thanks,
> Florian
> 
> 
> 
> 
> Von: BugZ 
> Betreff: Aw: [tor-relays] Understanding bandwidth rate
> Datum: 10 .Dezember 2013 12:39:00 MEZ
> An: tor-relays@lists.torproject.org
> Antwort an: tor-relays@lists.torproject.org
> 
> 
> B=bytes
> b=bits
> 
> therefore,
> Your config setting of 2MB = 16mb
> Your config setting of 4MB = 32mb
> 
> 
> 
> On 12/10/2013 5:47 AM, Florian Lindner wrote:
>> Hello,
>> 
>> I'm using tor 0.2.3.25 from Debian Wheezy, the exit policy is recject *.*, 
>> I'm not using the node myself.
>> 
>> arm shows these actual bandwidths:
>> 
>> Bandwidth (limit: 16 Mb/s, burst: 32 Mb/s, measured: 48.6 Kb/s):
>> Download (13.9 Mb/sec   - avg: 11.3 Mb/sec, total: 211.9 GB):
>> Upload (16.0 Mb/sec   - avg: 12.6 Mb/sec, total: 237.9 GB):
>> 
>> This is my related config:
>> 
>> BandwidthRate 5 MB   # not set in config
>> BandwidthBurst10 MB  # not set in config
>> RelayBandwidthRate2 MB   # set in config
>> RelayBandwidthBurst   4 MB   # set in config
>> 
>> I'm a bit puzzled
>> 
>> Why is bandwidth limit 16 Mb/s? Why bandwidth burst 32 Mb/s?
>> 
>> Since I'm not using the node for anything else but relaying I except the 
>> bandwidth is more or less equal the RelayBandwidth limit I set. But the 
>> averages are so much higher than either the BandwidthRate and the 
>> RelayBandwidthRate?
>> 
>> What is my problem of understanding here?
>> 
>> Thanks,
>> Florian
>> ___
>> tor-relays mailing list
>> tor-relays@lists.torproject.org
>> https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
> 
> 
> 
> 
> 
> Von: Roman Mamedov 
> Betreff: Aw: [tor-relays] Understanding bandwidth rate
> Datum: 10 .Dezember 2013 12:50:58 MEZ
> An: tor-relays@lists.torproject.org
> Antwort an: tor-relays@lists.torproject.org
> 
> 
> On Tue, 10 Dec 2013 06:39:00 -0500
> BugZ  wrote:
> 
>> Your config setting of 2MB = 16mb
>> Your config setting of 4MB = 32mb
> 
> "mb" what, millibytes? https://en.wikipedia.org/wiki/Metric_prefix
> 
> If you're trying to teach others then at least get it right yourself...
> 
> -- 
> With respect,
> Roman
> 
> 
> ___
> tor-relays mailing list
> tor-relays@lists.torproject.org
> https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


Re: [tor-relays] Understanding bandwidth rate

2013-12-10 Thread Peter Palfrader
On Tue, 10 Dec 2013, Florian Lindner wrote:

> Bandwidth (limit: 16 Mb/s, burst: 32 Mb/s, measured: 48.6 Kb/s):

> Why is bandwidth limit 16 Mb/s? Why bandwidth burst 32 Mb/s?

Burst is not a rate.  Its unit is  not .  So it should be MB or Mb.

Cheers,
-- 
   |  .''`.   ** Debian **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.debian.org/
___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


[tor-relays] Outbound Address differing from exit address

2013-12-10 Thread jason
Greetings all,
I'm in the process of setting up a few Exits on a Cloud provider here in
Iceland (one that I used to work at actually). Since they use Cloudstack
it means each address per account gets multiple inbound address per
instance and share the same address for outbound traffic. I'm worried
that abuse notices will be coming in for this outbound address even
though I've got 80 on the exit node's IP showing the standard Tor Exit
disclaimer. I've tried to set OutboundBindAddress to the outbound IP
using arm but this just causes arm to complain about:
"[WARN] Error binding network socket: Cannot assign requested address"
Any advice would be appreciated.
-J
___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


Re: [tor-relays] Understanding bandwidth rate

2013-12-10 Thread I
Please could someone put that in the torrc file or in the configuration page?

> 
> On Tue, 10 Dec 2013, Florian Lindner wrote:
> 
>> Bandwidth (limit: 16 Mb/s, burst: 32 Mb/s, measured: 48.6 Kb/s):
> 
>> Why is bandwidth limit 16 Mb/s? Why bandwidth burst 32 Mb/s?
> 
> Burst is not a rate.  Its unit is  not  per time>.  So it should be MB or Mb.
> 
> Cheers,
> --
>|  .''`.   ** Debian **
>   Peter Palfrader  | : :' :  The  universal
>  http://www.palfrader.org/ | `. `'  Operating System
>|   `-http://www.debian.org/
> ___
> tor-relays mailing list
> tor-relays@lists.torproject.org
> https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


GET FREE SMILEYS FOR YOUR IM & EMAIL - Learn more at 
http://www.inbox.com/smileys
Works with AIM®, MSN® Messenger, Yahoo!® Messenger, ICQ®, Google Talk™ and most 
webmails


___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


Re: [tor-relays] Relay / Bridge

2013-12-10 Thread Conrad Rockenhaus
I apologize for the delay in responding, getting ready to move to
Texas, but anyway.  My original intention was to run one EC2 as a
public relay and another as a bridge, subject to bandwidth throttling,
however, after thinking about it for about a day (I saw your email
last night) I realized that a bridge that is bandwidth throttling
might be more useful than a public relay that is bandwidth throttling.

So I'll fix it this evening, unless there's a reason not to.

Thanks.

On Sun, Dec 8, 2013 at 1:39 PM, Roger Dingledine  wrote:
> On Sun, Dec 01, 2013 at 10:32:09PM +0100, Sebastian Urbach wrote:
>> Your system is now lsted:
>>
>> ec2bridgerocks001
>>
>> https://atlas.torproject.org/#details/50855F45464DBE84E917B0ED74E2144E785BA024
>
> It appears that you're running a *relay* on EC2?
>
> With a nickname implying that you think it's a bridge?
>
> Making it a public relay might be more expensive than you are expecting.
>
> Did you have to reconfigure it manually to be a public relay, or was
> this an easy-to-make accident?
>
> --Roger
>
> ___
> tor-relays mailing list
> tor-relays@lists.torproject.org
> https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays



-- 
Conrad Rockenhaus

http://www.rockenhaus.com/
http://www.lagparty.org/~conradr/
___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays