Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sbws
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
juga
sbws
Commits
5920fdb3
Commit
5920fdb3
authored
7 years ago
by
Matt Traudt
Browse files
Options
Downloads
Patches
Plain Diff
Learned that 127.0.0.1 cannot be the location of the sbws server
GH: closes #90
parent
524e263c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DEPLOY.rst
+3
-10
3 additions, 10 deletions
DEPLOY.rst
with
3 additions
and
10 deletions
DEPLOY.rst
+
3
−
10
View file @
5920fdb3
Deploying Simple Bandwidth Scanner
----------------------------------
.. todo::
Determine if the helper exit can specify 127.0.0.1 as the location of
the sbws server. Replace all instances of **XX1** with the answer.
.. todo::
Determine if the sbws client and server can be on the same machine.
...
...
@@ -91,8 +86,6 @@ those passwords you generated earlier.
``server_host`` can be an IP address. IPv4 will work. IPv6 will work
without ``[brackets]``
**XX1**
At this point you are done on ClientMachine for now. You should verify that the
configuration is most likely valid by running a simple sbws command and seeing
if it complains. The following indicates there is no problem.
...
...
@@ -132,7 +125,6 @@ torrc options.
# End modifications needed for a non-exit sbws helper relay
Replace ``33.33.33.33`` with the IP address of this machine.
**XX1**
If this is an exit relay, you will still need to set
``ExitPolicyRejectPrivate 0`` and allow exiting to a local IP address on a single
...
...
@@ -157,7 +149,6 @@ manually. The exit part of your torrc should look something like this.
# End exit relay config and modifications needed for an exit sbws helper relay
Again, replacing ``33.33.33.33`` with the IP address of this machine.
**XX1**
Once you are done editing your torrc, reload Tor. Make sure Tor is still
running.
...
...
@@ -175,7 +166,9 @@ for this machine.
[server]
bind_ip = 33.33.33.33
**XX1**
You can set the ``bind_ip`` to ``0.0.0.0`` if you would like. It does not need
to be reachable from the Internet, so you probably want to make sure your
firewall does not allow incoming connections to sbws server's port.
Now it's time to tell the sbws which clients we want to allow to use our
server. Gather the 64 character passwords from all the clients you want to
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment