template:howto_tpl

Howto-Template

Just an empty template for new howto's.

Overview

Level of difficulty

 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

Instructions

GUI

Not available, yet

UCI Config System

  • Add 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                 
  • Store changes
uci commit network
  • Apply changes
/etc/init.d/network restart

UCI config files (native)

Routes are defined in /etc/config/network

  • Add new rule-section
config 'route'                                                                  
        option 'interface' 'wan'                                                
        option 'target' '83.141.4.210'                                          
        option 'netmask' '255.255.255.255'                                      
        option 'gateway' '172.27.0.1' 

Troubleshooting

Not available, yet

template/howto_tpl.txt · Last modified: 2018/05/24 09:05 (external edit)