mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
Sonarcloud warnings 4 (#1499)
* chore: fix some sonarcloud html warnings (e.g. deprecated attribute use) * chore: uppercase literal suffixes * chore: remove redundant casts * chore: remove commented-out code * chore: use qInfo() instead of std::cerr
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
<body>
|
||||
<div id="mainbox">
|
||||
<div id="banner">
|
||||
<a name="menus"></a>
|
||||
<div id="machelp">
|
||||
<a class="bread" href="../index.html">Transmission Help</a>
|
||||
</div>
|
||||
@@ -20,10 +19,10 @@
|
||||
<div class="pagetitle">
|
||||
<h1>I cannot get Transmission's port to open! </h1>
|
||||
</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 summary="To do this" class="taskbox">
|
||||
<div class="taskbox">
|
||||
<p>If you are still having problems, open the Message Log (in the Window menu) and post the debug output on the <a href="https://forum.transmissionbt.com/viewforum.php?f=4">support forums</a>.
|
||||
<ol>
|
||||
<li>Pause your torrents</li>
|
||||
@@ -32,7 +31,7 @@
|
||||
<li>Post the resultant output</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="pagetitle">
|
||||
<h1>UPnP</h1>
|
||||
</div>
|
||||
@@ -42,13 +41,13 @@
|
||||
<li>DMZ mode is disabled.</li>
|
||||
<li>The port has not already been forwarded manually.
|
||||
</ul>
|
||||
|
||||
|
||||
<div class="pagetitle">
|
||||
<h1>AirPort</h1>
|
||||
</div>
|
||||
<p>If you have an Apple AirPort, make sure NAT-PMP is enabled.
|
||||
|
||||
<div summary="To do this" class="taskbox">
|
||||
|
||||
<div class="taskbox">
|
||||
<ol>
|
||||
<li>Open AirPort Utility (located in /Applications/Utilities)</li>
|
||||
<li>Select your base station, and then choose Manual Setup from the Base Station menu. Enter the base station password if necessary.</li>
|
||||
@@ -56,7 +55,7 @@
|
||||
<li>Click "Update".</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -68,10 +67,10 @@
|
||||
<p>For example, your network might resemble the following: <em>ADSL modem/router --> AirPort extreme --> MacBook.</em>
|
||||
|
||||
<p>If you have multiple routers in your home network (such as in the example above), you have two options. The easiest way is to turn one of the routers into 'Bridge mode' which means you then only have to configure one device rather than all of them. So, in our above example, we would set the AirPort extreme to 'Bridge'. See your router's help documentation for instructions.
|
||||
|
||||
|
||||
<p>The second way is to map Transmission's port on all of the devices on your network.
|
||||
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>.
|
||||
|
||||
|
||||
<p>Finally 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(s).
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user