For example:
I run a Ventrilo server off my computer, and currently the users have to check a webpage where i post my most current IP (i do this manually) copy it, and paste the IP into Ventrilo as the hostname/ip. I want my users to simply save the hostname as "ventrilo.thisismydomain.com" and that will check for the saved IP address, and redirect to my local ip that i have updated it to most recently.
I know using a static IP address would solve this, but i dont have the funds to pay for the monthly cost of a static.
Ideas?
Try [dyndns.com...]
Andrew
[edited by: encyclo at 3:28 am (utc) on Feb. 17, 2007]
[edit reason] fixed link [/edit]
If your router supports SNMP, a better way is to have your router send an SNMP trap to your PC when the IP address changes, then have a client your on PC update the DNS service.
My setup is halfway there. I have a shell script that peridically uses SNMP to query the router. If the IP has changed, it updates the DNS service. So, it's periodically checking, but at least it isn't going out on the Internet to do so.
DynDNS have a list here [dyndns.com] of routers that they have 'tested and certified', the list is a little short and my router isn't listed so it's far from complete, but I would expect most of the latest routers from the listed companies to be compliant.
Also they have various software based update clients for different platforms Win/Mac/Unix(Linux).
Andrew