Re: [tor-relays] Low bandwidth

2020-03-30 Thread teor
Hi,

> On 30 Mar 2020, at 23:00, ha3ks  wrote:
> 
> my relay dropped nearly all it’s bandwidth about a month ago, checking over 
> it I can see 3 of the dir auths have given it a low consensus weighting, 
> would that cause low bandwidth numbers?
> 
> I checked my ufw in Ubuntu and it’s allowing 443 and 80.

I have seen similar reports from a few other relay operators.

What is your relay fingerprint?

Have you followed the troubleshooting instructions here:
https://trac.torproject.org/projects/tor/wiki/doc/MyRelayIsSlow

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


Re: [tor-relays] Possible to run a tor bridge/relay via tor browser?

2020-03-30 Thread Keifer Bly
The screenshot that has "torrc" and not "torrc.txt" is where I am using the
built in torrc file, thank you.
--Keifer


On Mon, Mar 30, 2020 at 7:51 AM Keifer Bly  wrote:

>
>  torwithhmtorrc.PNG
> 
>
>  torwbuiltintorrc.PNG
> 
>
> Hey, so here is something I have noticed. I ran tor.exe via CMD (Windows
> version of terminal). I wrote this to the torrc:
>
>
>
> SOCKSPort 0# no local SOCKS proxy
>
>
>
> ORPort 80# public bridge must have an open ORPort
>
>
>
> ExtORPort auto # configure ExtORPort for obfs4proxy
>
>
>
> ExitPolicy reject *:*  # no exits allowed
>
>
>
> BridgeRelay 1  # relay won't show up in the public consensus
>
>
>
> PublishServerDescriptor 1  # publish to the bridge authority
>
>
>
>
>
> # use obfs4proxy to provide obfs4 on port 9003, 443
>
>
>
> ServerTransportPlugin obfs4 exec
> C:\Users\keife\Desktop\TotBrowser\Browser\TorBrowser\Tor\PluggableTransports\obfs4proxy.exe
>
>
>
> ServerTransportListenAddr obfs4 127.0.0.1:8080
>
>
>
> ContactInfo keifer@gmail.com
>
>
>
> Then did tor.exe -f torrc.txt (including the file directories and all) and
> it worked, tor launched and red the configuration file, but when using the
> built in torrc file, this in turn caused tor browser to crash on start, see
> the screenshot:
>
>
>
> However, when I created my own torrc.txt file then started from there, it
> worked, and tor browser also did not crash on start:
>
>
>
> Though it did get stuck on loading  (probably due to the tor process
> already being in use in all). This is problem attic is what I am trying to
> do is have tor browser start, automatically installing updates (thus
> automatically updating tor and obfs4 as a result) then start the bridge). I
> guess I would want to have a torrc that could not be overwritten anyway,
> but having tor browser and tor running via terminal seemed to cause issues.
> Is there a way to configure tor browser to automatically install updates on
> start? If so, I could write a script to start tor browser, close it after a
> few minutes then start the relay when windows loads possibly.
>
>
> Sending screenshots so you can see when tor browser crashes and does not
> crash.
>
>
>
> Thank you.
> --Keifer
>
>
> On Mon, Mar 30, 2020 at 2:24 AM teor  wrote:
>
>> Hi,
>>
>> On 30 Mar 2020, at 18:11, Keifer Bly  wrote:
>>
>> The file directoy is named “totbrowser” where tor browser is installed.
>> Thank you.
>>
>>
>>
>> Sent from Mail  for
>> Windows 10
>>
>>
>>
>> *From: *Keifer Bly 
>> *Sent: *Monday, March 30, 2020 1:10 AM
>> *To: *tor-relays@lists.torproject.org 
>> *Subject: *RE: Re: [tor-relays] Possible to run a tor bridge/relay via
>> tor browser?
>>
>>
>>
>> So, I edited the tor install directory so there are no spaces in it, then
>> tried no quotes, single quotes, and double quotes, and it still crashers on
>> start. I wonder why:
>>
>>
>>
>> …
>>
>>
>>
>> # use obfs4proxy to provide obfs4 on port 9003, 443
>>
>>
>>
>> ServerTransportPlugin obfs4 exec
>> 'C:\Users\keife\Desktop\TotBrowser\Browser\TorBrowser\Tor\PluggableTransports\obfs4proxy.exe'
>>
>>
>>
>> …
>>
>>
>>
>> This is a directory path:
>>
>>
>>
>> ServerTransportPlugin obfs4 exec C:\Users\keife\Desktop\Tor Browser test
>> relay\Browser\TorBrowser\Tor\PluggableTransports
>>
>>
>>
>> You need to:
>>
>> * give tor the path to the obfs4 executable file
>>
>> * quote the path, because it contains spaces
>>
>>
>> It's important that you follow these instructions precisely:
>>
>> * give tor the path to the obfs4 executable file
>>
>> * quote the path with double quote characters "like this"
>>
>> * do not delete spaces, the path without spaces is a different path
>>
>>
>> If that doesn't work:
>>
>> * double each backslash character like this: \\
>>
>>
>> If that doesn't work:
>>
>> * run tor in a terminal, and send us your logs
>>
>>
>> We seem to be reaching the limits of your experience.
>>
>>
>> Perhaps there's some other way you can learn about file
>>
>> paths on Windows and Linux? And processes? And
>>
>> software updates?
>>
>>
>> I'm not sure we're the best people to learn system
>>
>> administration from. Perhaps a beginners sysadmin
>>
>> mailing list, chat, or course could help?
>>
>>
>> T
>>
>> ___
>> 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] Possible to run a tor bridge/relay via tor browser?

