-
-
Notifications
You must be signed in to change notification settings - Fork 317
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
Ability to configure many instances of TOR (multiple ports) at the start command #36
Comments
Hi @GouveaHeitor, |
Checking how tor works with multiple instances of itself I found that the command systemd runs (and that Nipe uses) for executing tor is:
forcing the user (or Nipe, in this case) to call The solution for Nipe that I would suggest is: make Nipe's
In this way Nipe would be following the standards of Tor project. |
Ok, forget it. The systemd [email protected] file is present only in Fedora's tor package, I didn't find it not even in OpenSuse (which is a systemd and rpm based distro) nor in any other debian derived distros (which aren't systemd based, yet). |
Ok, this issue is partially solved by the PR #87. What I mean by "partially" is that with that code Nipe accepts different custom config files created by the user, no matter the source of creation of that. However nipe still can't run different instances of tor at the same time. The reason for that is the way nipe configures the firewall to route/forward tcp and udp packets. If a new instance of nipe gets executed the new iptable rules would conflict with the old one. @GouveaHeitor do you have plans to work on such support of "multiple" iptables configuration? I'm not even sure if that would be feasible or worth (I would vote for "no"). Many thanks. |
I believe that the best solution for this issue was the one you proposed in PR # 87! The other "solution" alternatives could create more problems instead of actually helping something. |
I will close this issue when the content of develop is merged to master |
Something like this:
https://stackoverflow.com/questions/14321214/how-to-run-multiple-tor-processes-at-once-with-different-exit-ips#18895491
The text was updated successfully, but these errors were encountered: