Quote:
|
Originally Posted by jlcrawford What confuses me is surely everyone with a linksys router has ip address that must be the same so am I looking for the ipaddress of say the router on the internet rather than that of the local machine? |
Basically your ISP will give you an IP address. For most people this will change over time (although mine has actually stayed static for 8 weeks and counting now). In simple terms, if you were just to connect your machine to the internet, this would be the IP adress of your computer. If you add a router into the equation, this becomes a buffer between the internet and the other side. Your router will take on the IP address supplied by your ISP and it will then dish out
internal IP addresses to machines that connect to it from the safe side.
This is all well and good until you try to get in. By default the router will try and stop anyone getting in. If you want to allow things in, you need to tell it. For example if you had a computer running a web server and you wanted any requests for web pages (port 80) that arrive at your router to go to the machine with the web server on you need to tell it to let it in and send it to the right place (this is called port forwarding)
Quote:
ip address 80.6.xxx.xx
subnet mask 255.255.255.0
default gateway 80.6.xxx.xxx
DNS1194.168.x.xxx
DNS2194.168.x.xxx
|
You can safely ignore all but the first line

This is the IP address given to you by your ISP. The rest are not relevant to you for this.
Quote:
|
Lastly if enable DynDNS and select Dyndns.org from a drop down list I get an internet ip address of 80.6.xxx.xx as shown above.
|
DynDNS is not that complicated. Basically your IP address from your ISP can (and generally will) change on a regular basis. This can be a pain if you are at work and can no longer connect as the IP address you had yesterday has changed. All you do is register with them and take out a sub-domain name of say jlcrawford.homeip.net and then you tell it your IP address.
Then when anyone tries to access that domain, they do some magic and it automatically ends up at your machine. Your router will most likely have an option to enter a dyndns username and password and hostname. Basically once this is setup, anytime your IP address changes, your router will inform dyndns and hence that domain should always point at your actual machine.
That is it really. Just signup, pick a domain, enter those details into your router and then from work you could enter
http://jlcrawford.homeip.net:8002
to access xlobby