Дерево страниц

Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

Оглавление

Description

The module Eltex-APB is implied to support information exchange between access points. Provides:

...

Подсказка
The service is installed using the package eltex-apb.

Service management

OperationCommandResponse
Status check

service eltex-apb status



Подсказка

The service is running

eltex-apb is running with pid <pid>


Предупреждение

The service is not running

eltex-apb is not running


Service start

service eltex-apb start



Подсказка

The service has been started

Starting eltex-apb ... eltex-apb started


Примечание

The service is already running

eltex-apb is already running


Service stop

service eltex-apb stop



Подсказка

The service has been successfully stopped

Stopping eltex-apb ... eltex-apb stopped


Примечание

The service has not been stopped, as it was not started

eltex-apb is not running rm: cannot remove '/var/run/eltex-apb.pid': No such file or directory


Service restart

service eltex-apb restart



Подсказка

The service has been successfully restarted

Stopping eltex-apb ... eltex-apb stopped Starting eltex-apb ... eltex-apb started


Configuration

/etc/default/eltex-apb

- contains the main service settings:

...

Без форматирования
JAVA_INIT_HEAP=128m
JAVA_MAX_HEAP=2048m


 

/etc/eltex-apb/apb.properties

- the file contains settings for connection to the Mercury service,

...

Без форматирования
session.outgoingQueue=100

/etc/eltex-apb/ehcache.xml

- system settings for storing data on Wi-Fi users connected to a portal. If necessary, the file's name and location can be changed in /etc/eltex-apb/apb.properties.

...

          maxBytesLocalHeap="200M"

/etc/eltex-apb/hosts.json

- the file in json format that contains a set of public address lists. Lists of IP addresses permitted for access before portal authorization are configured in this file. If necessary, the file's name and location can be changed in /etc/eltex-apb/apb.properties.

...

That means if information on a user whose mobility domain is nsk.ru, radius-domain is root, and SSID is Eltex-Local gets on the server, the addresses eltex.nsk.ru and eltex.org will be added to default ones specified in the list of IP addresses that the user is permitted to access without portal authorization. That is, addresses included into the "permitted-ip-list" will be applied to a user if all keys specified within one "mobility-domain list" fully match.
If user parameters meet the criteria of several rules, this user will be permitted to access IP addresses from all these rules.

Примечание
The parameter ap-location is now used instead of mobility-domain. It is fully consistent with it, but is located in the Network settings section.

Configuring access points connection to APB

Connection to the APB service on an access point can be configured via GUI EMS.
To configure user roaming during portal authorization, open the section ConfigurationCaptive Portal.Global and specify the address Roaming Service URL =
ws://<APB IP address>:8090/apb/broadcast

...