[tor-relays] Obfs4 Bridge/Relay Issue

texasbuckeye at riseup.net texasbuckeye at riseup.net
Mon Dec 9 19:05:44 UTC 2019


I have been trying to run a relay/obfs4 bridge from my Macbook (macOS Catalina 10.15.1) for some time now. I want to do it to help out the Tor network - getting a Tor t-shirt would be a nice bonus. I've already donated to help out until I can get my bridge/relay up & running. I've been starting out with trying to run an obfs4 bridge with the intent to move to a full relay (non-exit) at a later date. I've tried setting up my ORPorts to 80, 443, 9050, auto, and many others. I use Bitdefender as my antivirus software (which doesn't really show open/closed/used ports; nor does the built-in firewall in System Preferences in macOS. Below is my torrc file and log files (from Console). If you see any mistakes or any reasons why I cannot get the obsf4 bridge or relay to run please let me know. I have been trying to get this to work for a few months now. I upgraded to Tor 0.4.1.6 to see if that makes a difference and so far nothing has changed. Any assistance that you could give would be greatly appreciated. Thank you in advance for your assistance.


**

*_Torrc_:*

#Bridge config
RunAsDaemon 1
ORPort 80
ORPort 443
ORPort 9050
ORPort auto
BridgeRelay 1
ServerTransportPlugin obfs4 exec /usr/bin/obfs4proxy
# For a fixed obfs4 port (i.e. 9002), uncomment the following line.
#ServerTransportListenAddr obfs4 0.0.0.0:9002
# Local communication port between Tor and obfs4. Always set this to
"auto". "Ext" means
# "extended", not "external". Don't try to set a specific port number,
nor listen on 127.0.0.1
ExtORPort auto
ExitRelay 0
ExitPolicy reject *:* # no exits allowed

## Send all messages of level 'notice' or higher to
/opt/local/var/log/tor/notices.log
Log notice file /usr/local/var/log/tor/notices.log

# Contact information that allows us to get in touch with you in case of
# critical updates or problems with your bridge.  This is optional, so you
# don't have to provide an email address if you don't want to.
ContactInfo 0x4DD6289CAD37F299 <texasbuckeye AT riseup DOT net>
# Pick a nickname that you like for your bridge.
Nickname texasbuckeye

## Define these to limit how much relayed traffic you will allow. Your
## own traffic is still unthrottled. Note that RelayBandwidthRate must
## be at least 75 kilobytes per second.
## Note that units for these config options are bytes (per second), not
## bits (per second), and that prefixes are binary prefixes, i.e. 2^10,
## 2^20, etc.
RelayBandwidthRate 1000 KBytes  # Throttle traffic to 100KB/s (800Kbps)
RelayBandwidthBurst 2000 KBytes # But allow bursts up to 200KB (1600Kb)

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

*_Console_:*

