element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Making a TOR router
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 5 replies
  • Answers 3 answers
  • Subscribers 664 subscribers
  • Views 604 views
  • Users 0 members are here
  • tor
  • raspberry_pi
  • router
Related

Making a TOR router

gizmo1977
gizmo1977 over 8 years ago

Hi all!

 

I've decided to buy my brother a Raspberry for Xmas and as he is quite interested into privacy and security I would like to buy the components to build a TOR browser. The fact is that I was about to buy what I think is the latest model so far, the Raspberry Pi 3 B, the case, the SDcard... and read in some places that you may need two wifi dongles for the project and if you wanted to use the integrated wifi you could have issues. Besides, I've also read that this TOR feature is actually not so private as it claims.

- The reason why I would buy the Pi 3 B is just because it's the latest and has more features in case he wants to make further projects.

- Are more less all the projects the same or is there one you find your favourite?

- Should I buy two wifi dongles or one would be fine?

 

Thanks in advance image

  • Sign in to reply
  • Cancel
  • balearicdynamics
    0 balearicdynamics over 8 years ago

    Hello Pepe,

     

    as a matter of fact you can make a router just only with software, so the extreme option is routing packets on different network (public and private) with filtering, security rules etc. under Linux (the best support IMHO) with just one connection. The problem that arises is that just for its hardware nature a single-network connection routing platform is not so secure as we can expect. So, the solution is routing the LAN (typically from the WiFi ADSL router) over the WiFi.

    You are right, the Pi 3B is the right model as you have both kind of boards on the same board. I have experimented a while with the Pi3 and Pi3B (and also on the other models too) and I have never meet blocking issues avoiding me to use the internal network. In past I have also done a script and some articles on how to manage the public network on a Pi (cable connection) while a series of other Pi are connected with a private WiFi network. If this is something you plan to do I can provide you the stuff I have developed.

     

    Enrico

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • gizmo1977
    0 gizmo1977 over 8 years ago in reply to balearicdynamics

    Basically the idea would be something like this:
    https://www.adafruit.com/products/1406
    or this

    https://www.youtube.com/watch?v=_dp1r4aKfeg&feature=youtu.be

     

    Any suggestions, improvements?

     

    Thanks, Enrico image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • balearicdynamics
    0 balearicdynamics over 8 years ago in reply to gizmo1977

    The concept is the one suggested by Adafruit. In my opinion, there is not any "happy making" feeling buying the entire stuff already done. Then, always in my opinion, Adafruit (and similar open source sellers) pushing to sell hardware they tend to simplify too much the projects; true that are for everyone but some little more sophistication sometimes it is the worth.

    Linux has very good firewall software that can be easily implemented in a Pi to create a dual-network router more secure with a lot of fun discovering the power of Linux in network protection.

     

    Enrico

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • gizmo1977
    0 gizmo1977 over 8 years ago in reply to balearicdynamics

    I completely agree with you regarding the fact that there is no much fun buying a lego already built up image. But basically, the best elements to start from would be a Pi 3 B, the SD Card and one or two Wifi dongles?

     

    Thanks image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • balearicdynamics
    0 balearicdynamics over 8 years ago in reply to gizmo1977

    If you need to route Wifi to Wifi you need a second dongle (as one is already present in the PI B3 instead if you should route Lan to WiFi you don't need it and only the MicrSD (better choiche is 32 Gb) is sufficient.

     

    Enrico

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube