[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: Setting Up Server Help Please.



Did you open ports 9030 and 9001 TCP in your firewall, or forward them from your NAT?

Looks like tor is not able to access itself from outside of your computer... I'd check that first.

VoidBeast

eph man wrote:

hi,

i'd like to help by running a server but for some reason something
isn't taking properly.  i followed the instructions step by step a few
times.  i load the directory manually and i don't seem to find my
nickname.  i'm running a ubuntu breezy distro.  maybe this will help.
i'm including both my torrc file, and the log file, any help would be
really appreciated.

## NOTE: If you enable these, you should consider mailing your identity
## key fingerprint to the tor-ops, so we can add you to the list of
## servers that clients will trust. See
## http://tor.eff.org/doc/tor-doc.html#server for details.

## Required: A unique handle for this server
Nickname ephman

## The IP or fqdn for this server. Leave commented out and Tor will guess.
Address ephman.no-ip.info

## Contact info that will be published in the directory, so we can
## contact you if you need to upgrade or if something goes wrong.
## This is optional but recommended.
#ContactInfo Random Person <nobody AT example dot com>
## You might also include your PGP or GPG fingerprint if you have one:
#ContactInfo 1234D/FFFFFFFF Random Person <nobody AT example dot com>

## Required: what port to advertise for tor connections
ORPort 9001
## If you want to listen on a port other than the one advertised
## in ORPort (e.g. to advertise 443 but bind to 9090), uncomment
## the line below. You'll need to do ipchains or other port forwarding
## yourself to make this work.
#ORBindAddress 0.0.0.0:9090

## Uncomment this to mirror the directory for others (please do)
DirPort 9030 # what port to advertise for directory connections
## If you want to listen on a port other than the one advertised
## in DirPort (e.g. to advertise 80 but bind 9091), uncomment the line
## below. You'll need to do ipchains or other port forwarding yourself
## to make this work.
#DirBindAddress 0.0.0.0:9091

## A comma-separated list of exit policies. They're considered first
## to last, and the first match wins. If you want to *replace*
## the default exit policy, end this with either a reject *:* or an
## accept *:*. Otherwise, you're *augmenting* (prepending to) the
## default exit policy. Leave commented to just use the default, which is
## available in the man page or at http://tor.eff.org/documentation.html
##
## Look at http://tor.eff.org/faq-abuse.html#TypicalAbuses
## for issues you might encounter if you use the default exit policy.
##
## If certain IPs and ports are blocked externally, e.g. by your firewall,
## you should update your exit policy to reflect this -- otherwise Tor
## users will be told that those destinations are down.
##
#ExitPolicy accept *:6660-6667,reject *:* # allow irc ports but no more
#ExitPolicy accept *:119 # accept nntp as well as default exit policy
ExitPolicy reject *:* # middleman only -- no exits allowed


log file:

Dec 08 12:24:07.341 [notice] Tor 0.1.0.15 opening log file.
Dec 08 12:24:07.350 [notice] Initialized libevent version 1.1a using
method epoll
Dec 08 12:24:12.595 [notice] Tor has successfully opened a circuit.
Looks like it's working.
Dec 08 12:24:12.595 [notice] Now checking whether ORPort and DirPort
are reachable... (this may take several minutes)
Dec 08 12:24:27.307 [notice] connection_ap_expire_beginning(): Stream
is 15 seconds late on address '[scrubbed]'. Retrying.
Dec 08 12:24:27.307 [notice] circuit_log_path(): exit circ (length 3,
exit Tonga): Patra(open) jap(open) Tonga(open)
Dec 08 12:24:52.362 [notice] connection_ap_expire_beginning(): Stream
is 15 seconds late on address '[scrubbed]'. Retrying.
Dec 08 12:24:52.362 [notice] circuit_log_path(): exit circ (length 3,
exit sharktooth): moria2(open) vineland(open) sharktooth(open)
Dec 08 12:25:07.384 [notice] connection_ap_expire_beginning(): Stream
is 15 seconds late on address '[scrubbed]'. Retrying.
Dec 08 12:25:07.384 [notice] circuit_log_path(): internal
(high-uptime) circ (length 3, exit Tonga): marvin(open) iljhar(open)
Tonga(open)
Dec 08 12:25:22.504 [notice] connection_ap_expire_beginning(): Stream
is 15 seconds late on address '[scrubbed]'. Retrying.
Dec 08 12:25:22.504 [notice] circuit_log_path(): internal
(high-uptime) circ (length 3, exit inap1): Unforgiven(open)
RansomStark(open) inap1(open)
Dec 08 12:25:22.504 [notice] Tried for 74 seconds to get a connection
to [scrubbed]:9030. Giving up.
Dec 08 12:25:24.506 [notice] connection_ap_expire_beginning(): Stream
is 15 seconds late on address '[scrubbed]'. Retrying.
Dec 08 12:25:24.506 [notice] circuit_log_path(): internal
(high-uptime) circ (length 3, exit inap1): Unforgiven(open)
RansomStark(open) inap1(open)
Dec 08 12:26:04.646 [notice] connection_ap_expire_beginning(): Stream
is 15 seconds late on address '[scrubbed]'. Retrying.
Dec 08 12:26:04.646 [notice] circuit_log_path(): exit circ (length 3,
exit Tonga): Patra(open) iraq(open) Tonga(open)


any ideas???

thanks,
ephman