Friday 17 December 2004

DNSer Configuration

I use DNSer to update my Dynamic IP address as I found that the modified firmware in my Linux based LinkSys router wasn't updating it regularly enough.  Here's my example DNSerSvc.ini file:

[Source]
Interval=600
URL=http://checkip.dyndns.org
User=test
Pass=test
Proxy=
ProxyPort=
Prefix=IP Address:
Count=1
Log=1

[Srv1]
URL=http://members.dyndns.org/nic/update?hostname=yourhostname.homedns.org&system=dyndns&myip=%s
User=yourusername
Pass=yourpasswordProxy=
ProxyPort=
MinInterval=600
MaxInterval=2160000
StatusOK=good
StatusOK1=nochg
StatusOK2=abuse

Replace the bits in red to get it working for you.

I use this with http://www.dyndns.org and DNSer can be found here:
http://www.access.si/DNSer/DNSer.htm

No comments:

Post a Comment