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
support
Commits
cc94d025
Commit
cc94d025
authored
Oct 16, 2020
by
Joydeep Sen Gupta
Browse files
Fixed formatting on 'Operators - I'm behind a NAT/Firewall' page
parent
3da47f44
Changes
1
Hide whitespace changes
Inline
Side-by-side
content/operators/behind-nat/contents.lr
View file @
cc94d025
...
...
@@ -11,7 +11,7 @@ Forwarding TCP connections is system dependent but the firewalled-clients FAQ en
Also, here's an example of how you would do this on GNU/Linux if you're using iptables:
/sbin/iptables -A INPUT -i eth0 -p tcp --destination-port 9001 -j ACCEPT
`
/sbin/iptables -A INPUT -i eth0 -p tcp --destination-port 9001 -j ACCEPT
`
You may have to change "eth0" if you have a different external interface (the one connected to the Internet).
Chances are you have only one (except the loopback) so it shouldn't be too hard to figure out.
...
...
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