...
Info |
---|
|
...
Wanpipe Installation
un-compress the downloaded Wanpipe device driver (.tgz file) located in /usr/src/ directory
type: tar xvfz wanpipe-current.tgz
type: cd wanpipe-<version>/
example:
Install the Wanpipe device driver
type: make
...
NSG installation
un-compress the downloaded NSG software (.tgz file) located in /usr/src/ directory
type: tar xfz nsg-<version>.tar.gz
type: cd nsg-<version>
example:
Install the NSG Gateway application
type: make install
...
Take note of your license key (example: xy2z6h37f) and navigate to the following website to create your license package
-> http://prod-license.sangoma.com/nsg-license-gen/At this website you will be required to enter:
MAC address of one of the Ethernet interfaces on your NSG server
To get this information, simply type "ifconfig" on your Linux command line and records the HWaddr
example:ITU Self Point Code or ANSI Self Point Code
You will be required to fill in only one of these fields, the one that applies to your installation
ANSI point codes are used typically in North America. Rest of world uses ITU point codes
Your SS7 telco will provide you this information. It is the your registration number with them
Insert the point code in decimal format only
if you need assistance to convert your given point code to decimal format, there are plenty of online converters that will do this for you. Use a web search engine of your choice to accomplish this.
User Key
This is the SS7 license key provided to you by the sales department
Once the information is entered click the 'submit' button near the bottom of the page
A license package will be created. Click the download button or the copy the link.
The license package must be installed in the following directory in the NSG server:
-> /usr/local/nsg/confTo install the license package in this directory:
type: cd /usr/local/nsg/conf
type: wget <license package link>
this will automatically download the license package to this location
un-compress the license package:
type: tar xfz <license package>.tgz
this will create two files in /usr/local/nsg/conf:
license.txt and license.txt.sig (Do not modify any of these files or it will render license invalid)
Your license is now installed.
...