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

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

Ключ

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

Оглавление

The "admin" account

EMS-GUI

In the graphical interface of the EMS server, change the password of the admin user in the section:

Administration → Rights and users → Configuring the system users.

Image RemovedImage Added

To restart the EMS server, enter the set password in the section:

Administration → EMS server configuration → EMS server restart.

Image RemovedImage Added

In this case, the admin user performs the role of the system user of the EMS server GUI and is not used in configuration files for the system modules interaction. 

Wi-Fi Admin Panel

To log in to the Admin Panel interface, use a browser. To do this, enter the server address and service name in the address bar as: http://hostname:8080/wifi-cab/
For authentication in the program, specify the login and password (by default: admin / password) in the corresponding fields, then click the "Login" button or the <Enter> key. The password for the "admin" account to log in to your Admin Panel can be changed as follows:

...

Select the "Settings" menu, the "System Users" tab. Set the flag next to the account with the login "admin" and click "Edit".

Image RemovedImage Added

Change the password in the opened window and click "Confirm".

Image RemovedImage Added

Portal Constructor

To log in to the Admin Panel interface, use a browser. To do this, enter the server address and service name in the address bar in the form: http://hostname:8080/epadmin
To authenticate in the program, specify the login and password (by default: admin / password) in the corresponding fields (the same password and login as for logging in to the Admin Panel), then click the "Login" button or press the <Enter> key. 

The "Softwlc service" account

Select the "Settings" menu, the "System Users" tab. Set the flag next to the account with the login "softwlc_service" and click "Edit".

Image RemovedImage Added

The service account "softwlc_service" with the default password "softwlc" is intended for the interaction of system modules, so the service account must be set/changed in the following places.

EMS-GUI

Available at the link http://hostname:8080/ems/jws . The "Administration/EMS server configuration/System modules settings" menu. Select the module "softwlc.nbi". Select the user "softwlc_service", change the password to password from the Admin Panel and click "Accept".

Image RemovedImage Added

Portal Constructor

Available at the link http://hostname:8080/epadmin . Menu "System settings/NBI access".  Change the password for the "softwlc_service" user in the opened window and click "Save".

Image RemovedImage Added

Basic configuration files

Configuration file /etc/eltex-wifi-cab/system.xml . Open it using any available editor and set a new password in line 7:

...

Блок кода
themeMidnight
admin@ubuntu:~# sudo systemctl restart eltex-pcrf.service

The "javauser" account

Configuration file /etc/eltex-doors/application.conf . Open it using any available editor and set a new password in line 7:

...

Блок кода
themeMidnight
title/usr/lib/eltex-ems/conf/config.txt
linenumberstrue
collapsetrue
# DB Event
poolName1=event
event.jdbc.driver=org.gjt.mm.mysql.Driver
event.jdbc.dbUrl=jdbc:mysql://localhost/eltex_alert?useUnicode=true&characterEncoding=utf8&relaxAutoCommit=true&connectTimeout=5000&useSSL=false
event.jdbc.username=javauser
event.jdbc.password=125521
event.jdbc.maxPoolSize=32
event.jdbc.inUse=yes
# remote db host access with su privileges
# event.ssh.login=
# event.ssh.password=
# event.ssh.port=

# DB Tree
poolName2=tree
tree.jdbc.driver=org.gjt.mm.mysql.Driver
tree.jdbc.dbUrl=jdbc:mysql://localhost/eltex_ems?useUnicode=true&characterEncoding=utf8&relaxAutoCommit=true&connectTimeout=5000&noAccessToProcedureBodies=true&useSSL=false
tree.jdbc.username=javauser
tree.jdbc.password=125521
tree.jdbc.maxPoolSize=20
tree.jdbc.inUse=yes

# DB Ont
poolName3=ont
ont.jdbc.driver=org.gjt.mm.mysql.Driver
ont.jdbc.dbUrl=jdbc:mysql://localhost/eltex_ont?useUnicode=true&characterEncoding=utf8&relaxAutoCommit=true&connectTimeout=5000&useSSL=false
ont.jdbc.username=javauser
ont.jdbc.password=125521
ont.jdbc.maxPoolSize=40
ont.jdbc.inUse=yes

# DB Syslog
poolName4=syslog
syslog.jdbc.driver=org.gjt.mm.mysql.Driver
syslog.jdbc.dbUrl=jdbc:mysql://localhost/Syslog?useUnicode=true&characterEncoding=utf8&relaxAutoCommit=true&connectTimeout=5000&useSSL=false
syslog.jdbc.username=javauser
syslog.jdbc.password=125521
syslog.jdbc.maxPoolSize=4
syslog.jdbc.inUse=yes
# remote db host access with su privileges
# syslog.ssh.login=
# syslog.ssh.password=
# syslog.ssh.port=

