MANUAL IP UPDATE for any ...
MANUAL IP UPDATE for any OS
- Casa
- Pannello di controllo
- Forum della Comunità
- Services
- Dynamic DNS Service
- MANUAL IP UPDATE for any OS
- Forum della Comunità
- MANUAL IP UPDATE for any OS
Argomento: MANUAL IP UPDATE for any OS
Manual IP update for dynu.com - web
If you don't want to install Update Client - manual Update on your external IP...
instructions step by step:
1- Login to dynu.com
2- DDNS Service -> click on icon
3- Actions -> click on pencil for edit
3.1- on corner right on web page is your external ip now
4- select ip shown-recorded by server in the form on left and REWRITE the new ip
SAVE the form click on green button
that is a manual ip update
check the host now ....
DONE must all to be good now
THANKS and good Luck
If you don't want to install Update Client - manual Update on your external IP...
instructions step by step:
1- Login to dynu.com
2- DDNS Service -> click on icon
3- Actions -> click on pencil for edit
3.1- on corner right on web page is your external ip now
4- select ip shown-recorded by server in the form on left and REWRITE the new ip
SAVE the form click on green button
that is a manual ip update
check the host now ....
DONE must all to be good now
THANKS and good Luck
Rispondi con citazione |Segnalare
Actually, you can also update the IP address just by putting it into an url like below:
https://api.dynu.com/nic/update?username=YOURUSERNAME&password=YOURPASSWORD&myipv4=216.34.23.98&myipv6=2001:4860:4860:0:0:0:0:8888
BTW, you can check your external IP address using below URL:
http://ipcheck.dynu.com
http://ipcheckv6.dynu.com
https://api.dynu.com/nic/update?username=YOURUSERNAME&password=YOURPASSWORD&myipv4=216.34.23.98&myipv6=2001:4860:4860:0:0:0:0:8888
BTW, you can check your external IP address using below URL:
http://ipcheck.dynu.com
http://ipcheckv6.dynu.com
Rispondi con citazione |Segnalare
With this API typed in address bar you will update your dynamic ip.
But, who will remember this long url, and must typed correct.
I make HTML file and on start-up or clicked on desktop will update ip.
source is down just rewrite in editor and save with ext. HTML
replace YOUR_USER_NAME and YOUR_USER_PASSWORD with yours in code and will go...
do not use bold type
===============
*html>
*head>
*script type="application/javascript">
function getIP(json) {
window.location.href = 'https://api.dynu.com/nic/update?username=YOUR_USER_NAME&password=YOUR_USER_PASSWORD&myipv4=' + json.ip;
}
*/script>
*/head>
*body>
*script type="application/javascript" src="https://api.ipify.org?format=jsonp&callback=getIP">
*/script>
*/body>
*/html>
============================
NOTE: replace * in code with simvol for less look in refernce (here is not accepted symvol) will work in Firefox on mac - not tested on windows or linux
THANKS for API URL is good to think todo one updater for my old mac
But, who will remember this long url, and must typed correct.
I make HTML file and on start-up or clicked on desktop will update ip.
source is down just rewrite in editor and save with ext. HTML
replace YOUR_USER_NAME and YOUR_USER_PASSWORD with yours in code and will go...
do not use bold type
===============
*html>
*head>
*script type="application/javascript">
function getIP(json) {
window.location.href = 'https://api.dynu.com/nic/update?username=YOUR_USER_NAME&password=YOUR_USER_PASSWORD&myipv4=' + json.ip;
}
*/script>
*/head>
*body>
*script type="application/javascript" src="https://api.ipify.org?format=jsonp&callback=getIP">
*/script>
*/body>
*/html>
============================
NOTE: replace * in code with simvol for less look in refernce (here is not accepted symvol) will work in Firefox on mac - not tested on windows or linux
THANKS for API URL is good to think todo one updater for my old mac
Rispondi con citazione |Segnalare
| Autore | Argomento: MANUAL IP UPDATE for any OS |
|---|---|
|
vesprintv Iscritto: 24/12/2016 |
venerdì 5 maggio 2017 11:16
Manual IP update for dynu.com - web
If you don't want to install Update Client - manual Update on your external IP... instructions step by step: 1- Login to dynu.com 2- DDNS Service -> click on icon 3- Actions -> click on pencil for edit 3.1- on corner right on web page is your external ip now 4- select ip shown-recorded by server in the form on left and REWRITE the new ip SAVE the form click on green button that is a manual ip update check the host now .... DONE must all to be good now THANKS and good Luck |
|
CobyDeCock Iscritto: 23/03/2017 |
venerdì 5 maggio 2017 12:59
Actually, you can also update the IP address just by putting it into an url like below:
https://api.dynu.com/nic/update?username=YOURUSERNAME&password=YOURPASSWORD&myipv4=216.34.23.98&myipv6=2001:4860:4860:0:0:0:0:8888 BTW, you can check your external IP address using below URL: http://ipcheck.dynu.com http://ipcheckv6.dynu.com |
|
vesprintv Iscritto: 24/12/2016 |
domenica 7 maggio 2017 11:14
With this API typed in address bar you will update your dynamic ip.
But, who will remember this long url, and must typed correct. I make HTML file and on start-up or clicked on desktop will update ip. source is down just rewrite in editor and save with ext. HTML replace YOUR_USER_NAME and YOUR_USER_PASSWORD with yours in code and will go... do not use bold type =============== *html> *head> *script type="application/javascript"> function getIP(json) { window.location.href = 'https://api.dynu.com/nic/update?username=YOUR_USER_NAME&password=YOUR_USER_PASSWORD&myipv4=' + json.ip; } */script> */head> *body> *script type="application/javascript" src="https://api.ipify.org?format=jsonp&callback=getIP"> */script> */body> */html> ============================ NOTE: replace * in code with simvol for less look in refernce (here is not accepted symvol) will work in Firefox on mac - not tested on windows or linux THANKS for API URL is good to think todo one updater for my old mac |
sabato 13 giugno 2026 13:59
