Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
documentation:config-parameters [2019/04/04 19:05] juraschekdocumentation:config-parameters [2019/09/19 14:05] fachet
Line 11: Line 11:
 $ cli get -c wanlink.1 $ cli get -c wanlink.1
 $ cli get -c wanlink.1. $ cli get -c wanlink.1.
 +</code>
 +
 +Use cli get/set to read and write paramters. 
 +Example as user admin (password of web gui):
 +<code>
 +NB1600 Command Line Interface (version 1.1)
 +> get network.lan.1.address
 +network.lan.1.address=192.168.2.2
 +> set network.lan.1.address=192.168.2.1
 +> get network.lan.1.address
 +network.lan.1.address=192.168.2.1
 +</code>
 +Example as user root (password of web gui):
 +<code>
 +$ cli get network.lan.1.address
 +network.lan.1.address=192.168.2.1
 +$ cli set network.lan.1.address=192.168.2.2
 +$ cli get network.lan.1.address
 +network.lan.1.address=192.168.2.2
 </code> </code>
  
Line 1116: Line 1135:
 https.status                    integer         0 = disabled, 1 = enabled               Web server HTTPS administrative status https.status                    integer         0 = disabled, 1 = enabled               Web server HTTPS administrative status
 https.port                      port                                                    Web server HTTPS port https.port                      port                                                    Web server HTTPS port
-https.security                  integer         0 = none,                               Web server HTTPS security +https.security                  integer         0 = none = Windows XP IE6Java 6       Web server HTTPS security 
-                                                1 = old, +                                                1 = old = Firefox 1, Chrome 1, 
-                                                2 = modern+                                                          IE 7, ... 
 +                                                2 = modern = Firefox 27, Chrome 30, 
 +                                                            IE 11 on Windows 7, ...
  
 cliphp.status                   integer         0 = disabled, 1 = enabled               CLI-PHP administrative status cliphp.status                   integer         0 = disabled, 1 = enabled               CLI-PHP administrative status