Easy way to get 15 free YouTube views, likes and subscribers
Get Free YouTube Subscribers, Views and Likes

VLANs in OpenWrt 21

Follow
OneMarcFifty

MANY THANKS TO ALL MY PATRONS on   / onemarcfifty   !!!

The VLAN Konfiguration has changed in OpenWrt 21.02 Bridge VLAN Filtering and Distributed Switch Architecture (DSA) change the way we configure the network segmentation in a Guest, IOT and LAN Network.

00:00 Intro
00:58 TLDR – Chapter overview
01:15 Recap VLANs
04:24 Recap Version 19
08:13 Version 21 – 802.1Q VLANs
08:51 implicit/explicit configuration
10:53 Version 21 DSA and bridges
12:12 Bridge VLAN filtering
16:07 egress/ingress/tagged/untagged explained
20:50 adding WiFi to a VLAN
22:04 configuring a 2nd access point
24:30 Best practices and tips

Related videos:

Extend a Guest WiFi to a second accesss point    • extend a guest wifi on second access ...  
Configure the Firewall on OpenWrt    • How to configure OpenWrt as Firewall ...  
WiFi Fast Roaming    • CHEAP WIFI MESH ALTERNATIVE with fas...  
Build a managed switch with OpenWrt    • Building a managed switch with OpenWr...  


Commands I type or use:

cd /etc/config
cp network network.bak
opkg update
opkg install diffutils
while true; do clear ; diff network network.bak ; sleep 1 ; done



to check if IP4 forwarding is active:


cat /proc/sys/net/ipv4/ip_forward
(0: not active, 1: active)


to disable forwarding (does not survive reboot):

echo "0" (gt) /proc/sys/net/ipv4/ip_forward

(replace (gt) with the "greater" sign)


to survive reboot:
add net.ipv4.ip_forward=0
into the /etc/sysctl.conf file





The Linux Kernel DSA Documentation is here: https://www.kernel.org/doc/Documentat...



Please support me on patreon:   / onemarcfifty  
My youtube channel:    / onemarcfifty  
Marc on Twitter:   / onemarcfifty  
Marc on Facebook:   / onemarcfifty  
Marc on Reddit:   / onemarcfifty  
Chat with me on Discord:   / discord  

Licencefree music on / Lizenzfreie Musik von https://www.terrasound.de/lizenzfreie... music on / Lizenzfreie Musik von https://www.terrasound.de/lizenzfreie...

posted by gos4t27a