suggested feature in Xbian Config: update IP via a dynamic dns provider
|
15th Nov, 2013, 02:09 AM
Post: #7
|
|||
|
|||
RE: suggested feature in Xbian Config: update IP via a dynamic dns provider
OK this is the solution. I still want to add a few other IP check services in case ipecho.net goes down. But for now it works perfectly. For reference if anyone else wants this:
Schedule this script to run every x hours, mine runs every 4 hours (type crontab -e in terminal and add this to the bottom): Code: 0 */4 * * * sudo sh /etc/ipupdate/ipupdate.sh the script, create a new textfile (sudo nano /etc/ipupdate/ipupdate.sh) and copy paste: Code: # this script will check if the current external IP address has been |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
suggested feature in Xbian Config: update IP via a dynamic dns provider - zilexa - 9th Nov, 2013, 07:51 AM
RE: suggested feature in Xbian Config: update IP via a dynamic dns provider - f1vefour - 11th Nov, 2013, 12:15 PM
RE: suggested feature in Xbian Config: update IP via a dynamic dns provider - zilexa - 11th Nov, 2013, 08:27 PM
RE: suggested feature in Xbian Config: update IP via a dynamic dns provider - mk01 - 13th Nov, 2013, 11:02 AM
RE: suggested feature in Xbian Config: update IP via a dynamic dns provider - zilexa - 14th Nov, 2013, 12:18 AM
RE: suggested feature in Xbian Config: update IP via a dynamic dns provider - f1vefour - 14th Nov, 2013, 04:31 AM
RE: suggested feature in Xbian Config: update IP via a dynamic dns provider - zilexa - 15th Nov, 2013 02:09 AM
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[SOLVED] [xbian-config] Kernel update reverted | crs | 5 | 16,447 |
13th Dec, 2012 05:47 AM Last Post: BartOtten |