Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
BeagleBone for Secret Agents

You're reading from  BeagleBone for Secret Agents

Product type Book
Published in Sep 2014
Publisher Packt
ISBN-13 9781783986040
Pages 162 pages
Edition 1st Edition
Languages
Author (1):
Joshua Datko Joshua Datko
Profile icon Joshua Datko

Table of Contents (14) Chapters

BeagleBone for Secret Agents
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Creating Your BeagleBone Black Development Environment Circumventing Censorship with a Tor Bridge Adding Hardware Security with the CryptoCape Protecting GPG Keys with a Trusted Platform Module Chatting Off-the-Record Selected Bibliography Index

Starting your new Tor bridge


With the time updated and the configuration set, it's time to turn on the bridge. At the moment, the bridge should be able to make a connection to the Tor network, but it will not be able to accept incoming connections as we have not yet configured port forwarding from your router. However, the obfsproxy port is randomly assigned, so we need to run the bridge first to find the port. Restart the Tor service with the following command:

sudo service tor restart

Next, let's check the log to see whether Tor has started correctly:

tail -n 20 /var/log/tor/notices.log

If you see something like the following, then your Tor client's behavior is working:

Mar 25 21:37:43.000 [notice] Tor has successfully opened a circuit. Looks like client functionality is working.
Mar 25 21:37:43.000 [notice] Bootstrapped 100%: Done.
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}