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.
Interface | System | Release 5 | Release 4 | Bemerkungen |
---|---|---|---|---|
GE 1 | OSN | enp1s0 | eth1 | Rückseite |
GE 2 | OSN | enp2s0 | eth2 | Rückseite |
Switch | MGW | enp3s0 | eth0 | Vorderseite |
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
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
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