en:subsman_remote_ctrl [Документация VAS Experts]

Differences

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

Link to this comparison view

en:subsman_remote_ctrl [2015/04/05 16:25] – created translator1en:subsman_remote_ctrl [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-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.  
-