2020-03-30 Thread Keifer Bly
 torwithhmtorrc.PNG


 torwbuiltintorrc.PNG


Hey, so here is something I have noticed. I ran tor.exe via CMD (Windows
version of terminal). I wrote this to the torrc:



SOCKSPort 0# no local SOCKS proxy



ORPort 80# public bridge must have an open ORPort



ExtORPort auto # configure ExtORPort for obfs4proxy



ExitPolicy reject *:*  # no exits allowed



BridgeRelay 1  # relay won't show up in the public consensus



PublishServerDescriptor 1  # publish to the bridge authority





# use obfs4proxy to provide obfs4 on port 9003, 443



ServerTransportPlugin obfs4 exec
C:\Users\keife\Desktop\TotBrowser\Browser\TorBrowser\Tor\PluggableTransports\obfs4proxy.exe



ServerTransportListenAddr obfs4 127.0.0.1:8080



ContactInfo keifer@gmail.com



Then did tor.exe -f torrc.txt (including the file directories and all) and
it worked, tor launched and red the configuration file, but when using the
built in torrc file, this in turn caused tor browser to crash on start, see
the screenshot:



However, when I created my own torrc.txt file then started from there, it
worked, and tor browser also did not crash on start:



Though it did get stuck on loading  (probably due to the tor process
already being in use in all). This is problem attic is what I am trying to
do is have tor browser start, automatically installing updates (thus
automatically updating tor and obfs4 as a result) then start the bridge). I
guess I would want to have a torrc that could not be overwritten anyway,
but having tor browser and tor running via terminal seemed to cause issues.
Is there a way to configure tor browser to automatically install updates on
start? If so, I could write a script to start tor browser, close it after a
few minutes then start the relay when windows loads possibly.


Sending screenshots so you can see when tor browser crashes and does not
crash.



Thank you.
--Keifer


On Mon, Mar 30, 2020 at 2:24 AM teor  wrote:

> Hi,
>
> On 30 Mar 2020, at 18:11, Keifer Bly  wrote:
>
> The file directoy is named “totbrowser” where tor browser is installed.
> Thank you.
>
>
>
> Sent from Mail  for
> Windows 10
>
>
>
> *From: *Keifer Bly 
> *Sent: *Monday, March 30, 2020 1:10 AM
> *To: *tor-relays@lists.torproject.org 
> *Subject: *RE: Re: [tor-relays] Possible to run a tor bridge/relay via
> tor browser?
>
>
>
> So, I edited the tor install directory so there are no spaces in it, then
> tried no quotes, single quotes, and double quotes, and it still crashers on
> start. I wonder why:
>
>
>
> …
>
>
>
> # use obfs4proxy to provide obfs4 on port 9003, 443
>
>
>
> ServerTransportPlugin obfs4 exec
> 'C:\Users\keife\Desktop\TotBrowser\Browser\TorBrowser\Tor\PluggableTransports\obfs4proxy.exe'
>
>
>
> …
>
>
>
> This is a directory path:
>
>
>
> ServerTransportPlugin obfs4 exec C:\Users\keife\Desktop\Tor Browser test
> relay\Browser\TorBrowser\Tor\PluggableTransports
>
>
>
> You need to:
>
> * give tor the path to the obfs4 executable file
>
> * quote the path, because it contains spaces
>
>
> It's important that you follow these instructions precisely:
>
> * give tor the path to the obfs4 executable file
>
> * quote the path with double quote characters "like this"
>
> * do not delete spaces, the path without spaces is a different path
>
>
> If that doesn't work:
>
> * double each backslash character like this: \\
>
>
> If that doesn't work:
>
> * run tor in a terminal, and send us your logs
>
>
> We seem to be reaching the limits of your experience.
>
>
> Perhaps there's some other way you can learn about file
>
> paths on Windows and Linux? And processes? And
>
> software updates?
>
>
> I'm not sure we're the best people to learn system
>
> administration from. Perhaps a beginners sysadmin
>
> mailing list, chat, or course could help?
>
>
> T
>
> ___
> 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


