Home ▼ Bookkeeping
Online ▼ Security
Audits ▼
Managed
DNS ▼
About
Order
FAQ
Acceptable Use Policy
Dynamic DNS Clients
Configure Domains Dyanmic DNS Update Password Network
Monitor ▼
Enterprise Package
Advanced Package
Standard Package
Free Trial
FAQ
Price/Feature Summary
Order/Renew
Examples
Configure/Status Alert Profiles | |||
Dynamic DNS Clients |
3DWatch 2.4 (Windows 98/Me/2000/XP) | Author: EUROCOMP |
A Windows client that can operate as a service or stand-alone task.
Provides local and remote IP address detection, automatic updates when IP
address changes, multiple account updates, keep alive function, and more.
In order for this client to work with SecuritySpace, you will need to update your 3DServices.ini file which should be found in the 3D Program Files directory. This updated .ini file contains the necessary configuration entries to support the SecuritySpace DNS service. | |
ddclient v3.6.3a (Linux, Unix, FreeBSD) | Author: Paul Burry |
ddclient is a small Perl client that runs under most UNIX Oses. It runs under most UNIX OSes and has been tested under Linux and FreeBSD. It supports: daemon mode operation, manual and automatic updates, optimized updates for multiple addresses, abuse avoidance, retrying failed updates, and sending update status to syslog and through e-mail. ddclient obtains your IP address from any interface, web based IP detection, Watchguard's SOHO router, Netopia's R910 router, SMC's Barricade broadband router, Netgear's RT3xx router, Linksys' broadband routers, MaxGate's UGATE-3x00 routers, ELSA's LANCOM DSL/10 routers, Cisco's 2610, 3com 3c886a 56k Lan Modem, SOHOWare BroadGuard NBG800, and almost every other router with user configurable FW definitions (see the sample configuration file). Comes with sample scripts for use with DHCP, PPP, and cron. See the README for more information. |
SecuritySpace Dynamic DNS Protocol Specification |
Request |
GET /dns/dynamic.html? hostname=host1.yourdomain.com,host2.yourdomain.com& myip=ipaddress HTTP/1.1 Host: secure1.securityspace.com Authorization: Basic username:pass
Noteworthy elements in the above request:
Response |
nohost | The request was missing hostname parameters. |
911 | The update request failed with an internal error. |
badauth | The username-password combination was not valid. |
blocked | Domain updates are blocked, usually due to too many client updates in too short a period of time. Fix your client, then email/call us to have the block removed. |
good $ip_address | Update made. |
nochg $hostname | Update not necessary - no change in the IP address for the specified host. |
N.B. The response strings good and nochg will exist one per line for each hostname in the update request, and will be specified in the same order as in the update request.