source: trunk/macosx/Transmission Help/html/portforward.html @ 1107

Last change on this file since 1107 was 1107, checked in by livings124, 16 years ago

update help a bit for the case of multiple routers

File size: 3.0 KB
Line 
1<html>
2
3        <a name="PortForwarding" />
4
5        <head>
6
7                <META http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
9                <link media="all" rel="stylesheet" href="../styles/TransBody.css" />
10
11                <title>Port Forwarding FAQ</title>
12
13        </head>
14
15        <body>
16
17                <div id="mainbox">
18
19                        <a href="../index.html">Home</a>
20
21                        <div id="pagetitle">
22
23                                <h1>Why do I see a red dot and "Port is closed"?</h1>
24
25                        </div>
26
27                        <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.
28
29                        <p>
30
31                        <div id="pagetitle">
32
33                                <h1>Why do I need to Port Forward?</h1>
34
35                        </div>
36
37                        <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.
38
39                        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.
40
41                        <p>
42
43                        <div id="pagetitle">
44
45                                <h1>How do I Port Forward?</h1>
46
47                        </div>
48
49                        <ul>
50
51                                <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.
52
53                                <div summary="To do this" id="taskbox">
54
55                                        <ol>
56
57                                                <li>Open Transmission. </li>
58
59                                                <li>Go to Preferences >> Network, and check 'Automatically map port'. </li>
60
61                                                <li>You should see a success notification and green dots.</li>
62
63                                                <p>If you get a red dot and the message 'Error mapping port', <a href="upnp.html">click here</a>.</li>
64
65                                        </ol>                           
66
67                                </div>
68
69                               
70
71                                <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>
72
73                       
74
75                                <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>
76
77                                NB: it is highly recommended you enable the Mac OS X firewall if you are not using a router.</li>
78
79                        </ul>   
80
81                               
82
83                        <p>
84
85                        <div id="pagetitle">
86
87                                <h1>How do I know if I've done it right?</h1>
88
89                        </div>
90
91                       
92
93                        <div summary="To do this" id="taskbox">
94
95                                <ol>
96
97                                        <li>Open Transmission. </li>
98
99                                        <li>Go to Preferences >> Network. </li>
100
101                                        <li>Check the notification next to 'Incoming TCP Port'. </li>
102
103                                </ol>
104
105                        </div>
106
107                        <p>
108
109                        <ul>
110
111                                <li>If you get a green dot and 'Port is Open' then you have successfully port forwarded! </li>
112
113                                <li>If you get a red dot and the message 'Port is Stealth' or 'Port is Closed' then you haven't forwarded correctly.<br>
114
115                                 NB: If Transmission has successfully mapped the port automatically, but the notification still indicates 'Closed/Stealth' <a href="multiple.html">click here</a>.</li>
116
117                               
118
119                        </ul>
120
121
122
123                        </p>
124
125                        <a href="../index.html">Home</a>
126
127                </div>
128
129        </body>
130
131       
132
133</html>
Note: See TracBrowser for help on using the repository browser.