Jump to content

FAQ: Difference between revisions

1,231 bytes added ,  16 November 2021
no edit summary
(I have added a FAQ question about certificates.)
No edit summary
Line 104: Line 104:


*A table of all available certificates and certification information can be found in the [[certificates]] page.<br><br>
*A table of all available certificates and certification information can be found in the [[certificates]] page.<br><br>
<span style="color: #0054A6;"><font size="5"><u>How can I restar RUT/TRB device's particular service via SSH?</u></font></span>
*On the RUT/TRB devices, it is available to restart a particular service by executing command in the router's Secure Socket Shell (SSH). SSH is a network protocol that gives users, particularly system administrators, a secure way to access the device.
To see how a particular service is named please type '''ls /etc/init.d''' command in SSH.
As you can see in the example this command list files that are located on '''init.d''' directory
[[File:SSH.png|thumb]]
For example in order to restart OpenVPN service you have to specify directory location and add command "'''restart'''".
Example: '''/etc/init.d/openvpn restart'''
After you execute this command your service is immediately restarted. Also, you can use '''start/stop''' commands which accordingly start or stop service.
Example: '''/etc/init.d/firewall stop'''
[[File:Start-stop command.png|thumb]]
*Link to the instruction of how to use Command Line Interfaces: https://wiki.teltonika-networks.com/view/Command_Line_Interfaces
*Link to the instruction of UCI command usage: https://wiki.teltonika-networks.com/view/UCI_command_usage


==Technical Questions==
==Technical Questions==