User guide

Table Of Contents
8
3 Connection to AMARI UE Simbox
The AMARI UE Simbox does not have a built-in graphical card however you can remotely
connect to the callbox by using one of the Ethernet ports.
3.1 Connect your Simbox to the local network
The AMARI UE Simbox has two 1Gb Ethernet ports
The first one (on the top) is configured with a static IP address 192.168.1.80.
The second one is configured in DHCP mode and will get automatically an IP address within
the range defined on your router.
Once you are remotely connected, you can modify the static IP address allocated by editing
the file /etc/sysconfig/network-scripts/ifcfg-enp7s0. Thus, future connections to the
Callbox can be made using this static address
3.2 Login
To login as root, please use root/toor as login / password.
There is also a user account with user/resu as login/password.
Note: The Amarisoft software suit is installed and executed under root account.
3.3 Web GUI
The web GUI to display logs is available through web access at the following URL:
http://<IP address>/
3.3.1 Set a password
To add authentication to the web portal:
Edit /etc/httpd/conf/httpd/conf and look for <Directory "/var/www/html"> section.
Inside it, add AuthConfig to AllowOverride directive so that it becomes AllowOverride None
AuthConfig.
Then restart HTTP daemon:
service httpd restart
Create /var/www/html/lte/.htaccess file with following content:
AuthType Basic
AuthName "Amarisoft Web GUI"