The question: > > I have two sites that are running DSL so there is an inside IP addressing of > > 192.x.x.x on a DSL switch. I do not have a static public address from my > > ISP so how would you go about connecting to a system in this way. I use to > > have a program that would tell you what the IP address that was assigned to > > a system when you are connected to the internet but don't remember what it > > was. One answer: > Your ISP should have given you a hostname to use to configure your router to > grab that dynamic IP address. Taken together with the default domain string > they gave you, that gives you a fully-qualified domain name you can use to > connect that should work even if the IP address changes. > > For example, I have a cable modem with a hostname of cx******-a and a > default domain of santab1.ca.home.com - I can connect to > cx******-a.santab1.ca.home.com and the Cox@Home name server will return the > internet IP address of the cable modem router.
Not every cable internet provider does things that way. You probably have @Home, right? They do that, but two other cable internet providers I've dealt with just give you and IP number, and some name that corresponds to that number (and hence always changes when the number does). Several people have recommended various "dynamic DNS" services. I use dyndns.org and it works beautifully. Basically, you sign up for a hostname of the form <your-choice>.dyndns.org (there are a few other choices for the suffix). You then run a client program (they have them for most operating systems) which detects your IP number and sends it to dyndns.org's DNS server, which updates its table to reflect your current IP number. The client programs I have even work through a "cable/dsl router" -- that is, my PC running the dyndns client has a 192.x.y.z number on the local network, but the router's "outside" IP number is what gets passed to the DNS server. I don't know how that happens, but it works perfectly (surprisingly!) -- it even worked automagically when I switched from having the PC plugged directly into the cable modem to having the router in between. --Robert --------------------------------------------------------------------- To unsubscribe, mail [EMAIL PROTECTED] with the line: 'unsubscribe vnc-list' in the message BODY See also: http://www.uk.research.att.com/vnc/intouch.html ---------------------------------------------------------------------