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/10 13:46]
admin [Related topics]
template:howto_tpl [2018/05/24 09:05] (current)
Line 1: Line 1:
-====== ​HOWTO tpl ======+====== ​Howto-Template ​======
  
-template for new howto'​s+Just an empty template for new howto'​s.
  
 ===== Overview ===== ===== Overview =====
Line 7: Line 7:
 ==== Level of difficulty === ==== Level of difficulty ===
  
-   Medium+   Easy 
 + 
 +==== Use-case ==== 
 + 
 +If someone wants to add a new howto, this might safe some work. 
 + 
 +^ proberties of scenario ^^ 
 +| some propertie | some value | 
 +| some other propertie | some other value | 
 +| ... | ... |
  
 ==== Related topics ==== ==== Related topics ====
  
-  * [[documentation:​configuration:​uci]] +  * [[documentation:​configuration:​uci|UCI]] 
-  * [[template:config_tpl|/​etc/​config/​x]]+  * [[documentation:​configuration:​config_files:config_files_involved|/​etc/​config/​config_file]]
   ​   ​
 ===== Instructions ===== ===== Instructions =====
Line 20: Line 29:
 Not available, yet Not available, yet
  
-==== System-Shell (UCI Config System====+==== UCI Config System ====
  
   * **Add something**   * **Add something**
 <​code>​ <​code>​
-something+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> ​       ​ </​code> ​       ​
- 
-  * **Setup something else** 
-<​code>​ 
-do something else 
-</​code>​ 
  
   * **Store changes**   * **Store changes**
 <​code>​ <​code>​
-uci commit+uci commit ​network
 </​code>​ </​code>​
  
   * **Apply changes**   * **Apply changes**
 <​code>​ <​code>​
-/​etc/​init.d/​xxx restart+/​etc/​init.d/​network ​restart
 </​code>​ </​code>​
  
-==== System-Shell ​(native) ====+==== UCI config files (native) ====
  
-Not available, yet+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 ===== ===== Troubleshooting =====
template/howto_tpl.1431265582.txt.gz · Last modified: 2018/05/24 09:05 (external edit)