Hi,
I am using a different username here because I cant seem to recover my old password on this board , it has been a while since I last posteda question.
Here goes:
I have a DYNDNS account , I use the Sowell style scripts to adjust SA-dst address’ on my tunnels, been working well forever.
Now I have a need to update a DYNDNS hostname for a standby Tik, in case our main goes down.
I want to do it manually with a script , no need for variable get or fetches, just the simple one line of code to update my account with a hostname and address from a Tik.
I tried hacking up a couple of scripts here to get the command to do it without variables…no luck.
so ,
I want to update MYTIK.DYNDNS.ORG with address 1.1.1.1 my username=username my password=password
The command
/tool fetch user=username password=password mode=http address="members.dyndns.org" src-path= "/nic/update?hostname=mytik.dyndns.org&myip=1.1.1.1"
is not doing it.
I get failure …then 404 not found
Can you help me with the right command to update this account?
I have no need for variable or parsing, comparing, this Tik is online with a static address, and I just want a script to update DYNDNS hostname it is in standby for, manually if needed after a failure. nothing automatic.