HOWTO Setup a Dynamic DNS with an Updating Daemon
From Gentoo Linux Wiki
| Installation • Kernel & Hardware • Networks • Portage • Software • System • X Server • Gaming • Non-x86 • Emulators • Misc |
Contents |
[edit] Introduction
No-IP is a great way to set up a dynamic DNS. It's almost like having your own static domain name. Here is a quick and easy way set your own dynamic ip with a no-ip update server on your gentoo machine. After setting up your account and installing the No-IP update daemon you can access any internet services you want to run and not have to worry when your ISP changes your IP every so often.
[edit] What Will Be Covered In This Howto
- Setting up an account
- Configuration
- Finishing Touches
[edit] Setting up a No-IP account & Update Daemon
Go to http://www.no-ip.com/ and sign up for your free account.
Now set up how ever many hosts you want (up to 5 for the free account) It should only take a minute or so. Once this is done, you are ready to install the daemon
emerge noip-updater
[edit] Configuration
- All you have to do is type:
noip2 -C #The font makes it hard to tell, but that's an upper-case "C"
- Now fill in the infomation it asks you for and you're good to go. You have now successfully created the configuration file. You will not need to change anything unless you add or change any of the hosts you create.
[edit] Finishing Touches
- Start the no-ip daemon and set it so it starts on boot.
rc-update add noip default /etc/init.d/noip start
