Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
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
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
The Tor Project
TPA
Wiki Replica
Commits
7e418d73
Unverified
Commit
7e418d73
authored
5 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
show how to fix ip address misconfigs with fabric
parent
5edce976
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tsa/howto/new-machine.mdwn
+11
-5
11 additions, 5 deletions
tsa/howto/new-machine.mdwn
with
11 additions
and
5 deletions
tsa/howto/new-machine.mdwn
+
11
−
5
View file @
7e418d73
...
...
@@ -67,14 +67,20 @@ taken by the installer:
2. a hostname has been set, picked from the [[doc/naming-scheme]]
3. a public IP address has been set and the host is available over
SSH on that IP address
SSH on that IP address. this can be fixed with:
fab -H root@88.99.194.57 host.rewrite-interfaces 88.99.194.57 26 88.99.194.1 2a01:4f8:221:2193::2 64 fe80::1
4. the machine has a short hostname (e.g. `test`) which resolves to a
fully qualified domain name (e.g. `test.torproject.org`) in the
`torproject.org` domain (i.e. `/etc/hosts` is correctly configured)
5. DNS works on the machine (i.e. `/etc/resolv.conf` is correctly
configured)
`torproject.org` domain (i.e. `/etc/hosts` is correctly
configured). this can be fixed with:
fab -H root@88.99.194.57 host.rewrite-hosts fsn-node-05.torproject.org 88.99.194.57
5. DNS works on the machine (i.e. `/etc/resolv.conf` is configured to
talk to a working resolver, but not necessarily ours, which Puppet
will handle)
6. a root password has been set in the password manager (TODO: move
to trocla? [#33332](https://trac.torproject.org/projects/tor/ticket/33332))
...
...
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