[tor-relays] Low bandwidth

2020-03-30 Thread ha3ks
Hi my relay dropped nearly all it’s bandwidth about a month ago, checking over 
it I can see 3 of the dir auths have given it a low consensus weighting, would 
that cause low bandwidth numbers?

I checked my ufw in Ubuntu and it’s allowing 443 and 80.

Any help is greatly appreciated.

Thanks
Dan

Sent from ProtonMail Mobile___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


Re: [tor-relays] Possible to run a tor bridge/relay via tor browser?

2020-03-30 Thread teor
Hi,

> On 30 Mar 2020, at 18:11, Keifer Bly  wrote:
> 
> The file directoy is named “totbrowser” where tor browser is installed. Thank 
> you.
>  
> Sent from Mail for Windows 10
>  
> From: Keifer Bly
> Sent: Monday, March 30, 2020 1:10 AM
> To: tor-relays@lists.torproject.org
> Subject: RE: Re: [tor-relays] Possible to run a tor bridge/relay via tor 
> browser?
>  
> So, I edited the tor install directory so there are no spaces in it, then 
> tried no quotes, single quotes, and double quotes, and it still crashers on 
> start. I wonder why:
>  
> …
>  
> # use obfs4proxy to provide obfs4 on port 9003, 443
>  
> ServerTransportPlugin obfs4 exec 
> 'C:\Users\keife\Desktop\TotBrowser\Browser\TorBrowser\Tor\PluggableTransports\obfs4proxy.exe'
>  
> …
>  
> This is a directory path:
>  
> ServerTransportPlugin obfs4 exec C:\Users\keife\Desktop\Tor Browser test 
> relay\Browser\TorBrowser\Tor\PluggableTransports
>  
> You need to:
> * give tor the path to the obfs4 executable file
> * quote the path, because it contains spaces

It's important that you follow these instructions precisely:
* give tor the path to the obfs4 executable file
* quote the path with double quote characters "like this"
* do not delete spaces, the path without spaces is a different path

If that doesn't work:
* double each backslash character like this: \\

If that doesn't work:
* run tor in a terminal, and send us your logs

We seem to be reaching the limits of your experience.

Perhaps there's some other way you can learn about file
paths on Windows and Linux? And processes? And
software updates?

I'm not sure we're the best people to learn system
administration from. Perhaps a beginners sysadmin
mailing list, chat, or course could help?

T

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


Re: [tor-relays] Possible to run a tor bridge/relay via tor browser?

2020-03-30 Thread Keifer Bly
The file directoy is named “totbrowser” where tor browser is installed. Thank you. Sent from Mail for Windows 10 From: Keifer BlySent: Monday, March 30, 2020 1:10 AMTo: tor-relays@lists.torproject.orgSubject: RE: Re: [tor-relays] Possible to run a tor bridge/relay via tor browser? So, I edited the tor install directory so there are no spaces in it, then tried no quotes, single quotes, and double quotes, and it still crashers on start. I wonder why: Nickname torland SOCKSPort 0    # no local SOCKS proxy ORPort 80    # public bridge must have an open ORPort ExtORPort auto # configure ExtORPort for obfs4proxy ExitPolicy reject *:*  # no exits allowed BridgeRelay 1  # relay won't show up in the public consensus PublishServerDescriptor 1  # publish to the bridge authority  # use obfs4proxy to provide obfs4 on port 9003, 443 ServerTransportPlugin obfs4 exec 'C:\Users\keife\Desktop\TotBrowser\Browser\TorBrowser\Tor\PluggableTransports\obfs4proxy.exe' ServerTransportListenAddr obfs4 0.0.00:443 ContactInfo keifer@gmail.com  Sent from Mail for Windows 10 From: teorSent: Monday, March 30, 2020 12:31 AMTo: tor-relays@lists.torproject.orgSubject: Re: [tor-relays] Possible to run a tor bridge/relay via tor browser? Hi, On 30 Mar 2020, at 16:03, Keifer Bly  wrote:How would I specify the path to the binary? Thanks. This is a directory path: ServerTransportPlugin obfs4 exec C:\Users\keife\Desktop\Tor Browser test relay\Browser\TorBrowser\Tor\PluggableTransports You need to:* give tor the path to the obfs4 executable file* quote the path, because it contains spaces T  Virus-free. wwwavast.com   
___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


