ftp-server/en_US ftp-server.xml,1.2,1.3

Andrea Veri (bluekuja) fedora-docs-commits at redhat.com
Mon Jun 5 19:24:58 UTC 2006


Author: bluekuja

Update of /cvs/docs/ftp-server/en_US
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14523

Modified Files:
	ftp-server.xml 
Log Message:
More content added



Index: ftp-server.xml
===================================================================
RCS file: /cvs/docs/ftp-server/en_US/ftp-server.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ftp-server.xml	29 May 2006 21:26:05 -0000	1.2
+++ ftp-server.xml	5 Jun 2006 19:24:56 -0000	1.3
@@ -173,5 +173,73 @@
                         </listitem>
                 </itemizedlist>
 </section>
-<para>More to be added</para>
+<section id="Seven">
+<title>Ftp Servers behind a router: Port Forwarding</title>
+<para>The easiest way to imagine Port Forwarding is a combination of routing by port combined with packet rewriting. A convention router examines the packet and dispatches the packet on one of the destionations decided before by the lan administrator, depending on the packet's destination address.I can make an example ,if i have two computers in my lan and in one of them i have a working apache server and i want to make it accessible to outside lan people i can just forward all traffic that will come from outside requesting the 80 port to that pc. </para>
+</section>
+<section id="Eight">
+<title>How can I use this method?</title>
+<para>You have only to login with administrator account into your router configuration panel(every router company have got a different panel so this is not the default one for all routers)(to enter inside the panel you will have to use the router ip address(for example 192.168.0.1 or 10.0.0.2 and after the authentication method that every router request before the administration panel ,you will be inside).</para>
+
+<para>This is the panel of conexant routers,as you can see there there are at the end of the page three writable spaces and one choice button :</para>
+                <itemizedlist>
+			<listitem>
+<para>Public Port</para>
+                        </listitem>
+                        <listitem>
+<para>Private Port</para>
+                        </listitem>
+                        <listitem>
+<para>Choice button: Tcp/Udp Port</para>
+                        </listitem>
+                        <listitem>
+<para>Host Ip Address</para>
+                        </listitem>
+                </itemizedlist>
+<para>Port Forwarding Ftp Servers is really easy, just compile previsious spaces as this paragraph shows:</para>
+                <itemizedlist>
+			<listitem>
+<para>Public Port: 21</para>
+                        </listitem>
+                        <listitem>
+<para>Private Port: 21</para>
+                        </listitem>
+                        <listitem>
+<para>Choice button: Tcp</para>
+                        </listitem>
+                        <listitem>
+<para>Host Ip Address: Here you will have to put the lan IP of the computer that run the Ftp Server</para>
+                        </listitem>
+                </itemizedlist>
+<para>After every writeable space is compiled, press the Add Settings button and restart your connection to see effects</para>
+
+<para>Some port numbers that can be usefull too for building a complete server are: </para>
+                <itemizedlist>
+			<listitem>
+<para>Ssh Servers : Port 22</para>
+                        </listitem>
+                        <listitem>
+<para>TeamSpeak Server : Port 8767-8768</para>
+                        </listitem>
+                        <listitem>
+<para>TelNet : Port 23</para>
+                        </listitem>
+                        <listitem>
+<para>Web Server : Port 80</para>
+                        </listitem>
+                </itemizedlist>
+                <itemizedlist>
+			<listitem>
+<para>HTTPS : Port 443</para>
+                        </listitem>
+                        <listitem>
+<para>SMTP: Port 25</para>
+                        </listitem>
+                        <listitem>
+<para>POP3: Port 110</para>
+                        </listitem>
+                </itemizedlist>
+
+</section>
+                
 </article>




More information about the Fedora-docs-commits mailing list