MANY THANKS TO ALL MY PATRONS on 🤍🤍patreon.com/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 Wi-Fi to a VLAN 22:04 configuring a 2nd access point 24:30 Best practices and tips Related videos: Extend a Guest Wi-Fi to a second accesss point 🤍youtu.be/4t_S2oWsBpE Configure the Firewall on OpenWrt 🤍youtu.be/UvniZs8q3eU Wi-Fi Fast Roaming 🤍youtu.be/kMgs2XFClaM Build a managed switch with OpenWrt 🤍youtu.be/yCV-08tSwe8 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: 🤍🤍kernel.org/doc/Documentation/networking/dsa/dsa.txt Please support me on patreon: 🤍🤍patreon.com/onemarcfifty My youtube channel: 🤍🤍youtube.com/onemarcfifty Marc on Twitter: 🤍twitter.com/onemarcfifty Marc on Facebook: 🤍🤍facebook.com/onemarcfifty/ Marc on Reddit: 🤍🤍reddit.com/user/onemarcfifty Chat with me on Discord: 🤍discord.com/invite/DXnfBUG Licence-free music on / Lizenzfreie Musik von 🤍🤍terrasound.de/lizenzfreie-musik-fuer-youtube-videos/Licence-free music on / Lizenzfreie Musik von 🤍🤍terrasound.de/lizenzfreie-musik-fuer-youtube-videos/
Yes to openwrt vlan in vm
Why i dont have that Switch menu in my Xiaomi 4a OpenWrt 21?
HI, I bought a xiaomi mi 4a router after i watched your openwrt flash video. Could you do a dual wan failover guide?
this is really helped me,thanks dude
I have a pisowifi business with 10.0.0.1/ 10.0.0.1 at 255.255.240.0/ 255.255.240.0 subnet mask.This pisowifi uses RPI3/4.This pisowifi can have AP's in usb using usb to ethernet LAN or can have AP on one or more port of the internet source with vlan capability such as openwrt. The default vlan is set to tag 22. The question is how can I set a Guest network on openwrt, make it as a source of internet for my RPI from port 3 of openwrt, port 4 is for AP's of the vendo machine(RPI), Port 2 is the LAN and port1 is the WAN2. That means it uses dual WAN.For the firewall, I can access my openwrt via LAN port but not on my pisowifi network.Can you create a video for this scenario?
great video thank you very much
Wow. This is an amazing video and the way you deliver it is very helpful to understanding the new concepts and differences. I was about to revert back to v19 because learning all this stuff from the documentation seemed to complex to put into action, with all my kids and house mates pressing me to get the network back up.
My bridge gets a dhcp address from the server but the clients connected to wifi don't
This was very helpful, thank you! I was able to use this to update my Linksys WRT1900ACS from 19.07 to 21.02, but I still have one minor question. On 19.07, my switch configuration page on LuCI had two "CPU" interfaces, eth0 and eth1, like the screenshot at qeuZqRqH-ug&t=4m44s 4:44 . However, in 21.02, I only see "eth0" like the screenshot at qeuZqRqH-ug&t=8m30s 8:30 . What is the reason for the difference?
Everything works fine following your steps (bridging lan1 through lan4 and wan, and using bridge vnet filtering) so this is more of a curiosity. But I would be interested if you knew the answer!
Wow, so much dedication for videos about OpenWrt. Loving it, great channel, subscribed!
Danke Marc, your explanations are really great. Yes, I am strongly encouraging you to make Raspberry Pi based OpenWrt tutorials, especially with the topic VLAN. Vielen Dank für deine wertvolle Zeit und viele Grüße aus NRW.
I'm shocked - PRO level education for OpenWRT , Great job. Thank You
Many thanks, just what I needed
I want to use raspberry pi 4 as a main router with only one ethernet port & extend this lan to a actual router. I mean, all the heavy parts will do the pi & the router will extend the range. Pi is boss & the router is a worker. But no usb to eth converter please 🥺🥺
I would like to see a video explaining how to make a raspberry pi4-openwrt mesh network with the ability to make multiple APs with different VLANs if possible please
I currently have a LINKSYS-WRT 1900ACS, that is my main router, and Linksys velop access points, which work fine, but i'd like to make another AP to separate my IoT devices from my main network which the velop as far as i'm aware doesn't support ):
Hello my friend! I'm from Curitiba, Brazil and I've been seeing all your videos... Your channel is awesome! I'm trying to use openWRT as the main router of my house, but for some reason it doesn't works on ipv6. There is an tutorial for this configuration? Congratulations!
hello can i install openwrt on a huawei 6510NGA AP please i need your information
Thanks so much Marc! This video helped immensely!
I echo the many other comments: YES! Would love to see a video on RPi 4 + Smart Managed Switch + VLANs!
I've used a couple of your videos now to build this type of setup with a RPi 4, Ethernet <-> USB 3.0 dongle, and Netgear L2+ switch. But would really enjoy being able to "check my work" against yours!
Very good stuff! You really know how to teach! Subcribed!!