[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: Ports 443 & 80
- To: or-talk@xxxxxxxxxxxxx
- Subject: Re: Ports 443 & 80
- From: Nathaniel Dube <njdube@xxxxxxxxx>
- Date: Sun, 18 May 2008 15:26:42 -0500
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-talk-outgoing@xxxxxxxx
- Delivered-to: or-talk@xxxxxxxx
- Delivery-date: Sun, 18 May 2008 16:27:00 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; bh=8d86yVJnUtLnoIFaNMq1SJtwxpkKy0G3lXtUCUUJCsE=; b=ohF693lSqel1cSiZq2YLMK1h4qXAE/2GLwj3XP/OuCooHtIgGEYzBdPx07mTVyEgsOA68wn8PyO2w4chHm+qB5fztdpIiO9qzvmfomDKocJRnENuHVQ6biyvrz9jg/p2C3/uPU9Xut28SfFoNdJ6Fbf9s/RcAnxsQ7BwvUdW+7k=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=GF/J85ft+8WJsC+mHlf4duPARH2Hq42NjQU8rFSGGZkLUhzg4iVsxW3oSlyIiGNzhCe9NynobA7PY9aRu2dXTxJxvHeOS9pHGj/acYM+dZEgsru5yyYjmTRWG1/ppKxDoubEVYJJ+llT4RvANa70aqEGA6zNTJh2b2RFv/3G4PY=
- In-reply-to: <CCBB00C9-D183-46D6-94B6-90B169B97E33@xxxxxxxx>
- References: <200805171853.35244.njdube@xxxxxxxxx> <CCBB00C9-D183-46D6-94B6-90B169B97E33@xxxxxxxx>
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-talk@xxxxxxxxxxxxx
- User-agent: KMail/1.9.9
I just tried something else and I managed to get it working. :-) The problem
was I was over thinking the solution. I set the ports in torrc back to their
defaults ORPort 9001 & DirPort 9030.
Instead, what I did was have the port forwaring on the router level...
443 --> 9001 & 80 --> 9030. Then I had the router forward ports 9001 & 9030
to my private IP on the network. So now I only need open ports 9001 & 9030
on my local software firewall.
This solution is the easiest and most efficient way I can see doing it. I
hope this helps out every one else. Here's my entire torrc so every one
knows what settings I used to get it working.
SocksPort 9050
SocksListenAddress 127.0.0.1
DataDirectory /home/tor/.tor
ControlPort 9051
Nickname [Left Out]
ContactInfo [Left Out]
ORPort 9001
DirPort 9030
It's with this torrc and hardware router settings I managed to get every thing
working. Thanks every one for all the help.