How to make the web clicker work around the world?
Hi,
After looking at Nick's wonderful WebClicker (see here: http://forums.parallax.com/showthread.php?t=125494) I started wondering how you would modify it to work around the world. Basically, if you are not on your own network, it will not work. This is probably due to the gateway being set the same as the router. What should I do to modify this to work from any network in the world?
Thanks,
Micro
After looking at Nick's wonderful WebClicker (see here: http://forums.parallax.com/showthread.php?t=125494) I started wondering how you would modify it to work around the world. Basically, if you are not on your own network, it will not work. This is probably due to the gateway being set the same as the router. What should I do to modify this to work from any network in the world?
Thanks,
Micro
Comments
OBC
http://www.wikihow.com/Set-up-Port-Forwarding-on-a-Router
Think of port as a decimal point. so if your IP address is 98.249.208.61
use http://www.whatismyip.com/ to find out.
http://98.249.208.61:80
would take you to the webserver if you configure port 80 to be fowarded to
port 80 on local IP address example 192.168.1.122 in you router settings.
You can pretty much use any number you want, like 1600
and incoming don't even have be the same number as the forwarded one (if it's an option in router)
Two problems that can happen:
You outside IP address change often.
Remedy, use free www.dyndns.org (most routers support it) to call out every hour
to update it's IP address (think of it like caller id)
You inside IP address for the device change when you power cycle your router.
Tell router (or the device) not to use dhcp for this device/mac id, but a fixed one (like below .100)
I used to teach this stuff (CCAI) in a past life....
OBC