Hello everyone,
I have a tor relay running on a raspberry with raspbian 9 and tor
version 3.4.8, everything is working fine for more then a year.
I noticed that the average download/upload is just 1.5 MB and the peak
3.3 MB
The Bandwidth configuration is the following:
BandwidthRate 9 MB
BandwidthBurst 10 MB
RelayBandwidthRate 9 MB
RelayBandwidthBurst 10 MB
MaxAdvertisedBandwidth 9 MB
It doesn't look the CPU or memory usage are too high.
Is this something normal? How can I …
[View More]improve the performance?
Thanks a lot
[View Less]
Greetings fellow relay operators,
Do you monitor outbound traffic from your relays by port? I run an exit node relay from my house allowing only "safe ports" that are not likely to generate complaints and I would like to keep an eye on how much traffic is coming from the Tor network through those ports to the Internet. Anyone? Do you use a tool like vnstat on the interface?
Make your day great,
Isaac Grover, Senior I.T. Consultant
Aileron I.T. - "Practical & Proactive I.T. Solutions"
…
[View More]Office: 715-377-0440, Fax:715-690-1029, Web: www.aileronit.com
[View Less]
Good morning Spiros,
You are correct in that I won't maintain the exit flag without ports 80 and 443 open, *and* I lose my eligibility for a free t-shirt, *but* I am not likely to attract attention at my home either. =)
Make your day great,
Isaac Grover, Senior I.T. Consultant
Aileron I.T. - "Practical & Proactive I.T. Solutions"
O: 715-377-0440, F:715-690-1029, W: www.aileronit.com
LinkedIn: https://www.linkedin.com/in/IsaacGrover/
YouTube: https://www.youtube.com/channel/UCqrwZNFKdR-guKtuQzFPObQ
Hello tor-relays,
This message is to make everyone aware of the purpose of this list, and to
notify that off-topic posting will result in moderation. This is to
allow the list to continue being used as a relay operator support mechanism,
and to make sure the people on the list for this purpose are not driven away
by off-topic posts.
The stated purpose of this list is as follows:
Support and questions about running Tor relays (exit, non-exit, bridge)
Topics relating to this are encouraged …
[View More]and accepted on the list at any time.
However, this does not include:
Posts intended to troll / annoy members of the list
Acting as a support, publicity or communications channel for specific hosting providers
Posts regarding general tech news of the day
The tor-relays@ list is primarily a communication forum for current and
prospective relay operators to obtain support, plus share stories and experiences.
Relevant discussions about specific providers are also germane, although
any usage of this list for the purposes of publicity or as a
communications / support channel for providers is prohibited.
Thank you all for being part of the relay operator community!
[View Less]
Good morning,
As a followup to my last (and other) posts on this list, I have been cautioned multiple times of running an exit node from my home. After careful consideration and previous direct feedback from this list, I configured an exit node with the following exit policy, which allows traffic on ports that are "safe" in my opinion, meaning that they're not likely to generate complaints or search warrants.
accept *:5228
accept *:8333
accept *:9418
accept *:11371
reject *:*
Regarding …
[View More]these aforementioned cautions, they all seem to be based on dated posts and/or irresponsible exit policies. I would not open any of the web, email, irc, remote desktop, ssh, etc. ports on an exit node based at home as those would generate complaints and/or search warrants very quickly, so I am open to discussion about modifying the groupthink behind this blanket "don't run an exit node at home" advice.
Make your day great,
Isaac Grover, Senior I.T. Consultant
Aileron I.T. - "Practical & Proactive I.T. Solutions"
O: 715-377-0440<tel:715-425-0440>, F:715-690-1029<tel:715-690-1029>, W: www.aileronit.com<http://www.aileronit.com/>
LinkedIn: https://www.linkedin.com/in/IsaacGrover/
YouTube: https://www.youtube.com/channel/UCqrwZNFKdR-guKtuQzFPObQ
[View Less]
Hi Matt,
thanks for Your hints. To build my BSD relay, I used some of the available in the internet BSD tutorials. It seems that I have copied some parameters without understanding what for they are.
I would like to run non-exit tor relay.
Which parameters should I commented out ?
Documentation, in did I have to read it, but it would be much easier (much faster) to have some example which user can copy with some small modifications.
Cheers
Dlugasny
Sent with ProtonMail Secure Email.
‐…
[View More]‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Thursday, October 25, 2018 5:11 PM, Matt Traudt <pastly(a)torproject.org> wrote:
> On 10/25/18 13:05, dlugasny(a)protonmail.com wrote:
>
> > Hi,
> > few weeks ago ( more than 4) I have installed Freebsd with Tor relay
> > service.
> > System is connected to Tor network since more than one month but I see
> > only 1-2 connections per day.
> > I had Tor relay service on my Debian server for many years and I havent
> > got any problems. With Freebsd its pain, nothing is working as expected.
> > Any how I would like to build more BSD instances in few different
> > countries, but first I need to know why its not working.
> > Does any one could help me to do some troubleshooting ?
> > Maybe some of the parameters in the torrc are blocking traffic ?
> > My torrc without Hashedpassword, Nickname:
> > ###########################
> > SocksPort 0
> > Log notice file /var/log/tor/notices.log
> > ControlPort 9051
> > ORPort 9001
> > RelayBandwidthRate 400 KBytes # Throttle traffic to 100KB/s (800Kbps)
> > RelayBandwidthBurst 600 KBytes # But allow bursts up to 200KB (1600Kb)
> > ContactInfo Dlugas-ny <dlugasny AT protonmail dot com>
> > DirPort 9030 # what port to advertise for directory connections
> > ExitPolicy reject : # no exits allowed
> > PublishServerDescriptor 0
> > CellStatistics 1
> > ExtraInfoStatistics 1
> > ConnDirectionStatistics 1
> > EntryStatistics 1
> > LogMessageDomains 1
> > AvoidDiskWrites 1
> > WarnPlaintextPorts
> > HeartbeatPeriod 1hours
> > ServerTransportPlugin obfs2,obfs3 exec /usr/local/bin/obfsproxy managed
> > ServerTransportPlugin obfs4 exec /usr/local/bin/obfsproxy managed
> > ExtORPort auto
> > ############################
> > Thanks in advance for any support
>
> This is a very confused torrc. What are you trying to accomplish with it?
>
> There's lines indicating you want to run a bridge
> (ServerTransportPlugin, ExtORPort)
>
> There's a line indicating you don't want your bridge to be one
> distrubted via BridgeDB (PublishServerDescriptor 0), yet you wonder why
> no one is using your bride/relay.
>
> Please read
>
> https://trac.torproject.org/projects/tor/wiki/TorRelayGuide
>
> And don't set any options that it doesn't tell you to set. And don't set
> options you don't understand. `man tor` can help you understand what
> you're setting
>
> Matt
[View Less]
Before I download months of gzipped archives and zgrep them myself, is there a way to search the messages themselves? I'm looking at:
https://lists.torproject.org/pipermail/tor-relays/
but maybe there as another setup somewhere else.
TIA,
--Torix
Sent with [ProtonMail](https://protonmail.com) Secure Email.
Good morning all,
My motivation for the traffic graphing per port was simply to get an idea if the ports were even being used, and I would only view them internally - would this still be a violation of user trust?
Make your day great,
Isaac Grover, Senior I.T. Consultant
Aileron I.T. - "Practical & Proactive I.T. Solutions"
O: 715-377-0440, F:715-690-1029, W: www.aileronit.com
LinkedIn: https://www.linkedin.com/in/IsaacGrover/
YouTube: https://www.youtube.com/channel/UCqrwZNFKdR-guKtuQzFPObQ