Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[HOW-TO] Xbian and dynamic DNS
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
[HOW-TO] Xbian and dynamic DNS
9th Oct, 2014, 06:29 AM
Post: #1
dentaku65 Offline
Registered
Posts: 12
Joined: Oct 2014
Reputation: 0
[HOW-TO] Xbian and dynamic DNS
Hi,
here is a small guide in order to install a dynamic dns service on Xbian.
This is a revision of my old gude about it posted on ubuntu forums

The service is free, let's start.

First of all register your account on Freedns:
http://freedns.afraid.org/menu/
Freedns offer a bunch of domain names I choose ignorelist.com:
Assume that you register: <your_host>.ignorelist.com

Install inadyn:
Code:
sudo apt-get install inadyn curl

Once logged on open the url:
http://freedns.afraid.org/dynamic/
Select the link Direct URL beside <your_host>.ignorelist.com
Copy everything from the right of the ? in the browser address bar (alphanumeric string) something like 30ExSWg5MTRoMnB6XXZBUXZQ9999BTkxODQxNI==

Create configuration file of inadyn:
Code:
sudo nano /etc/inadyn.conf

And save this content:
Code:
--username <your_username>
--password <your_password>
--update_period 60000
--forced_update_period 320000
--alias <your_host>.ignorelist.com,alphanumeric string
--background
--dyndns_system default@freedns.afraid.org
--syslog

Add inadyn to crontab:
Code:
export EDITOR=nano && sudo crontab -e

Edit the file to add the following line and save:
Code:
@reboot /usr/sbin/inadyn

Reboot your PI
ping <your_host>.ignorelist.com
Done!
Find all posts by this user
Quote this message in a reply
9th Oct, 2014, 05:17 PM
Post: #2
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: [HOW-TO] Xbian and dynamic DNS
how many domain records you can register there for one account/login?

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
9th Oct, 2014, 11:12 PM
Post: #3
dentaku65 Offline
Registered
Posts: 12
Joined: Oct 2014
Reputation: 0
RE: [HOW-TO] Xbian and dynamic DNS
(9th Oct, 2014 05:17 PM)mk01 Wrote:  how many domain records you can register there for one account/login?

Hi,
I don't know, I have two with two different subdomains on the same account.

D.
Find all posts by this user
Quote this message in a reply
13th Oct, 2014, 11:57 PM
Post: #4
psyLord Offline
Registered
Posts: 22
Joined: Aug 2014
Reputation: 0
RE: [HOW-TO] Xbian and dynamic DNS
Thanks a lot for this small tutorial!

I haven't tried freedns myself, I'm using NoIP:
NoIP can also be used as a free dynamic DNS service.
Here is the link to the installation and configuration: http://www.noip.com/support/knowledgebase/installing-the-linux-dynamic-update-client-on-ubuntu/
Find all posts by this user
Quote this message in a reply
15th Oct, 2014, 02:45 PM
Post: #5
dentaku65 Offline
Registered
Posts: 12
Joined: Oct 2014
Reputation: 0
RE: [HOW-TO] Xbian and dynamic DNS
(13th Oct, 2014 11:57 PM)psyLord Wrote:  Thanks a lot for this small tutorial!

I haven't tried freedns myself, I'm using NoIP:
NoIP can also be used as a free dynamic DNS service.
Here is the link to the installation and configuration: http://www.noip.com/support/knowledgebase/installing-the-linux-dynamic-update-client-on-ubuntu/

Hi,
I think that you can use inadyn for no-ip DNS service too; just change the settings inside inadyn.conf that matching your no-ip account. The key settings are:

username
password
alias
dyndns_system

I haven't try though

D.
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 10th May, 2025, 06:47 AM Powered By MyBB, © 2002-2025 MyBB Group.