From: Mitchell Livingston Date: Tue, 29 Apr 2008 10:32:04 +0000 (+0000) Subject: update help documentation X-Git-Tag: 1.20~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f56aae05dfe4511551969c8288ee66328cc70c2b;p=transmission update help documentation --- diff --git a/macosx/TransmissionHelp/TransmissionHelp.helpindex b/macosx/TransmissionHelp/TransmissionHelp.helpindex index aeca6fb39..bc629634d 100644 Binary files a/macosx/TransmissionHelp/TransmissionHelp.helpindex and b/macosx/TransmissionHelp/TransmissionHelp.helpindex differ diff --git a/macosx/TransmissionHelp/html/troubleshoot.html b/macosx/TransmissionHelp/html/troubleshoot.html index bedda1870..71c8be81c 100644 --- a/macosx/TransmissionHelp/html/troubleshoot.html +++ b/macosx/TransmissionHelp/html/troubleshoot.html @@ -21,6 +21,17 @@

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. + +

+

If you are still having problems, open the Message Log (in the Window menu) and post the debug output on the support forums. +

    +
  1. Pause your torrents
  2. +
  3. Clear the log and set it to 'Debug'
  4. +
  5. Toggle "Automatically forward port" in Network Preferences
  6. +
  7. Post the resultant output
  8. +
+
+

UPnP

@@ -31,30 +42,14 @@
  • The port has not already been forwarded manually. -

    If you are still having problems, open the Message Log (in the Window menu) and post the debug output on the support forums. - Make sure you pause your torrents first; then clear the log, and toggle "Automatically forward port". Post this output. -

    Airport

    If you have an Apple Airport, make sure NAT-PMP is enabled. -

    -

    To do this on Tiger/'Airport Admin Utility': -

      -
    1. Open Airport Admin Utility
    2. -
    3. Select your base station and click "Configure".
    4. -
    5. In the "AirPort" tab, click "Base Station Options...".
    6. -
    7. In the "Ethernet Port Security" tab, check the "Enable NAT Port Mapping Protocol" checkbox.
    8. -
    9. Click "OK".
    10. -
    11. Click "Update". -

      NB: NAT-PMP requires MacOS X 10.4 Tiger, as well as up to date Airport software and firmware.

    12. -
    -
    -

    To do this on Leopard and 'Airport Utility':

      -
    1. Open Airport Utility
    2. +
    3. Open Airport Utility (located in /Applications/Utilities)
    4. Select your base station, and then choose Manual Setup from the Base Station menu. Enter the base station password if necessary.
    5. Click Internet in the toolbar, and then check the "Enable NAT Port Mapping Protocol" checkbox.
    6. Click "Update".
    7. @@ -68,13 +63,16 @@

      Double NAT

    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. - -

    Make sure the OS X firewall is either disabled, or you have allowed Transmission's port. - The firewall can cause the port to remain closed, even if it has been successfully mapped by the router. -

    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 forwarded manually. - For detailed instructions, click here. +

    For example, your network might resemble the following: ADSL modem/router --> Airport extreme --> MacBook. + +

    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. + +

    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 forwarded manually. For detailed instructions, click here. + +

    Finally make sure the OS X firewall is either disabled, or you have allowed Transmission's port. + The firewall can cause the port to remain closed, even if it has been successfully mapped by the router(s).