View Single Post
Old 02-15-2010, 07:58 PM   #2
ISPsystem team
 
slava's Avatar
 
Join Date: May 2008
Location: ISPsystem
Posts: 588
slava is on a distinguished road
Default

Thanks for the shown interest to our software.

For work with our products you need real static IP-address on the network interface of your server and from this address connection to the Internet should be established out.
The software is periodically connected to a licence server, the licence is created on static ip-address.

Through NAT and other translation work is not possible.

If ip-address is not the first on the network interface (for example, get to the server through VPN-connection) operation also is possible.
You can install our software having specified this IP as parametre at installation script
Code:
sh install.sh --ip IP-address
Without real static IP-address you can't install and can't use our software.

Also if you need change IP of server you can change licence IP (one time per month) via our billing system and re-download licence file after IP changed by
Code:
wget -O /usr/local/ispmgr/etc/ispmgr.lic "http://lic.ispsystem.com/ispmgr.lic?ip=ip_address"
command and restart ISPmanager (killall ispmgr)

Last edited by slava; 05-08-2010 at 07:29 PM.
slava is offline   Reply With Quote