This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

Talk:Tor

From Gentoo Wiki (test)
Jump to:navigation Jump to:search

tor relay, tor exit node

Talk status
This discussion is done.

this page needs tor relay & tor exit node documentation. 666threesixes666 (talk) 23:17, 14 December 2013 (UTC)

Anyone can feel free to add that information. Instead of taking the path of least resistance, do a little research and add it yourself. It will improve the community as a whole. Nothing more I can say. Kind regards, --Maffblaster (talk) 02:28, 31 December 2016 (UTC)

Tor Browser

Talk status
This discussion is done.

What about the official Tor Browser from their homepage? afaik it's a lot more safe and private if you just need to surf. Should it be added to the page? Fcl (talk) 22:10, 30 December 2016 (UTC)

Go for it! You can at least mention they offer a standalone package that will work out-of-the-box on Linux. Thanks for the improvements. Kind regards, --Maffblaster (talk) 02:30, 31 December 2016 (UTC)

iptables changes over ssh

Talk status
This discussion is done.

Do not execute iptables -P OUTPUT DROP when connected over ssh ... as you will be cut off ;-) — The preceding unsigned comment was added by Bw (talkcontribs) 6 February 2017

Uh...thanks? :) Nothing to discuss about this. If there's a problem in the article you can fix it. Publicly editable and all... --Maffblaster (talk) 04:49, 5 March 2017 (UTC)

iptable owner error

Talk status
This discussion is done.

root #iptables -A OUTPUT -m owner --uid-owner tor -j ACCEPT gives me the following error: iptables: No chain/target/match by that name — The preceding unsigned comment was added by Bw (talkcontribs) 6 February 2017

You need to enable "owner" support in Network filtering on your linux kernel. Enable advanced settings in Networking filtering support, go into core filter and enable owner, that should do it, --GovanifY (talk) 13:22, 20 April 2017 (UTC+2)