- Login as root, install the rpm package (choose the latest version and proper platform on http://ip45.org/packages/rpm/RPMS):
# rpm -ihv http://ip45.org/packages/rpm/RPMS/x86_64/ip45d-0.154-1.x86_64.rpm Retrieving http://ip45.org/packages/rpm/RPMS/x86_64/ip45d-0.154-1.x86_64.rpm Preparing... ########################################### [100%] 1:ip45d ########################################### [100%]
- Start ip45 daemon
# /etc/init.d/ip45d start Starting ip45d: [ OK ]
- Make the daemon start on next boot
# chkconfig ip45d on