en:dpi:dpi_components:platform:subscriber_management:subsman_remote:subsman_remote_ctrl [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:dpi:dpi_components:platform:subscriber_management:subsman_remote:subsman_remote_ctrl [2018/03/21 11:51] – created lexx26en:dpi:dpi_components:platform:subscriber_management:subsman_remote:subsman_remote_ctrl [2023/08/30 11:18] (current) – removed elena.krasnobryzh
Line 1: Line 1:
-====== Remote execution of fdpi_ctrl utility ====== 
-{{indexmenu_n>2}} 
-To execute fdpi_ctrl utility remotely one has to make the following actions: 
-  - To enable listening for the network control interface in DPI configuration file /etc/dpi/fastdpi.conf:<code>ctrl_dev=eth0</code>  
-  - To open the access to the port configured by ctrl_port in firewall settings /etc/sysconfig/iptables and to limit an access to DPI host from the control server only: <code>-A INPUT -m state --state NEW -m tcp -s 192.168.0.2 -p tcp --dport 2900 -j ACCEPT</code> 
-  - To copy fdpi_ctrl utility to the control server and start it with an argument -r host:port:<code>fdpi_ctrl load --service 6 --login test -r 192.168.0.1:2900</code> 
  
-:!: Please take care to update fdpi_ctrl on the control server on each DPI update.