News: This forum is now permanently frozen.
Pages: [1]
Topic: Custom Dynamic DNS Updates With Commands & Parameters  (Read 1571 times)
« on: June 19, 2008, 04:05:25 »
xene *
Posts: 2

Hi, this might be against the security of the firewall, but if it is limited to a pair of harmless commands it could help pretty much with updating our DDNS IP number.
Looking on the internet I've found out that it is possible to update our IP's with with some DDNS services using the following commands:
Example 1
Using Lynx to update a No-Ip.com account:
$lynx -source -auth=user-noip@example.com:password 'http://dynupdate.no-ip.com/nic/update?hostname=your-syte.no-ip.com'

Example 2
Using Wget to update a No-Ip.com account:
$wget -O - --http-user=user-noip@example.com --http-passwd=password 'http://dynupdate.no-ip.com/nic/update?hostname=your-syte.no-ip.com'

The only thing is that we need to know when our IP has changed to execute one of these commands, and Monowall already has that feature.

What do you think?
 
Pages: [1]
 
 
Powered by SMF 1.1.20 | SMF © 2013, Simple Machines