<div><div>Hi,<br></div><div>I want to configure a tor obfs4 bridge on a raspberry pi 3B+. My system is Kali Linux.<br></div><div><br></div><div>I followed this documentation: <br></div><a href="https://community.torproject.org/relay/setup/bridge/debian-ubuntu/">https://community.torproject.org/relay/setup/bridge/debian-ubuntu/</a><br><br><br>Actually, when i want to check the log in /var/log/tor, the folder is empty. TOr is running but nothing happens.<br><br>here's my torrc file :<br><br><br></div><div>RunAsDaemon 1<br></div><div>BridgeRelay 1<br></div><div><br></div><div>Log notice file /var/log/tor/notices.log<br></div><div>Log debug file /var/log/tor/debug.log<br></div><div>Log notice syslog<br></div><div>Log debug stderr<br></div><div><br></div><div># Replace "TODO1" with a Tor port of your choice.  This port must be externally<br></div><div># reachable.  Avoid port 9001 because it's commonly associated with Tor and<br></div><div># censors may be scanning the Internet for this port.<br></div><div>ORPort 4433<br></div><div><br></div><div>ServerTransportPlugin obfs4 exec /usr/bin/obfs4proxy<br></div><div><br></div><div># Replace "TODO2" with an obfs4 port of your choice.  This port must be<br></div><div># externally reachable and must be different from the one specified for ORPort.<br></div><div># Avoid port 9001 because it's commonly associated with<br></div><div># Tor and censors may be scanning the Internet for this port.<br></div><div>ServerTransportListenAddr obfs4 0.0.0.0:1234<br></div><div><br></div><div># Local communication port between Tor and obfs4.  Always set this to "auto".<br></div><div># "Ext" means "extended", not "external".  Don't try to set a specific port number, nor listen on 0.0.0.0.<br></div><div>ExtORPort auto<br></div><div><br></div><div># Replace "<<a href="mailto:address@email.com">address@email.com</a>>" with your email address so we can contact you if there are problems with your bridge.<br></div><div># This is optional but encouraged.<br></div><div>ContactInfo #################<br></div><div><br></div><div># Pick a nickname that you like for your bridge.  This is optional.<br></div><div>Nickname RageAgainstTheMachine<br></div><div><br></div><div>ExitPolicy reject *:*<br></div><div><br></div><div>I've tried to check everything but i can't find why it doesn't work.<br><br>Any help / advice would be appreciated.<br><br></div><div><br></div><div class="protonmail_signature_block"><div class="protonmail_signature_block-user protonmail_signature_block-empty"><br></div><div class="protonmail_signature_block-proton">Sent with <a href="https://protonmail.com" target="_blank">ProtonMail</a> Secure Email.<br></div></div><div><br></div>