Archive for September, 2009

Siemens SE 587 Dynamic DNS Update script

Quick script I knocked up to update dynamic dns record at freedns.afraid.org, querying the router for its IP address. Uses expect to login via telnet to the router and curl to GET the http update url. #!/bin/bash # Siemens SE 587 freedns update script # Jonathan Cutting mcmlxxii.co.uk # 20/9/2009 # Config router_login=”your_login_name” router_password=”your_login_password” router_address=”192.168.1.1″ [...]

Posted on September 20, 2009 at 10:07 am by mcmlxxii · Permalink · Leave a comment
In: Linux · Tagged with: , , , , , , , , ,