template:howto_tpl

This is an old revision of the document!


A PCRE internal error occured. This might be caused by a faulty plugin

====== 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 | | ... | ... | ==== 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> root@dd-wrt-nxt:/# uci add network rule cfg0792bd root@dd-wrt-nxt:/# uci set network.@rule[-1].interface=wan root@dd-wrt-nxt:/# uci set network.@rule[-1].target=84.141.4.210 root@dd-wrt-nxt:/# uci set network.@rule[-1].netmask=255.255.255.255 root@dd-wrt-nxt:/# uci set network.@rule[-1].gateway=172.27.0.1 root@dd-wrt-nxt:/# uci commit network root@dd-wrt-nxt:/# /etc/init.d/network reload </code> * **Store changes** <code> uci commit xxx </code> * **Apply changes** <code> /etc/init.d/xxx restart </code> ==== UCI config files (native) ==== [[documentation:configuration:config_files:config_file_network|/etc/config/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.1432034376.txt.gz · Last modified: 2018/05/24 09:05 (external edit)