Installation de Xivo
- Exemple d'infrastructure :
- Installer une machine Debian 9 à jour (la machine doit avoir deux interfaces réseau, la première pour l'accès internet et les softphones, la seconde pour le réseau voix avec les différentes terminaisons VoIP -> Téléphone IP, ATA etc...)
- Éditer le fichier interfaces
nano /etc/network/interfaces
-
- Contenu du fichier interfaces (En exemple)
# Interface WAN (Internet eth0)
Auto eth0
Alow-hotplug eth0
Iface eth0 inet static
address 172.24.12.251
netmask 255.255.255.0
broadcast 172.24.12.255
gateway 172.24.12.254
#Interface LAN (Voix eth1)
Auto eth1
Alow-hotplug eth1
Iface eth1 inet static
Address 10.100.0.253
Netmask 255.255.0.0
Broadcast 10.100.255.255
- Partie installation
wget http://mirror.xivo.solutions/xivo_current.key -O - | apt-key add -
wget http://mirror.xivo.solutions/xivo_install.sh
chmod +x xivo_install.sh
./xivo_install.sh
No Comments