Dynamic DNS inadyn: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
Created page with "[http://www.inatech.eu/inadyn/readme.html INADYN] is a dynamic DNS client. That is, it maintains the IP address of a host name. It periodically checks whether the IP address s..." |
No edit summary |
||
Line 3: | Line 3: | ||
These instructions are specificaly for ArchLinux | These instructions are specificaly for ArchLinux | ||
<pre> | <pre> | ||
cd /usr/src | |||
wget http://www.inatech.eu/inadyn/inadyn.v1.96.2.zip | wget http://www.inatech.eu/inadyn/inadyn.v1.96.2.zip | ||
unzip inadyn.v1.96.2.zip | unzip inadyn.v1.96.2.zip |
Revision as of 11:36, 9 January 2013
INADYN is a dynamic DNS client. That is, it maintains the IP address of a host name. It periodically checks whether the IP address stored by the DNS server is the real current address of the machine that is running INADYN.
These instructions are specificaly for ArchLinux
cd /usr/src wget http://www.inatech.eu/inadyn/inadyn.v1.96.2.zip unzip inadyn.v1.96.2.zip cd inadyn make cp bin/linux/inadyn /usr/sbin/ echo inadyn --background -u username -p password -a domain.homeip.net >> /etc/rc.local