transmission/macosx/Transmission Help/html/portforward.html

67 lines
3.4 KiB
HTML

<html>
<a name="PortForwarding"></a>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link media="all" rel="stylesheet" href="../styles/TransBody.css" />
<title>Port Forwarding FAQ</title>
</head>
<body>
<div id="mainbox">
<div id="banner">
<a name="menus"></a>
<div id="machelp"><a class="bread" href="../index.html">Transmission Help</a>
</div>
</div>
<div id="pagetitle">
<h1>Why do I see a red dot and "Port is closed"?</h1>
</div>
<p>You haven't port forwarded correctly. Port forwarding opens a port in your firewall or router so that incoming connections from the outside world can be made with Transmission.
<p>
<div id="pagetitle">
<h1>Why do I need to Port Forward?</h1>
</div>
<p>Transmission uses a single port for all the torrents you are downloading. If the port has not been opened (ie forwarded) that means only you can make connections to others in the swarm.
If the port is forwarded, others can connect to you, thus increasing the potential number of people connected to you, and more importantly increasing the speed of your download.
<p>
<div id="pagetitle">
<h1>How do I Port Forward?</h1>
</div>
<ul>
<li>If you have an Apple Airport, or a UPnP compatible router, Transmission can map its port automatically. Most routers manufactured since 2001 have this feature.
<div summary="To do this" id="taskbox">
<ol>
<li>Open Transmission. </li>
<li>Go to Preferences >> Network, and check 'Automatically map port'. </li>
<li>You should see a success notification and green dots.</li>
<p>If you get a red dot and the message 'Error mapping port', <a href="upnp.html">click here</a>.</li>
</ol>
</div>
<li>If you don't have a compatible router, it is simple to forward Transmission's port manually. For instructions <a href="pfrouter.html">click here</a>.</li>
<li>If you don't use a router, that is, your modem is directly connected to your computer, you'll need to open Transmission's port in the Mac OS X firewall. For instructions <a href="pffirewall.html">click here</a>.<br>
Keep in mind that many DSL modems also function as routers, and hence port forwarding as per above may still be necessary, even though your computer is directly connected to the modem.<br>
NB: it is highly recommended you enable the Mac OS X firewall if you are not using a router.</li>
</ul>
<p>
<div id="pagetitle">
<h1>How do I know if I've done it right?</h1>
</div>
<div summary="To do this" id="taskbox">
<ol>
<li>Open Transmission. </li>
<li>Go to Preferences >> Network. </li>
<li>Check the notification next to 'Incoming TCP Port'. </li>
</ol>
</div>
<p>
<ul>
<li>If you get a green dot and 'Port is Open' then you have successfully port forwarded! </li>
<li>If you get a red dot and the message 'Port is Stealth' or 'Port is Closed' then you haven't forwarded correctly.<br>
NB: If Transmission has successfully mapped the port automatically, but the notification still indicates 'Closed/Stealth' <a href="multiple.html">click here</a>.</li>
</ul>
</p>
</div>
</body>
</html>