How robots work


Port Forwarding: A Guide

So first, here are a couple of things thatPorts Lets assume that a computer on the
you can do after you finish this section.-Internet needs to initiate a connection to a
You can configure BitTorrent to give youspecific software on your computer. The
excellent speeds- You can configure yoursoftware in discussion uses port 12345. For
computer to play multiplayer games over thesimplicity, we will call the initiating
internet- You can setup your computer as acomputer as ClientX, and your computer as the
terminal server (for remote desktopServerX. As we discussed earlier, clientX
connections)- and many many more coolonly sees (and knows) the external IP address
stuff!!This tutorial consists of 2 sections1.i.e. the IP address of your router. It tries
Understanding Port Forwarding2. Implementingto initiate a connection to that IP address
Port Forwarding on common routersWhat iswith the port number 12345. However, your
portforwarding?In one sentence,router recieves this request, and sees 4
portforwarding makes the internet see yourcomputers in your house connected to the
computer as if it were directly connectedrouter. The router is not able to figure
rather than being connected though a router.which computer the connection from ClientX
For the same reason, if you dont have awas intended for! So it simply drops the
router, and your computer IS directlyconnection.Port forwarding is a setting in
connected to the Internet, then you wont needthe router which you can change to prevent
this tutorial.A little explanation: When athis from happening. By doing this, you can
computer is connected to the internet, it istell the router that any connections for port
assigned a unique address called the IP12345 has to be forwarded to ServerX. Now
address. This enables other computers on thewhen the router recieves a request for a
internet to communicate with it and sendconnection on port 12345, it checks its table
packets to it and so on... An IP address hasand sees your entry saying that all
the format ###.###.###.###. It looks likeconnections for port12345 have to be
four sets of numbers, separated by a dot.forwarded to serverX. Hence it routes the
Each set can have a value between 0 andconnection accordingly!Here we'll see how to
255.Usually the internet service provider isdo portforwarding on most routers. Scenario :
the guy who assigns you an IP address forLets say you need to forward port 6889 to a
your connection. However, he gives you onlycomputer whose Internal IP is
ONE ip address and this gets assigned to the192.168.1.10.Step 1: Find your gateway IP
cable/dsl modem at your house. If youaddress. To get this, in windows, select
directly connect your computer to the cableStart > Run. Type in "CMD" and hit enter.
dsl modem, you are using this IP address toInside the command window, type "ipconfig"
communicate with other computers on theand hit enter. The screen will show you the
internet. However, you can connect only onedefault gateway. Note this down.Step 2: Open
computer to the cable modem at any givenInternet explorer. Enter your gateway from
time. So you go to the nearest store and buyStep 1 in the address bar, and hit enter. A
a router.Role of the router A router connectspopup window will ask you to authenticate
to the cable/dsl modem and splits the oneinto your router with a username and
internet connection into multiple connectionspassword. Enter the username and password. If
so all the computers in your house can enjoyyou dont remember, try the default ones
internet connectivity simultaneously. Oncebelow:Linksys router : Default username ""
you get the router, you connect the router topassword  "admin"
your cable/dsl modem, and all your computers
to the router.Internal and External IPNetGear router : Default username "admin"
addresses Once you start using a router, thepassword"password"
IP address given by your internet service
provider gets assigned to the router. This IPBelkin router : Default username ""
address is called the External IP address, aspassword""
it is part of the external network between
your router and the Internet. The router inD-Link router : Default username "admin"
turn assigns new IP addresses to thepassword""
computers connected to it. These addresses
are a part of your Internal Network, and areGateway router : Default username "admin"
called Internal IP addresses. By set laws, anpassword"admin"
Internal IP address may start with the
numbers 10,128, or 192. All the otherIf you cant remember the password, post it
combinations are used for externalon the forum at and someone will help
addressing.For example, my external IPyou!Step 3:For Belkin routers, select virtual
address is 68.36.145.156. This IP address isservers from the left menu. Enter something
assigned to my router. I have two computersfor description. Type "6889" or the required
connected to the router, and they have the IPport number in both fields for inbound port.
addresses 192.168.0.10 and 192.168.0.11.Do the same for the Private port fields too.
These are my internal addresses.The PortSelect the connection type from the drop
conceptEven when you use a router to connectdown. If you dont know what you need, try
many machines to the internet, otherUDP. If that doesnt work, come back and try
computers on the internet see one singleTCP. In the private IP address field, enter
machine with the external IP address of thethe computer to which you need the connection
router. They dont know that a router isforwarded. In our case, this is
sitting inside your house and splitting the192.168.1.10Linksys routers, select
external address into many internal IP"Application and Gaming" from the top menu,
addresses. They can only make a connection toand the select 'portrange forwarding' from
your router, and your router decides how tothe submenu. In another family of linksys
route the connection and to which internalrouters, you can find 'Forwarding' section
computer to route it to.IP addresses areunder 'advanced' tab of main setup page. Rest
further divided into channels called ports.of the process is the same as that for Belkin
This permits one IP address to be shared byrouters above.Netgear routers, you'll find
multiple programs at the same time, each'Port Forwarding' under the 'Advanced' table
using a different port. By standard everyin the main page. The rest of the steps are
computer has 65536 ports (numbered 0 tosame as above.Step 4:Save the setting and
65535). When a computer attempts to talk torestart the router. Your port forwarding is
another computer, the attempt is alwayscomplete.
initiated along with a port number.Forwarding



1 A B C D 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105