# DB acsmain (alias=cpe)
poolName5=cpe
cpe.jdbc.driver=org.gjt.mm.mysql.Driver
cpe.jdbc.dbUrl=jdbc:mysql://localhost/acsmain?useUnicode=true&characterEncoding=utf8&relaxAutoCommit=true&connectTimeout=5000&useSSL=false
cpe.jdbc.username=javauser
cpe.jdbc.password=125521
cpe.jdbc.maxPoolSize=2
cpe.jdbc.inUse=yes

# DB  acscmds(alias=cmds)
poolName6=cmds
cmds.jdbc.driver=org.gjt.mm.mysql.Driver
cmds.jdbc.dbUrl=jdbc:mysql://localhost/acscmds?useUnicode=true&characterEncoding=utf8&relaxAutoCommit=true&connectTimeout=5000&useSSL=false
cmds.jdbc.username=javauser
cmds.jdbc.password=125521
cmds.jdbc.maxPoolSize=2
cmds.jdbc.inUse=yes

# DB  acsinf(alias=inf)
poolName7=inf
inf.jdbc.driver=org.gjt.mm.mysql.Driver
inf.jdbc.dbUrl=jdbc:mysql://localhost/acsinf?useUnicode=true&characterEncoding=utf8&relaxAutoCommit=true&connectTimeout=5000&useSSL=false
inf.jdbc.username=javauser
inf.jdbc.password=125521
inf.jdbc.maxPoolSize=2
inf.jdbc.inUse=yes

# DB  acscache(alias=cache)
poolName8=cache
cache.jdbc.driver=org.gjt.mm.mysql.Driver
cache.jdbc.dbUrl=jdbc:mysql://localhost/acscache?useUnicode=true&characterEncoding=utf8&relaxAutoCommit=true&connectTimeout=5000&useSSL=false
cache.jdbc.username=javauser
cache.jdbc.password=125521
cache.jdbc.maxPoolSize=2
cache.jdbc.inUse=yes

# DB  radius(alias=radius)
poolName9=radius
radius.jdbc.driver=org.gjt.mm.mysql.Driver
radius.jdbc.dbUrl=jdbc:mysql://localhost/radius?useUnicode=true&characterEncoding=utf8&relaxAutoCommit=true&connectTimeout=5000&useSSL=false
radius.jdbc.username=javauser
radius.jdbc.password=125521
radius.jdbc.maxPoolSize=40
radius.jdbc.inUse=yes
# remote db host access with su privileges
# radius.ssh.login=
# radius.ssh.password=
# radius.ssh.port=

# ------------------------------------------- SSID ---------------------------------------------
# DB  wireless (alias=wireless)
poolName10=wireless
wireless.jdbc.driver=org.gjt.mm.mysql.Driver
wireless.jdbc.dbUrl=jdbc:mysql://localhost/wireless?useUnicode=true&characterEncoding=utf8&relaxAutoCommit=true&connectTimeout=5000&useSSL=false
wireless.jdbc.username=javauser
wireless.jdbc.password=125521
wireless.jdbc.maxPoolSize=30
wireless.jdbc.inUse=yes

# memcached server address
#memcached_server_ip_port=127.0.0.1:11211

MySQL database

Log in to the MySQL console.  

Блок кода
languagesql
themeMidnight
SET PASSWORD FOR javauser@127.0.0.1 = PASSWORD('125521');
SET PASSWORD FOR javauser@'%' = PASSWORD('125521');
SET PASSWORD FOR 'javauser'@'localhost' = PASSWORD('125521');

The "radius" account

Configuration file /etc/eltex-radius/local.conf. Open it using any available editor and set a new password in line 10:

Блок кода
themeMidnight
title/etc/eltex-radius/local.conf
linenumberstrue
collapsetrue
# Ports on which the server will listen
auth_port=1812
#acct_port=1813
inner_tunnel_port=18121

# MySQL database
db_host="localhost"
db_port=3306
db_login="radius"
db_password="123123"
db_name="radius"

# PCRF
# If you setting pcrf_enabled=0, then you also should enable accounting port listening in "default" server
pcrf_host="127.0.0.1"
pcrf_port=7080
pcrf_enabled=1

# EAP
ca_cert_name="local.pem"
tls_key_password="1234"

MySQL database

Log in to the MySQL console.  

...