From Fedora Project Wiki

Revision as of 15:34, 5 March 2013 by Jamielinux (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description

This testcase will check whether Tor be run as a public relay and directory service.

Setup

  1. Ensure the Package-x-generic-16.pngtor package is installed.
  2. The /etc/tor/torrc configuration file should be the default one included with the package.
  3. Append these four lines to /etc/tor/torrc:
Log notice file /var/log/tor/notices.log
ORPort 9001
DirPort 9030
ExitPolicy reject *:*

How to test

  1. sudo systemctl start tor.service
  2. sudo tail -f /var/log/tor/notices.log

Expected Results

The /var/log/tor/notices.log file should contain all five of these lines:

Mar 05 15:33:25.000 [notice] Tor has successfully opened a circuit. Looks like client functionality is working.
Mar 05 15:33:25.000 [notice] Bootstrapped 100%: Done.
Mar 05 15:33:25.000 [notice] Now checking whether ORPort 213.138.101.162:9001 and DirPort 213.138.101.162:9030 are reachable... (this may take up to 20 minutes -- look for log messages indicating success)
Mar 05 15:33:26.000 [notice] Self-testing indicates your DirPort is reachable from the outside. Excellent.
Mar 05 15:33:32.000 [notice] Self-testing indicates your ORPort is reachable from the outside. Excellent. Publishing server descriptor.