| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision |
| meta:infobox:howto_links [2020/09/20 19:36] – [How-to links] optimize link text vgaetera | meta:infobox:howto_links [2024/02/01 19:32] – [config-network-device] make layout look consistent/cleaner like other box palebloodsky |
|---|
| <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> |
| |
| <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> |
| |
| | ==== 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> |