Re: [tor-relays] Planningon running bridge with bw limitation - config help

2013-08-12 Thread Kali Tor
Hi Steve, >> I am planning on running a bridge-relay but have a hard 1TB/month >> outgoing traffic limitation. >> >> Can someone help me with a torrc config that works for this setup? > [snip] > > # networking > SocksPort 0 > ORPort [aaa.bbb.ccc.ddd]:9001 > ORPort [::::

Re: [tor-relays] Raspberry Pi Relay Node Performance and future Plans on Documentation and more

2013-08-12 Thread Gordon Morehouse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Nick Mathewson: > One thing that you should try is seeing whether the latest 0.2.4.x > release does any better for you. In particular, I'd recommend > trying the just-released 0.2.4.16-rc, with openssl 1.0.1e, and make > sure that openssl 1.0.1e wa

Re: [tor-relays] Raspberry Pi Relay Node Performance and future Plans on Documentation and more

2013-08-12 Thread Gordon Morehouse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Nick Mathewson: > (Another thing to look at would be the output of ./src/test/bench > in the 0.2.4.x package.) Here's the output of that, run from the built Debian source package, on a minimally loaded Raspberry Pi which appears to overclock to 900

Re: [tor-relays] Raspberry Pi Relay Node Performance and future Plans on Documentation and more

2013-08-12 Thread Gordon Morehouse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Quick addendum: Nick Mathewson: > Circuit creation happens within the Tor protocol. How many > circuit Is my observation of hundreds/thousands of outbound TCP connections from the Tor node simply because I "hot restarted" it when it already had a

Re: [tor-relays] Raspberry Pi Relay Node Performance and future Plans on Documentation and more

2013-08-12 Thread Gordon Morehouse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Nick Mathewson: > Circuit creation happens within the Tor protocol. How many > circuit creation requests you get at once is a function of how much > bandwidth you appear to have. How many you can handle is a > function of how fast your CPU is, and

Re: [tor-relays] Raspberry Pi Relay Node Performance and future Plans on Documentation and more

2013-08-12 Thread Nick Mathewson
On Mon, Aug 12, 2013 at 4:34 AM, Gordon Morehouse wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > I still have the really weird circuit creation storms going on. I'm > trying to figure out how to *eliminate* the possibility with some kind > of iptables throttling, but limiting SYNs

Re: [tor-relays] Planningon running bridge with bw limitation - config help

2013-08-12 Thread Sven Reissmann
Hi Kali, you could just use the Accounting options like this: AccountingMax 1 TB AccountingStart month 1 0:00 (<- this is default) This will cause your relay to suspend until the end of the month after forwarding 1 TB of traffic. You might want to set the limit to 950GB instead. Another optio

Re: [tor-relays] Planningon running bridge with bw limitation - config help

2013-08-12 Thread Steve Snyder
On 08/12/2013 06:33 AM, Kali Tor wrote: Hi all, I am planning on running a bridge-relay but have a hard 1TB/month outgoing traffic limitation. Can someone help me with a torrc config that works for this setup? [snip] # networking SocksPort 0 ORPort [aaa.bbb.ccc.ddd]:9001 ORPort [::00

[tor-relays] Planningon running bridge with bw limitation - config help

2013-08-12 Thread Kali Tor
Hi all, I am planning on running a bridge-relay but have a hard 1TB/month outgoing traffic limitation.         Can someone help me with a torrc config that works for this setup? Regards, Kali ___ tor-relays mailing list tor-relays@lists.torproject.o

Re: [tor-relays] Raspberry Pi Relay Node Performance and future Plans on Documentation and more

2013-08-12 Thread Gordon Morehouse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Gordon Morehouse: > I still have the really weird circuit creation storms going on. > I'm trying to figure out how to *eliminate* the possibility with > some kind of iptables throttling, but limiting SYNs to 4 per second > bursting to 10 didn't do an

Re: [tor-relays] Raspberry Pi Relay Node Performance and future Plans on Documentation and more

2013-08-12 Thread Gordon Morehouse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I still have the really weird circuit creation storms going on. I'm trying to figure out how to *eliminate* the possibility with some kind of iptables throttling, but limiting SYNs to 4 per second bursting to 10 didn't do anything at all. I know ab