Directory in SD drive Mount points Comments
/media/data/root /media/data/root Root files where we can store the configuration
/media/data/usr/local/bin /usr/local/bin For custom binaries tools
/media/data/usr/local/sbin /usr/local/sbin For custom script
/media/data/usr/local/lib /usr/local/lib For custom libraries
/media/data/usr/local/etc /etc/ Create symbolic links into the /etc dir
Caution: When updating with custom scripts to a new release, the expert
user needs to check that its custom scripts do not interferes with the boot-
ing procedure of the new release. In case of doubt, please contact the sup-
port team to get advices on how to proceed.
Note: These directories are mounted/linked only at the early stage of
WRZ-OS initialization. A reboot might be needed to make these custom
files appears at the correct place.
9.6 TACACS+ and RADIUS server configuration
9.6.1 TACACS+ server installation and configuration
In order to install TACACS+ on a server with Ubuntu 18.04, it is possible to use APT to
install version 4.0.4 of the package tacacs+ by using the following command:
apt-get install tacacs+
After this, it can be verified if the service is running by using the command:
service tacacs_plus status
The first step to configure the server will be opening the port 49 with TCP:
#ufw allow 49/tcp
Rules updated
Rules updated (v6)
148 WR-Z16 User Manual
APPENDIX