Re: [tor-relays] Possible to run a tor bridge/relay via tor browser?

2020-03-30 Thread Keifer Bly
So, I edited the tor install directory so there are no spaces in it, then tried no quotes, single quotes, and double quotes, and it still crashers on start. I wonder why: Nickname torland SOCKSPort 0    # no local SOCKS proxy ORPort 80    # public bridge must have an open ORPort ExtORPort auto # configure ExtORPort for obfs4proxy ExitPolicy reject *:*  # no exits allowed BridgeRelay 1  # relay won't show up in the public consensus PublishServerDescriptor 1  # publish to the bridge authority  # use obfs4proxy to provide obfs4 on port 9003, 443 ServerTransportPlugin obfs4 exec 'C:\Users\keife\Desktop\TotBrowser\Browser\TorBrowser\Tor\PluggableTransports\obfs4proxy.exe' ServerTransportListenAddr obfs4 0.0.0.0:443 ContactInfo keifer@gmail.com  Sent from Mail for Windows 10 From: teorSent: Monday, March 30, 2020 12:31 AMTo: tor-relays@lists.torproject.orgSubject: Re: [tor-relays] Possible to run a tor bridge/relay via tor browser? Hi, On 30 Mar 2020, at 16:03, Keifer Bly  wrote:How would I specify the path to the binary? Thanks. This is a directory path: ServerTransportPlugin obfs4 exec C:\Users\keife\Desktop\Tor Browser test relay\Browser\TorBrowser\Tor\PluggableTransports You need to:* give tor the path to the obfs4 executable file* quote the path, because it contains spaces T 

	

		Virus-free. www.avast.com
		
	
 
___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


Re: [tor-relays] Possible to run a tor bridge/relay via tor browser?

2020-03-30 Thread teor
Hi,

>> On 30 Mar 2020, at 16:03, Keifer Bly  wrote:
> How would I specify the path to the binary? Thanks.

This is a directory path:

> ServerTransportPlugin obfs4 exec C:\Users\keife\Desktop\Tor Browser test 
> relay\Browser\TorBrowser\Tor\PluggableTransports

You need to:
* give tor the path to the obfs4 executable file
* quote the path, because it contains spaces

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


Re: [tor-relays] Moving my obfs4 bridge from tor expert bundle to Debian, and have some questions. Thanks.

2020-03-30 Thread teor
Hi,

>> On 30 Mar 2020, at 15:45, Keifer Bly  wrote:
> Mar 29 17:00:47.000 [notice] You are running a new relay. Thanks for helping 
> the Tor network! If you wish to know what will happen in the upcoming weeks 
> regarding its usage, have a look at 
> https://blog.torproject.org/blog/lifecycle-of-a$Mar 29 17:00:47.000 [notice] 
> It looks like I need to generate and sign a new medium-term signing key, 
> because I don't have one. To do that, I need to load (or create) the 
> permanent master identity key. If the master identity key was not$Mar 29 
> 17:00:47.000 [notice] Your Tor server's identity key fingerprint is 'torland 
> 7DBC1875771B54F4FE40EB376460EF557EE9E884'
> Mar 29 17:00:47.000 [notice] Your Tor bridge's hashed identity key 
> fingerprint is 'torland 780F4E3ADBC574A63CE8155C0911E0A06BA3331D'

Wherever you put the keys, it wasn't where Tor was expecting them.
These logs show that your bridge couldn't find any keys.

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


Re: [tor-relays] Possible to run a tor bridge/relay via tor browser?

2020-03-30 Thread Keifer Bly
How would I specify the path to the binary? Thanks. --Keifer From: teorSent: Sunday, March 29, 2020 8:30 PMTo: tor-relays@lists.torproject.orgSubject: Re: [tor-relays] Possible to run a tor bridge/relay via tor browser? Hi, > On 28 Mar 2020, at 05:14, Keifer Bly  wrote:> > ServerTransportPlugin obfs4 exec C:\Users\keife\Desktop\Tor Browser test relay\Browser\TorBrowser\Tor\PluggableTransports You might need to quote the spaces in this path. And specify the path tothe binary, not the directory. Try running tor in a terminal, so you can see the logs. T___tor-relays mailing listtor-relays@lists.torproject.orghttps://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