Skip to content

Expand on the noip2 Debian script and add LSBinit tags

Notifications You must be signed in to change notification settings

markfortma/noip2-debian-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

noip2-debian-init

  1. Download the no-ip.com Dynamic DNS Update Client from noip.com
  2. Extract
    • tar xzf noip-duc-linux.tar.gz
  3. Make
    • cd noip-2.9.1/
    • make
    • make install (as root)
  4. Copy startup scripts to init.d/
    • chmod 0755 noip2.sh
    • cp noip2.sh /etc/init.d/noip2 (as root)
  5. Update service hooks/symlinks
    • update-rc.d noip2 defaults (as root)
  6. Create configuration
    • noip2 -C (as root)
  7. Start the noip-duc
    • service noip2 start (as root)

About

Expand on the noip2 Debian script and add LSBinit tags

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages