Skip to main content

Gigaset DECT N720/N510 Zugriff Fremdnetz

Beschreibung

Das Gigaset N720/N510 bietet über die zentrale Provisionierung von LocaPhone die Möglichkeit, den Schutz vor Zugriff aus Fremdnetzen zu deaktivieren, um das Webinterface des DECT-Systems z.B. für die Fernwartung verfügbar zu machen.

Für die Deaktivierung einzelner Funktionen müssen Parameter in der Provisionierungsdatei der Gigaset-Autoprovisionierung geändert werden.

Hersteller-Dokumentation:


    Vorgehensweise

    Editieren der Provisionungsdaten N510

    /opt/locaphone/htdocs/prov/gigaset/xmlconfig-merkur.virtual.inc.php

    BASH
    //--- Generic base station options
    $configfile->setopt("BS_CUSTOM.aucKdsPin[0]", gigaset_merkur_pin2hex(gs_get_conf("GS_GIGASET_PROV_MERKUR_SYSPIN")));
    //$configfile->setopt("BS_IP_Data1.ucB_ACCEPT_FOREIGN_SUBNET", gigaset_symbitem_hexint(0));
    $configfile->setopt("BS_IP_Data.ucB_ACCEPT_FOREIGN_SUBNET", "1");
    $configfile->setopt("BS_IP_Data3.aucS_NETWORK_DEVICENAME", $uainfo["phonetype"] ."-". $cfg_macaddress, TRUE);

    Editieren der Provisionungsdaten N720

    /opt/locaphone/htdocs/prov/gigaset/xmlconfig-einstein.virtual.inc.php

    BASH
    //--- Global settings
    $configfile->setopt("BS_CUSTOM.WebUIPassword[%]", gs_get_conf("GS_GIGASET_PROV_EINSTEIN_SYSPASS"), TRUE);
    $configfile->setopt("BS_VOIP_Data.NameOnIdleDisplay", "1");
    $configfile->setopt("BS_Email.uiEmailPollingTime", gigaset_symbitem_hexint(0));
    $configfile->setopt("BS_IP_Data.SystemBehindCelsiusPBX", "0");
    //$configfile->setopt("BS_IP_Data.ucB_ACCEPT_FOREIGN_SUBNET", gigaset_symbitem_hexint(0));
    $configfile->setopt("BS_IP_Data.ucB_ACCEPT_FOREIGN_SUBNET", "1");
    $configfile->setopt("BS_IP_Data.aucS_PRODUCTNAME[%]", "N720-DM-PRO", TRUE);
    $configfile->setopt("BS_IP_Data.aucS_NETWORK_DEVICENAME[%]", $uainfo["phonetype"] ."-". $cfg_macaddress, TRUE);
    $configfile->setopt("BS_Satellites.bShowCellStateViaLED", gigaset_symbitem_hexint(1));
    ParameterBeschreibungDefault
    BS_IP_Data1.ucB_ACCEPT_FOREIGN_SUBNETZugriff Webinterface aus fremden Subnetz erlaubengigaset_symbitem_hexint(0)


    Nach den Änderungen an der Provisionierung müssen die Änderungen an das N870/N670 übertragen werden.

    root@voip:~#

    BASH
    asterisk -r
    
    Connected to Asterisk 13.36.0~uloca-xenial1 currently running on voip (pid = 16878)
    voip*CLI>
    
    voip*CLI> sip notify gigaset-check-sync 887
    Sending NOTIFY of type 'gigaset-check-sync' to '887'


    JavaScript errors detected

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

    If this problem persists, please contact our support.