TZO Dynamic DNS service install

I was trying to install the perl based TZO client in 4.016 and could not get it to update my IP. Has anyone else tried to use this client with any luck?
I'd appreciate it if some of you Linux/Perl guys took a look at the package and tell me if I'm missing something.

http://ftp3.tzo.com/linux/perl/tzov2x.tar.gz 
Parents Reply
  • I did a little checking into why the current version of TZO does not work with ASL. ASL is using a version of perl that does not include IO::Socket::INET which the TZO DDNS client uses. If this is stripped out of the current TZO client and just IO::Socket is called this is the first step to getting it working. I think one of the older perl versions uses just the IO::Socket call. 
Children