Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.
The url is built like this:
http://ourdomain/updatescript/routerid/email/password
The main reason I didn't use the mydns update is because it didn't work directly. The dns update was also my first choice.
But anyway. It's interesting to know different possible solutions :)
It's not really a script (three lines)
ip sla 1
http get http://yourupdatesite/yourid/youremail/YOUR_PWD
ip sla schedule 1 life forever start-time now
I still have to change the number of times it runs the script (this runs every minute)
On the serverside we use a javascript page that get's...
To be clear:
This is what I want:
Currently I have following command that works for updating the ip
tclsh http://myupdateaddress
When I try to use this in a kronjob
kron occurrence update in 1 recurring
kron policy list update
cli tclsh http://myupdateaddress
cli write
The router...