|
mindlesstux
|
 |
« on: February 24, 2008, 10:03:10 pm » |
|
Should not be that hard to implement.
Would really like to see one that ties in with dns-o-matic so that when my router detects a chang in ipv4 address it can send one update and it update everything I use.
Currently my router updates dns entry and opendns via dns-o-matic and I have to manually update he.net.
|
|
|
|
|
Logged
|
|
|
|
dimc
readonly_member
Newbie

Posts: 4
|
 |
« Reply #1 on: March 17, 2008, 11:46:46 am » |
|
I have the same problem. The ideal would be a small client application that updates the ipv4 endpoint everytime it changes.  bye.
|
|
|
|
« Last Edit: March 17, 2008, 11:48:48 am by dimc »
|
Logged
|
|
|
|
elliottcable
readonly_member
Newbie

Posts: 5
|
 |
« Reply #2 on: March 18, 2008, 09:01:47 pm » |
|
Preferably an ultralight daemon - not a full blown application, those are always a pain and eat system resources.
I myself have a static IP, so I don't need it, but I know when I had a dynamic IP that those stupid DDNS updating applications were a pain.
|
|
|
|
|
Logged
|
|
|
|
|
mindlesstux
|
 |
« Reply #3 on: March 18, 2008, 09:45:41 pm » |
|
I really dont wanna see an app from them, would rather just see support of the DDNS protocol and for it to show up under dns-o-matic's lists of services ( http://dnsomatic.com/) So when my router sees a change, it updates one site which in turn updates 3, (opendns and dyndns, hopefully this too)
|
|
|
|
|
Logged
|
|
|
|
normanr
Newbie

Posts: 35
|
 |
« Reply #4 on: March 20, 2008, 03:16:34 am » |
|
What about implementing a subset of TIC, that way existing tools like AICCU can be used to update the IPv4 endpoint.
|
|
|
|
|
Logged
|
|
|
|
normanr
Newbie

Posts: 35
|
 |
« Reply #5 on: March 20, 2008, 01:55:40 pm » |
|
I have updated my old script so that it works with the new web-site changes, you can find it here
|
|
|
|
|
Logged
|
|
|
|
dimc
readonly_member
Newbie

Posts: 4
|
 |
« Reply #6 on: March 22, 2008, 04:48:38 am » |
|
I have updated my old script so that it works with the new web-site changes, you can find it hereVery useful script, it works perfectly, thank you!  But you know that everytime the website changes, a new updated is needed.
|
|
|
|
|
Logged
|
|
|
|
normanr
Newbie

Posts: 35
|
 |
« Reply #7 on: March 22, 2008, 06:06:46 am » |
|
The script went 5 years without an update. I think that was doing pretty well. btw, he.net have also updated their mirror of the script.
|
|
|
|
|
Logged
|
|
|
|
jamus
readonly_member
Newbie

Posts: 1
|
 |
« Reply #8 on: March 22, 2008, 01:18:39 pm » |
|
The script went 5 years without an update. I think that was doing pretty well. btw, he.net have also updated their mirror of the script. You may want to update the script to handle whatismyip's new automation page. See information here: http://whatismyip.com/automation/default.aspOtherwise, this is an excellent script and works well for what I need!
|
|
|
|
|
Logged
|
|
|
|
normanr
Newbie

Posts: 35
|
 |
« Reply #9 on: March 22, 2008, 02:27:52 pm » |
|
Ahh, I see they've changed stuff around - so much so that it's a pain to keep using them. I've added a config option to be able to pull the current IP address from any web page (two working url's are suggested - so you're not left out in the cold). I also update the script to use the ipv4 hostname for the tunnelbroker, just in case anyone's perl was feeling lucky and tried to access the website via an ipv6 tunnel that wasn't configured yet. script: version 0.10b
|
|
|
|
|
Logged
|
|
|
|
|
broquea
|
 |
« Reply #10 on: March 22, 2008, 02:33:49 pm » |
|
We also have an ipv4 only hostname of ipv4.tunnelbroker.net and ipv6 only hostname of ipv6.tunnelbroker.net (broker user suggestion for distinct hosts last summer).
|
|
|
|
|
Logged
|
|
|
|
normanr
Newbie

Posts: 35
|
 |
« Reply #11 on: March 22, 2008, 02:47:55 pm » |
|
We also have an ipv4 only hostname of ipv4.tunnelbroker.net and ipv6 only hostname of ipv6.tunnelbroker.net (broker user suggestion for distinct hosts last summer).
yep - I noticed, so I changed the script to point to ipv4.tunnelbroker.net in case perl got IO::Socket::INET6 plumbed in somewhere (maybe perl6 will, who knows).
|
|
|
|
|
Logged
|
|
|
|
|
|
|