Skip to main content

LocaPhone M800 Default Config

Beschreibung

Basiskonfiguration des LocaPhone M800 VoIP TK-Systems nach Installation über Preseed-Server.


LocaPhone Versionen

RELEASE 5 RELEASE 4 RELEASE 3 RELEASE 2


Netzwerk-Konfiguration

LocaPhone M800 verfügt über drei LAN-Interfaces, die an verschiedenen Stellen des Gerätes herausgeführt sind.

InterfaceSystemRelease 5Release 4Bemerkungen
GE 1OSNenp1s0eth1Rückseite
GE 2OSNenp2s0eth2Rückseite
SwitchMGWenp3s0eth0Vorderseite

Es gibt eine interne Netzwerk-Verbindung zwischen dem Linux-Server (OSN) und dem Mediengateway (MGW) und dessen Switch. Diese Verbindung wird mittels VLAN 3992 hergestellt.

Release 5 Interface-Konfiguration

BASH
root@ast-locaphone:/# less /etc/network/interfaces

auto lo
iface lo inet loopback

auto enp3s0 
iface enp3s0 inet static
        address 192.168.1.130
        netmask 255.255.255.0

auto enp3s0.3992
iface enp3s0.3992 inet static
        address 169.254.231.254
        netmask 255.255.255.248
        vlan-raw-device enp3s0

auto enp1s0
iface enp1s0 inet dhcp

Release 4 Interface-Konfiguration

BASH
root@ast-locaphone:/# less /etc/network/interfaces

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
        address 192.168.1.130
        netmask 255.255.255.0

auto eth0.3992
iface eth0.3992 inet static
        address 169.254.231.254
        netmask 255.255.255.248


auto eth1
iface eth1 inet dhcp


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.