Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Web
community
Commits
4ebd0280
Unverified
Commit
4ebd0280
authored
Sep 04, 2019
by
Christopher King
Committed by
GitHub
Sep 04, 2019
Browse files
Make instructions non-redundant
parent
4d3ac1c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
content/relay-operations/technical-setup/bridge/centos-rhel-opensuse/contents.lr
View file @
4ebd0280
...
...
@@ -81,18 +81,17 @@ Nickname PickANickname
### 4. Restart tor
* CentOS / RHEL / OpenSUSE:
`systemctl restart tor`
* RHEL / CentOS:
```
sudo semanage port -a -t tor_port_t -p tcp [desired ORPort number set earlier]
sudo semanage port -a -t tor_port_t -p tcp [desired ServerTransportListenAddr port number set earlier]
systemctl restart tor
```
* CentOS / RHEL / OpenSUSE:
`systemctl restart tor`
### 5. Monitor your logs (usually in your syslog)
To confirm your bridge is running with no issues, you should see something like this:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment