Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need help setting it up first time #41

Open
fsantiago07044 opened this issue Feb 4, 2018 · 4 comments
Open

Need help setting it up first time #41

fsantiago07044 opened this issue Feb 4, 2018 · 4 comments

Comments

@fsantiago07044
Copy link

Hello, I was having trouble and wanted to see if anyone here could help me determine what I'm doing wrong.

Trying to monitor my exit node from a remote PC. The remote is fedora 27 with python 2.7 and Tor running as a proxy by default. on the node I've setup a hidden service with cookie auth.

I keep getting socks timeout errors.

Does anyone have a sample config they can show me? Thanks.

@ralphwetzel
Copy link
Owner

Hi!
The README explains in detail how you have to configure your Tor node and your Box to achieve this.

Honestly yet this is the most advanced setup you can operate with - and therefore a number of issues you could encounter.

My proposal: Begin with a local setup (box & node on the same system), then advance to a remote connection (box on your remote pc, ControlPort of the Tor node accessible from a remote system), continue to a (non authorized) hidden service to finally setup a hidden service with HiddenServiceAuthorizeClient.

According to my experience, the first few connection attempts in that fully featured setup usually create a SocketTimeout. It seems that creating the route through the network needs some time. I'm yet able to always establish a working connection finally.

@fsantiago07044
Copy link
Author

fsantiago07044 commented Feb 6, 2018 via email

@fsantiago07044
Copy link
Author

It does work remotely to the control port directly in the open. Hidden service no good yet.

@ralphwetzel
Copy link
Owner

If you provide some information, I could try to support:

From your local torrc:

  • ControlPort
  • SocksPort

From your The Onion Box configuration file (only those lines that you changed vs. the default settings):

  • [TheOnionBox] section
  • [Tor] section
  • [TorProxy] section
  • [YourNode] section for the Controlled Host = remote Tor node without the .onion address of your remote host's hidden service! You shall keep this private!!

From your remote Tor torrc:

  • ControlPort
  • HiddenServicePort

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants