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
Next revisionBoth sides next revision
meta:infobox:howto_links [2019/04/28 02:16] – updated vgaeterameta:infobox:howto_links [2024/02/01 19:32] – [config-network-device] make layout look consistent/cleaner like other box palebloodsky
Line 1: Line 1:
 ====== How-to links ====== ====== How-to links ======
-These infoboxes can be included in other pages via the following section-includes. +===== Infoboxes =====
 <code> <code>
 {{section>meta:infobox:howto_links#basic_skills&noheader&nofooter&noeditbutton}} {{section>meta:infobox:howto_links#basic_skills&noheader&nofooter&noeditbutton}}
-{{section>meta:infobox:howto_links#cli_skills&noheader&nofooter&noeditbutton}}+{{section>meta:infobox:howto_links#config-network-device&noheader&nofooter&noeditbutton}} 
 +{{section>meta:infobox:howto_links#fw3-fw4&noheader&nofooter&noeditbutton}}
 </code> </code>
  
-===== Infoboxes ===== 
 ==== Basic skills ==== ==== Basic skills ====
 <WRAP info> <WRAP info>
 This article relies on the following: This article relies on the following:
-  * [[docs:guide-quick-start:walkthrough_login|Accessing OpenWrt via WebUI]] +  * Accessing [[docs:guide-quick-start:walkthrough_login|web interface]] [[docs:guide-quick-start:sshadministration|command-line interface]] 
-  * [[docs:guide-quick-start:sshadministration|Accessing OpenWrt via CLI]]+  * Managing [[docs:guide-user:base-system:uci|configs]] / [[docs:guide-user:additional-software:managing_packages|packages]] / [[docs:guide-user:base-system:managing_services|services]] / [[docs:guide-user:base-system:log.essentials|logs]]
 </WRAP> </WRAP>
  
-==== CLI skills ==== +==== config-network-device ==== 
-<WRAP info+<WRAP important
-This article relies on the following: +This article may contain network configuration that depends on 2021-06 migration to DSA 
-  * [[docs:guide-quick-start:sshadministration|Accessing OpenWrt via CLI]] +  * ifname@interface has been moved to device and device sections 
-  * [[docs:guide-user:base-system:uci|Configuring OpenWrt with UCI]] +  * while legacy ifname syntax may work on 21.02 or later it is recommended you migrate your device 
-  * [[docs:guide-user:additional-software:managing_packages|Managing packages]] +  * [[docs:guide-user:network:dsa:start|DSA Networking]] 
-  * [[docs:guide-user:base-system:managing_services|Managing services]]+  * [[https://forum.openwrt.org/t/mini-tutorial-for-dsa-network-config/96998|Mini tutorial for DSA network config]] on the forum 
 +  * [[https://openwrt.org/releases/21.02/notes-21.02.0#new_network_configuration_syntax_and_boardjson_change|DSA in the 21.02 release notes]]
 </WRAP> </WRAP>
  
 +==== fw3-fw4 ====
 +<WRAP important>
 +**The firewall backend has been changed from iptables (fw3) to nftables (fw4) in OpenWrt 22.03**
 +  * Native UCI configuration works exactly in the same way and requires no adaptation
 +  * However, any custom firewall configuration using ''iptables'' **will not work** on OpenWrt 22.03. It needs to be replaced by an equivalent ''nft'' mechanism.
 +</WRAP>
  • Last modified: 2024/02/01 19:42
  • by palebloodsky