On Premises
Ā
Ā
InstalaciĆ³n de Integra ServerĀ
To install any version of Integra Server, you must:
Log in with the operative user created (ex: Integra)
Run the following commands to create a password for root and update the operative system to the last version.
sudo passwd root
sudo apt-get update
sudo apt-get upgrade
sudo sed -i "s/PasswordAuthentication no/PasswordAuthentication yes/" /etc/ssh/sshd_config
sudo sed -i "s/PermitRootLogin prohibit-password/PermitRootLogin yes/" /etc/ssh/sshd_config
Ā
Configure:Ā Ā sudoĀ vi /etc/network/interfacesĀ
Change:
autoĀ eth0
ifaceĀ eth0Ā inetĀ dhcp
for:
autoĀ eth0
ifaceĀ eth0Ā inetĀ static
Ā Ā Ā addressĀ 192.168.X.X
Ā Ā Ā networkĀ 192.168.1.X
Ā Ā Ā netmaskĀ 255.255.255.0
Ā Ā Ā broadcastĀ 192.168.1.255
Ā Ā Ā gatewayĀ 192.168.1.X
Ā Ā Ā ;upĀ routeĀ addĀ -netĀ 192.168.1.128Ā netmaskĀ 255.255.255.128Ā gwĀ 192.168.1.2
Ā Ā Ā ;upĀ routeĀ addĀ defaultĀ gwĀ 192.168.1.200
Ā Ā Ā ;downĀ routeĀ delĀ defaultĀ gwĀ 192.168.1.200
Ā Ā Ā ;downĀ routeĀ delĀ -netĀ 192.168.1.128Ā netmaskĀ 255.255.255.128Ā gwĀ 192.168.1.2
Ā Ā Ā dns-nameserversĀ 8.8.8.8
sudo apt-get install unzip curl
sudo reboot
After it restarts:
Log in with root.
Download the last version of the uContact setup.
Change time zone
Run the following command:
Select the preferred time zone and press OK.
Remote access
Usually, for for anything regarding Support, it is necessary to configure a remote access. To do so we use OpenVPN AS.
Steps to install and configure the VPN:
From the clientās router configure DynDns, if their IP is public, it is dynamic.
From the clientās router redirect the 1194 port to the Integra Server where The OpenVPN AS is.
From the clientās router, if you want remote interns IAX, redirect the 4569 port to the Integra Telephony.
Install OpenVPN AS at one Integra server. Download it from: http://openvpn.net/index.php/access-server/download-openvpn-as-sw/113.html?osfamily=Ubuntu
Install the .deb.
Set it up withĀ https://IPSERVIDOR/adminĀ
Ā
Disable the field that allows the routing of the internet traffic across the VPN.
Ā