update help documentation

This commit is contained in:
Mitchell Livingston
2007-11-26 19:31:29 +00:00
parent 227c04db44
commit e9f1e35756
6 changed files with 24 additions and 54 deletions

View File

@@ -65,9 +65,9 @@
<div id="pagetitle">
<h1>What do the colors mean in the pieces box? </h1>
</div>
<p><font color="blue">Blue</font>: we have this piece <br>
<font color="gray">White</font>: no connected peers have this piece <br>
<p><font color="blue">Blue</font>: we have this piece, lighter shades of blue indicate incomplete pieces <br>
<font color="green">Green</font>: connected peers have this piece (the darker the green, the more there are) <br>
<font color="red">Red</font>: no connected peers have this piece <br>
<p>
<div id="pagetitle">

View File

@@ -105,18 +105,6 @@
<p class="seealso">&nbsp;</p>
</td>
</tr>
<tr>
<td class="blue" valign="top" width="135">
<p><a href="multiple.html">Multiple Routers</a></p>
</td>
<td class="blue" valign="top" width="18"></td>
<td class="blue" valign="top" width="250">
<p class="seealso">&nbsp;</p>
</td>
</tr>
<tr>
<td class="blue" valign="top" width="135">
@@ -144,7 +132,7 @@
<tr>
<td class="blue" valign="top" width="135">
<p><a href="upnp.html">UPnP/NAT-PMP</a></p>
<p><a href="troubleshoot.html">Troubleshooting port issues</a></p>
</td>
<td class="blue" valign="top" width="18"></td>

View File

@@ -1,33 +0,0 @@
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link media="all" rel="stylesheet" href="../styles/TransBody.css" />
<title>Troubleshooting Port Still Closed</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 id="index">
<a class="leftborder" href="../html/Index2.html">Index</a></div>
</div>
</div>
<div id="pagetitle">
<h1>My port maps successfully, but it is still closed?</h1>
</div>
<p>Make sure the OS X firewall is either disabled, or you have <a href="pffirewall.html">allowed Transmission's port</a>.
The firewall can cause the port to remain closed, even if it has been successfully mapped by the router.
<p>If you have multiple routers in your home network, you must forward Transmission's port on all of them, otherwise it will continue to show up as closed.
Transmission can only automatically port map the router the computer is directly connected to. Any others in between this router and your modem will have to be <a href="pfrouter.html">forwarded manually</a>.
For detailed instructions, <a href="http://www.portforward.com/help/doublerouterportforwarding.htm">click here</a>.
</div>
</div>
</body>
</html>

View File

@@ -1 +1 @@
<html>
<html>

View File

@@ -3,7 +3,7 @@
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link media="all" rel="stylesheet" href="../styles/TransBody.css" />
<title>Troubleshooting Automatic Port Forwarding</title>
<title>Troubleshooting a Closed/Stealth port</title>
</head>
<body>
<div id="mainbox">
@@ -16,10 +16,11 @@
<a class="leftborder" href="../html/Index2.html">Index</a></div>
</div>
</div>
<p>If your port is still not open, even after you have enabled automatic port forwarding, here are some tips you can use which may get it working.
<div id="pagetitle">
<h1>UPnP</h1>
</div>
<p>If the port mapping is unsuccessful and you have a UPnP compatible router, make sure:
<p>For UPnP compatible routers, make sure:
<ul>
<li>UPnP is enabled. Consult your router's documentation for instructions. If your router doesn't support UPnP, you will have to forward <a href="pfrouter.html">manually</a>.</li>
<li>DMZ mode is disabled.</li>
@@ -48,6 +49,20 @@
</div>
</div>
</body>
</html>
<div id="pagetitle">
<h1>Double NAT</h1>
</div>
<p>Another possible reason your port remains closed could be because your router is not the only device on the network which needs to be configured.
<p>Make sure the OS X firewall is either disabled, or you have <a href="pffirewall.html">allowed Transmission's port</a>.
The firewall can cause the port to remain closed, even if it has been successfully mapped by the router.
<p>If you have multiple routers in your home network, you must forward Transmission's port on all of them, otherwise it will continue to show up as closed.
Transmission can only automatically port map the router the computer is directly connected to. Any others in between this router and your modem will have to be <a href="pfrouter.html">forwarded manually</a>.
For detailed instructions, <a href="http://www.portforward.com/help/doublerouterportforwarding.htm">click here</a>.
</div>
</div>
</body>
</html>