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 14:26] – [Infoboxes] 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> </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 CLI]] +  * ifname@interface has been moved to device and device sections 
-  * [[docs:guide-user:base-system:uci|Managing configurations]] +  * 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>
  
-==== config-network-device ==== +==== fw3-fw4 ==== 
-<WRAP info+<WRAP important
-This article may contain network configuration that is version dependent +**The firewall backend has been changed from iptables (fw3) to nftables (fw4) in OpenWrt 22.03** 
-post 2021-06 ifname@interface has been moved to device and device +  * Native UCI configuration works exactly in the same way and requires no adaptation 
-sections. While older ifname syntax may work on 21.02 or recent master +  * However, any custom firewall configuration using ''iptables'' **will not work** on OpenWrt 22.03. It needs to be replaced by an equivalent ''nft'' mechanism.
-it is recommended that you migrate to device usage.+
 </WRAP> </WRAP>
- 
  • Last modified: 2024/02/01 19:42
  • by palebloodsky