In networking when we talk about untagged VLANs, or untagged traffic, we’re referring to ethernet frames that don’t carry any VLAN tag information e.g., traffic that contains no VLAN tag information for a receiving switch port or device to read. In contrast, tagged traffic includes a VLAN tag inside the ethernet frame that can be viewed and read by switches and devices as a way of identifying what VLAN network it belongs to, and then make a forwarding decision based on that information.
Continue readingCategory Archives: Networking
How To Host an FTP Server On a Mikrotik Router
Setting up FTP file transfer between your Mikrotik router and FTP client is quite easy. This guide will show you how to allow local, and remote users access to your router routers file system using FTP.
Local FTP Access:
Login to your router and enable the FTP IP service by opening a new terminal and typing the following:
ip service enable ftp
Continue reading Mikrotik RouterOS: Simple Guest Vlan Configuration
In this guide I will explain one possible way to setup a guest network using a bridge and VLANS on Mikrotik RouterOS. I’ll be using a hAP running v6.45.9.
This guide assumes you already have basic configuration knowledge as we will not be covering topics such as NAT, DNS, Wi-Fi adapter settings, basic firewall rules and/or breakout interfaces. It also assumes that a basic LAN network and bridge exists. The default out the box Mikrotik config should work fine for this.
Continue reading


