Hi, thanks for the instruction.<br>I'm using an external IP, not a private one<br><br>I think<br>nc -lp <br>is used for listening on a specified port, however, on my machine I tried<br>-------------------------------------------------------------------------------------------------------<br>
bash-4.2$ nc -l -p 3355<br>usage: nc [-46CDdhklnrStUuvz] [-I length] [-i interval] [-O length]<br>      [-P proxy_username] [-p source_port] [-s source] [-T ToS]<br>      [-V rtable] [-w timeout] [-X proxy_protocol]<br>      [-x proxy_address[:port]] [destination] [port]<br>
<br>bash-4.2$ nc -lp 3355<br>usage: nc [-46CDdhklnrStUuvz] [-I length] [-i interval] [-O length]<br>      [-P proxy_username] [-p source_port] [-s source] [-T ToS]<br>      [-V rtable] [-w timeout] [-X proxy_protocol]<br>
      [-x proxy_address[:port]] [destination] [port]<br>------------------------------------------------------------------------------------------------<br><br>it seems that this command doesn't work<br><br>I have no idea on "<a href="http://primer.example.com" target="_blank">primer.example.com</a>"<br>
and I cant open it in browser<br>can you explain it a bit? thanks!<br><br><br><br><div class="gmail_quote">2012/9/26 cmeclax <span dir="ltr"><<a href="mailto:cmeclax-sazri@ixazon.dynip.com" target="_blank">cmeclax-sazri@ixazon.dynip.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Tuesday, September 25, 2012 19:18:33 esolve esolve wrote:<br>
> Hi,<br>
><br>
>     I installed tor browser bundle and I want to use vidalia to set up a<br>
> tor exit node with my computer.<br>
><br>
>    However, I have problem in port forwarding, my computer is inside an<br>
> institute, and I'm not clear about the firewall setting.<br>
><br>
>    Is there any method for me to check the firewall setting and make a hole<br>
> on it?<br>
<br>
</div></div>Do you have an internal address (192.168.x.x or 10.x.x.x or the other range)<br>
or an external address? My relay has an internal address; you connect to it on<br>
port 110 (usually used for fetching mail), and my router forwards it to<br>
another port. If you have an external address, but are behind a firewall, try<br>
the following:<br>
<br>
On your computer:<br>
$nc -lp 3355<br>
<br>
On a computer outside your institute that you have access to:<br>
$telnet <a href="http://primer.example.com" target="_blank">primer.example.com</a> 3355<br>
<br>
You should get "Connected to <a href="http://primer.example.com" target="_blank">primer.example.com</a>", and anything you type on the<br>
outside box should appear on yours, and vice versa. If not, try another port.<br>
<br>
If you have only internal addresses, you'll have to ask whoever runs the<br>
firewall to forward a port to you.<br>
<span class="HOEnZb"><font color="#888888"><br>
cmeclax<br>
_______________________________________________<br>
tor-relays mailing list<br>
<a href="mailto:tor-relays@lists.torproject.org">tor-relays@lists.torproject.org</a><br>
<a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays" target="_blank">https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays</a><br>
</font></span></blockquote></div><br>