Nov 23 17:34:12.000 [notice] Tor 0.4.1.6 opening log file.
Nov 23 17:34:12.475 [notice] Tor 0.4.1.6 running on Darwin with Libevent
2.1.11-stable, OpenSSL 1.0.2s, Zlib 1.2.11, Liblzma N/A, and Libzstd N/A.
Nov 23 17:34:12.476 [notice] Tor can't help you if you use it wrong!
Learn how to be safe at https://www.torproject.org/download/download#warning
Nov 23 17:34:12.477 [notice] Read configuration file
"/usr/local/etc/tor/torrc".
Nov 23 17:34:12.481 [notice] Based on detected system memory,
MaxMemInQueues is set to 6553 MB. You can override this by setting
MaxMemInQueues by hand.
Nov 23 17:34:12.483 [notice] Opening Socks listener on 127.0.0.1:9050
Nov 23 17:34:12.484 [notice] Opened Socks listener on 127.0.0.1:9050
Nov 23 17:34:12.484 [notice] Opening OR listener on 0.0.0.0:0
Nov 23 17:34:12.484 [notice] OR listener listening on port 57054.
Nov 23 17:34:12.484 [notice] Opened OR listener on 0.0.0.0:57054
Nov 23 17:34:12.485 [notice] Opening OR listener on 0.0.0.0:9050
Nov 23 17:34:12.485 [notice] Opened OR listener on 0.0.0.0:9050
Nov 23 17:34:12.485 [notice] Opening OR listener on 0.0.0.0:443
Nov 23 17:34:12.485 [notice] Opened OR listener on 0.0.0.0:443
Nov 23 17:34:12.485 [notice] Opening Extended OR listener on 127.0.0.1:0
Nov 23 17:34:12.486 [notice] Extended OR listener listening on port 57055.
Nov 23 17:34:12.486 [notice] Opened Extended OR listener on 127.0.0.1:57055
Nov 23 17:34:14.000 [notice] Parsing GEOIP IPv4 file
/usr/local/Cellar/tor/0.4.0.5_1/share/tor/geoip.
Nov 23 17:34:14.000 [notice] Parsing GEOIP IPv6 file
/usr/local/Cellar/tor/0.4.0.5_1/share/tor/geoip6.
Nov 23 17:34:14.000 [notice] Configured to measure statistics. Look for
the *-stats files that will first be written to the data directory in 24
hours from now.
Nov 23 17:34:14.000 [notice] Your Tor server's identity key fingerprint
is /<REDACTED>/
Nov 23 17:34:14.000 [notice] Your Tor bridge's hashed identity key
fingerprint is /<REDACTED>/
Nov 23 17:34:14.000 [notice] Bootstrapped 0% (starting): Starting
Nov 23 17:34:20.000 [notice] Starting with guard context "default"
Nov 23 17:34:20.000 [notice] Bootstrapped 5% (conn): Connecting to a relay
Nov 23 17:34:21.000 [notice] Bootstrapped 10% (conn_done): Connected to
a relay
Nov 23 17:34:21.000 [notice] Bootstrapped 14% (handshake): Handshaking
with a relay
Nov 23 17:34:21.000 [notice] Bootstrapped 15% (handshake_done):
Handshake with a relay done
Nov 23 17:34:21.000 [notice] Bootstrapped 75% (enough_dirinfo): Loaded
enough directory info to build circuits
Nov 23 17:34:21.000 [notice] Bootstrapped 90% (ap_handshake_done):
Handshake finished with a relay to build circuits
Nov 23 17:34:21.000 [notice] Bootstrapped 95% (circuit_create):
Establishing a Tor circuit
Nov 23 17:34:22.000 [notice] Guessed our IP address as xx.xxx.x.xxx
(source: 51.77.251.192).
Nov 23 17:34:22.000 [notice] Bootstrapped 100% (done): Done
Nov 23 17:34:22.000 [notice] Now checking whether ORPort
xx.xxx.x.xxx:57054 is reachable... (this may take up to 20 minutes --
look for log messages indicating success)
Nov 23 17:35:31.000 [notice] Your network connection speed appears to
have changed. Resetting timeout to 60s after 18 timeouts and 192 buildtimes.
Nov 23 17:36:23.000 [notice] Tried for 120 seconds to get a connection
to [scrubbed]:0. Giving up. (waiting for socks info)
Nov 23 17:36:23.000 [notice] Tried for 120 seconds to get a connection
to [scrubbed]:0. Giving up. (waiting for socks info)
Nov 23 17:36:23.000 [notice] Tried for 120 seconds to get a connection
to [scrubbed]:0. Giving up. (waiting for socks info)
Nov 23 17:36:23.000 [notice] Tried for 120 seconds to get a connection
to [scrubbed]:0. Giving up. (waiting for socks info)
Nov 23 17:36:23.000 [notice] Tried for 120 seconds to get a connection
to [scrubbed]:0. Giving up. (waiting for socks info)
Nov 23 17:54:22.000 [warn] Your server (xx.xxx.x.xxx:57054) has not
managed to confirm that its ORPort is reachable. Relays do not publish
descriptors until their ORPort and DirPort are reachable. Please check
your firewalls, ports, address, /etc/hosts file, etc.
Nov 23 18:14:22.000 [warn] Your server (xx.xxx.x.xxx:57054) has not
managed to confirm that its ORPort is reachable. Relays do not publish
descriptors until their ORPort and DirPort are reachable. Please check
your firewalls, ports, address, /etc/hosts file, etc


**** Note: all of the xxx.xxx.x.xx are from me blanking out my IP
address. It shows up correctly in the torrc file.****


-----BEGIN PGP PUBLIC KEY BLOCK-----

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
=pP1Y
-----END PGP PUBLIC KEY BLOCK-----


-- 
texasbuckeye at riseup.net
OpenPGP Fingerprint: 0xB4452CFAC81FDA9C14AA15394DD6289CAD37F299

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0x4DD6289CAD37F299.asc
Type: application/pgp-keys
Size: 3045 bytes
Desc: not available
URL: <http://lists.torproject.org/pipermail/tor-relays/attachments/20191209/0f464de0/attachment.key>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: OpenPGP digital signature
URL: <http://lists.torproject.org/pipermail/tor-relays/attachments/20191209/0f464de0/attachment.sig>


More information about the tor-relays mailing list