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 [2021/07/23 15:18] – [config-network-device] someothertimemeta:infobox:howto_links [2024/02/01 19:32] – [config-network-device] make layout look consistent/cleaner like other box palebloodsky
Line 3: Line 3:
 <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#config-network-device&noheader&nofooter&noeditbutton}}
 +{{section>meta:infobox:howto_links#fw3-fw4&noheader&nofooter&noeditbutton}}
 </code> </code>
  
Line 10: Line 10:
 <WRAP info> <WRAP info>
 This article relies on the following: This article relies on the following:
-  * [[docs:guide-quick-start:walkthrough_login|Accessing OpenWrt 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 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> +
- +
-==== CLI skills ==== +
-<WRAP info> +
-This article relies on the following: +
-  * [[docs:guide-quick-start:sshadministration|Accessing OpenWrt CLI]] +
-  * [[docs:guide-user:base-system:uci|Managing configurations]] +
-  * [[docs:guide-user:additional-software:managing_packages|Managing packages]] +
-  * [[docs:guide-user:base-system:managing_services|Managing services]]+
 </WRAP> </WRAP>
  
 ==== config-network-device ==== ==== config-network-device ====
-<WRAP info+<WRAP important
-This article may contain network configuration that is version dependent +This article may contain network configuration that depends on 2021-06 migration to DSA
-post 2021-06+
   * ifname@interface has been moved to device and device sections   * ifname@interface has been moved to device and device sections
-  * while legacy ifname syntax may work on 21.02 or recent master it is recommended that you migrate to device usage +  * while legacy ifname syntax may work on 21.02 or later it is recommended you migrate your device 
-**More Information** +  [[docs:guide-user:network:dsa:start|DSA Networking]] 
-  [[https://forum.openwrt.org/t/mini-tutorial-for-dsa-network-config/96998|Mini tutorial for DSA network config]]+  [[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