dynamic dns client install using apt

Asked by scrapcan

I would like to install ( will need to install if I plan to take an appliance live) a dynamic dns client. Specifically I would like to install noip client that is in the ubuntu repository. Can you assist with methodology on the install?

Question information

Language:
English Edit question
Status:
Solved
For:
TurnKey Linux Edit question
Assignee:
No assignee Edit question
Solved by:
scrapcan
Solved:
Last query:
Last reply:
Revision history for this message
Alon Swartz (alonswartz) said :
#1

TurnKey appliances are Ubuntu under the hood, so a regular installation (and possible configuration) of noip should suffice.
    apt-get update
    apt-get install noip2

Let us know if you hit any issues.

Good luck!

Reminder: If you have configured the firewall, you might have to tweak the rules to allow noip to update the noip dns servers.

Revision history for this message
scrapcan (manleyjt) said :
#2

I will work on this and let you know how it goes.