| So first, here are a couple of things
| |
| | computer has 65536 ports (numbered 0 to
|
| that you can do after you finish this
| |
| | 65535). When a computer attempts to talk
|
| section.- You can configure BitTorrent to
| |
| | to another computer, the attempt is
|
| give you excellent speeds- You can
| |
| | always initiated along with a port
|
| configure your computer to play
| |
| | number.Forwarding Ports Lets assume that
|
| multiplayer games over the internet- You
| |
| | a computer on the Internet needs to
|
| can setup your computer as a terminal
| |
| | initiate a connection to a specific
|
| server (for remote desktop connections)-
| |
| | software on your computer. The software
|
| and many many more cool stuff!!This
| |
| | in discussion uses port 12345. For
|
| tutorial consists of 2 sections1.
| |
| | simplicity, we will call the initiating
|
| Understanding Port Forwarding2.
| |
| | computer as ClientX, and your computer as
|
| Implementing Port Forwarding on common
| |
| | the ServerX. As we discussed earlier,
|
| routersWhat is portforwarding?In one
| |
| | clientX only sees (and knows) the
|
| sentence, portforwarding makes the
| |
| | external IP address i.e. the IP address
|
| internet see your computer as if it were
| |
| | of your router. It tries to initiate a
|
| directly connected rather than being
| |
| | connection to that IP address with the
|
| connected though a router. For the same
| |
| | port number 12345. However, your router
|
| reason, if you dont have a router, and
| |
| | recieves this request, and sees 4
|
| your computer IS directly connected to
| |
| | computers in your house connected to the
|
| the Internet, then you wont need this
| |
| | router. The router is not able to figure
|
| tutorial.A little explanation: When a
| |
| | which computer the connection from
|
| computer is connected to the internet, it
| |
| | ClientX was intended for! So it simply
|
| is assigned a unique address called the
| |
| | drops the connection.Port forwarding is a
|
| IP address. This enables other computers
| |
| | setting in the router which you can
|
| on the internet to communicate with it
| |
| | change to prevent this from happening. By
|
| and send packets to it and so on... An IP
| |
| | doing this, you can tell the router that
|
| address has the format ###.###.###.###.
| |
| | any connections for port 12345 has to be
|
| It looks like four sets of numbers,
| |
| | forwarded to ServerX. Now when the router
|
| separated by a dot. Each set can have a
| |
| | recieves a request for a connection on
|
| value between 0 and 255.Usually the
| |
| | port 12345, it checks its table and sees
|
| internet service provider is the guy who
| |
| | your entry saying that all connections
|
| assigns you an IP address for your
| |
| | for port12345 have to be forwarded to
|
| connection. However, he gives you only
| |
| | serverX. Hence it routes the connection
|
| ONE ip address and this gets assigned to
| |
| | accordingly!Here we'll see how to do
|
| the cable/dsl modem at your house. If you
| |
| | portforwarding on most routers. Scenario
|
| directly connect your computer to the
| |
| | : Lets say you need to forward port 6889
|
| cable/dsl modem, you are using this IP
| |
| | to a computer whose Internal IP is
|
| address to communicate with other
| |
| | 192.168.1.10.Step 1: Find your gateway IP
|
| computers on the internet. However, you
| |
| | address. To get this, in windows, select
|
| can connect only one computer to the
| |
| | Start > Run. Type in "CMD" and hit enter.
|
| cable modem at any given time. So you go
| |
| | Inside the command window, type
|
| to the nearest store and buy a
| |
| | "ipconfig" and hit enter. The screen will
|
| router.Role of the router A router
| |
| | show you the default gateway. Note this
|
| connects to the cable/dsl modem and
| |
| | down.Step 2: Open Internet explorer.
|
| splits the one internet connection into
| |
| | Enter your gateway from Step 1 in the
|
| multiple connections so all the computers
| |
| | address bar, and hit enter. A popup
|
| in your house can enjoy internet
| |
| | window will ask you to authenticate into
|
| connectivity simultaneously. Once you get
| |
| | your router with a username and password.
|
| the router, you connect the router to
| |
| | Enter the username and password. If you
|
| your cable/dsl modem, and all your
| |
| | dont remember, try the default ones
|
| computers to the router.Internal and
| |
| | below:Linksys router : Default username
|
| External IP addresses Once you start
| |
| | "" password "admin"
|
| using a router, the IP address given by
| |
| | NetGear router : Default username
|
| your internet service provider gets
| |
| | "admin" password"password"
|
| assigned to the router. This IP address
| |
| | Belkin router : Default username ""
|
| is called the External IP address, as it
| |
| | password""
|
| is part of the external network between
| |
| | D-Link router : Default username "admin"
|
| your router and the Internet. The router
| |
| | password""
|
| in turn assigns new IP addresses to the
| |
| | Gateway router : Default username
|
| computers connected to it. These
| |
| | "admin" password"admin"
|
| addresses are a part of your Internal
| |
| | If you cant remember the password, post
|
| Network, and are called Internal IP
| |
| | it on the forum at and someone will help
|
| addresses. By set laws, an Internal IP
| |
| | you!Step 3:For Belkin routers, select
|
| address may start with the numbers
| |
| | virtual servers from the left menu. Enter
|
| 10,128, or 192. All the other
| |
| | something for description. Type "6889" or
|
| combinations are used for external
| |
| | the required port number in both fields
|
| addressing.For example, my external IP
| |
| | for inbound port. Do the same for the
|
| address is 68.36.145.156. This IP address
| |
| | Private port fields too. Select the
|
| is assigned to my router. I have two
| |
| | connection type from the drop down. If
|
| computers connected to the router, and
| |
| | you dont know what you need, try UDP. If
|
| they have the IP addresses 192.168.0.10
| |
| | that doesnt work, come back and try TCP.
|
| and 192.168.0.11. These are my internal
| |
| | In the private IP address field, enter
|
| addresses.The Port conceptEven when you
| |
| | the computer to which you need the
|
| use a router to connect many machines to
| |
| | connection forwarded. In our case, this
|
| the internet, other computers on the
| |
| | is 192.168.1.10Linksys routers, select
|
| internet see one single machine with the
| |
| | "Application and Gaming" from the top
|
| external IP address of the router. They
| |
| | menu, and the select 'portrange
|
| dont know that a router is sitting inside
| |
| | forwarding' from the submenu. In another
|
| your house and splitting the external
| |
| | family of linksys routers, you can find
|
| address into many internal IP addresses.
| |
| | 'Forwarding' section under 'advanced' tab
|
| They can only make a connection to your
| |
| | of main setup page. Rest of the process
|
| router, and your router decides how to
| |
| | is the same as that for Belkin routers
|
| route the connection and to which
| |
| | above.Netgear routers, you'll find 'Port
|
| internal computer to route it to.IP
| |
| | Forwarding' under the 'Advanced' table in
|
| addresses are further divided into
| |
| | the main page. The rest of the steps are
|
| channels called ports. This permits one
| |
| | same as above.Step 4:Save the setting and
|
| IP address to be shared by multiple
| |
| | restart the router. Your port forwarding
|
| programs at the same time, each using a
| |
| | is complete.
|
| different port. By standard every
| |
| |
|