template:howto_tpl

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
template:howto_tpl [2015/05/09 13:02]
admin
template:howto_tpl [2015/05/19 11:21]
admin [UCI config files (native)]
Line 1: Line 1:
-====== ​Topic ======+====== ​Howto-Template ​======
  
-some description+Just an empty template for new howto'​s.
  
-=== Difficutly level ===+===== Overview =====
  
-=== Related topics ​===+==== Level of difficulty ​===
  
-=== Instructions ===+   Easy
  
-== GUI ==+==== Use-case ====
  
-== console (nxt config system) ==+If someone wants to add a new howto, this might safe some work.
  
-== console (native) == +^ proberties of scenario ^^ 
 +| some propertie | some value | 
 +| some other propertie | some other value | 
 +| ... | ... |
  
 +==== Related topics ====
  
 +  * [[documentation:​configuration:​uci|UCI]]
 +  * [[documentation:​configuration:​config_files:​config_files_involved|/​etc/​config/​config_file]]
 +  ​
 +===== Instructions =====
 +
 +==== GUI ====
 +
 +Not available, yet
 +
 +==== UCI Config System ====
 +
 +  * **Add something**
 +<​code>​
 +uci add network rule                                         
 +uci set network.@rule[-1].interface=wan ​                     ​
 +uci set network.@rule[-1].target=84.141.4.210 ​               ​
 +uci set network.@rule[-1].netmask=255.255.255.255 ​           ​
 +uci set network.@rule[-1].gateway=172.27.0.1 ​                
 +</​code> ​       ​
 +
 +  * **Store changes**
 +<​code>​
 +uci commit network
 +</​code>​
 +
 +  * **Apply changes**
 +<​code>​
 +/​etc/​init.d/​network restart
 +</​code>​
 +
 +==== UCI config files (native) ====
 +
 +Routes are defined in [[documentation:​configuration:​config_files:​config_network|/​etc/​config/​network]]
 +
 +   * **Add new rule-section**
 +<​code>​
 +config '​route' ​                                                                 ​
 +        option '​interface'​ '​wan' ​                                               ​
 +        option '​target'​ '​83.141.4.210' ​                                         ​
 +        option '​netmask'​ '​255.255.255.255' ​                                     ​
 +        option '​gateway'​ '​172.27.0.1' ​
 +</​code>​
 +
 +===== Troubleshooting =====
 +
 +Not available, yet
  
  
  
  
template/howto_tpl.txt · Last modified: 2018/05/24 09:05 (external edit)