Uploaded April 2026 | Updated September 2026, 2 weeks ago
๐ฅ Learn how to configure Port Forwarding on MikroTik Router (RouterOS) โ Step-by-Step Guide ๐ฅ
In this video, you'll learn how to easily set up port forwarding on a MikroTik router to allow external access to your internal services like web servers, CCTV systems, game servers, or remote desktop.
Whether you're a beginner or an IT professional, this tutorial walks you through everything you need to know using Winbox and RouterOS firewall NAT rules.
๐ก What youโll learn in this video:
What is port forwarding and how it works
How to configure NAT rules on MikroTik
Forwarding ports for web servers, RDP, and more
Common mistakes and how to avoid them
Testing and verifying your port forwarding setup
๐ ๏ธ Requirements:
MikroTik Router (RouterOS installed)
Winbox or WebFig access
Public IP address (or DDNS setup)
๐ Why use port forwarding?
Port forwarding allows you to securely access services inside your local network from the internet. Itโs essential for hosting applications, remote access, and network management.
๐ Example use cases:
Access your home server remotely
Open ports for online gaming
Enable remote desktop (RDP)
View CCTV cameras from anywhere
๐ Commands used in this video:
- /ip firewall nat
add action=dst-nat chain=dstnat disabled=no dst-port=3000 in-interface=WAN protocol=tcp to-addresses=192.168.30.105 to-ports=3000
- /ip firewall filter
add chain=forward \
action=accept \
connection-nat-state=dstnat \
protocol=tcp \
dst-address=192.168.30.105 \
dst-port=3000 \
in-interface=WAN
- /ip firewall nat
add chain=srcnat \
out-interface=WAN \
action=masquerade
๐ If you found this video helpful, donโt forget to LIKE, COMMENT, and SUBSCRIBE for more MikroTik tutorials!
๐ธ Buy me a coffee :
buymeacoffee.com/liv4it
๐ธ Support channel & make donation :
paypal.me/aminenina/10
๐ธ Subscribe for more videos :
Youtube: youtube.com/user/aminosninatos
๐ธ Follow me On Social Media
Facebook : facebook.com/aminosninatos
***********************************************************************
๐ธ๐ How to Configure WireGuard VPN on MikroTik Router โ Step-by-Step Tutorial (RouterOS 7)
youtu.be/zjl8Dn0p1I0
๐ธ ๐ก How to Set Up Telegram Notifications on a MikroTik Router | Step-by-Step Guide
youtu.be/ZdMNAIyAFdE
๐ธ ๐ Automate MikroTik Router Configuration with Terraform | Infrastructure as Code Tutorial
youtu.be/MoJmPc-HV4Y
๐ธ ๐How to Set Up SSH Key Authentication on MikroTik Router
youtu.be/Ks0YcPUclWc
๐ธ ๐Mikrotik BGP Peering with DN42 Network
youtu.be/hHDcGfjJH0I
๐ธ ๐ MikroTik RouterOS Scripting
youtu.be/EsoWYQH6Gk0
๐ธ ๐I Asked AI to Fix My MikroTik Firewall โ Hereโs What Happened
youtu.be/RbI-X0ZXXbg
๐ธ ๐ MikroTik - Protect Your Network from Malicious IPs Using Q-Feeds
youtu.be/UekviUhSu4w
๐ธ How to Configure DNS over HTTPS (DoH) on MikroTik RouterOS v7 | Step-by-Step Guide
youtu.be/CuKNz3_wWIY
๐ธ How to Configure MikroTik Router as a DNS Server | Step-by-Step Guide (RouterOS v6 & v7)
youtu.be/XdcHRmcmm1o
๐ธ MikroTik FastTrack Explained | Boost Your Router Speed & Reduce CPU Usage
youtu.be/-uGWSsv5R9Y
๐ธ MikroTik Firewall Filter Rules Explained | Secure Your Router Against Attacks
youtu.be/CSPhjxYRU0I
๐ธ How To Secure Your MikroTik Router โ Complete RouterOS Hardening Guide
youtu.be/Hb0hiZLOzfg
๐ธ MikroTik RouterOS Connect LAN Network To The Internet
youtu.be/CSU-GqJF27k
๐ธ MikroTik RouterOS Basic Configuration | PPPoE Internet Setup Step-by-Step
youtu.be/-XA2nMEz51M
๐ธ How to Install MikroTik RouterOS Long-Term (LTS) on VMware ESXi | Step-by-Step Guide
youtu.be/bZaempHD84I
๐ธ MikroTik RouterOS LTS Explained & Install on Proxmox VE
youtu.be/NRyGPpnQGp8
๐ธ How To Install Packages On Immutable OS Fedora Silverblue
youtu.be/EfEQnRb0o2s
๐ธ Proxmox Containers with Fedora CoreOS Install
youtu.be/iEKlltIsbkE
๐ธ How To run Docker containers (OCI Images) natively in Proxmox 9.1
youtu.be/atOEMusLVtQ
๐ธ Proxmox Install ProxMenux Monitor
youtu.be/VpRGceK8ToQ
***********************************************************************
#mikrotik #portforwarding #routerOS
๐ฅ Learn how to configure Port Forwarding on MikroTik Router (RouterOS) โ Step-by-Step Guide ๐ฅ
In this video, you'll learn how to easily set up port forwarding on a MikroTik router to allow external access to your internal services like web servers, CCTV systems, game servers, or remote desktop.
Whether you're a beginner or an IT professional, this tutorial walks you through everything you need to know using Winbox and RouterOS firewall NAT rules.
๐ก What youโll learn in this video:
What is port forwarding and how it works
How to configure NAT rules on MikroTik
Forwarding ports for web servers, RDP, and more
Common mistakes and how to avoid them
Testing and verifying your port forwarding setup
๐ ๏ธ Requirements:
MikroTik Router (RouterOS installed)
Winbox or WebFig access
Public IP address (or DDNS setup)
๐ Why use port forwarding?
Port forwarding allows you to securely access services inside your local network from the internet. Itโs essential for hosting applications, remote access, and network management.
๐ Example use cases:
Access your home server remotely
Open ports for online gaming
Enable remote desktop (RDP)
View CCTV cameras from anywhere
๐ Commands used in this video:
- /ip firewall nat
add action=dst-nat chain=dstnat disabled=no dst-port=3000 in-interface=WAN protocol=tcp to-addresses=192.168.30.105 to-ports=3000
- /ip firewall filter
add chain=forward \
action=accept \
connection-nat-state=dstnat \
protocol=tcp \
dst-address=192.168.30.105 \
dst-port=3000 \
in-interface=WAN
- /ip firewall nat
add chain=srcnat \
out-interface=WAN \
action=masquerade
๐ If you found this video helpful, donโt forget to LIKE, COMMENT, and SUBSCRIBE for more MikroTik tutorials!
๐ธ Buy me a coffee :
buymeacoffee.com/liv4it
๐ธ Support channel & make donation :
paypal.me/aminenina/10
๐ธ Subscribe for more videos :
Youtube: youtube.com/user/aminosninatos
๐ธ Follow me On Social Media
Facebook : facebook.com/aminosninatos
***********************************************************************
๐ธ๐ How to Configure WireGuard VPN on MikroTik Router โ Step-by-Step Tutorial (RouterOS 7)
youtu.be/zjl8Dn0p1I0
๐ธ ๐ก How to Set Up Telegram Notifications on a MikroTik Router | Step-by-Step Guide
youtu.be/ZdMNAIyAFdE
๐ธ ๐ Automate MikroTik Router Configuration with Terraform | Infrastructure as Code Tutorial
youtu.be/MoJmPc-HV4Y
๐ธ ๐How to Set Up SSH Key Authentication on MikroTik Router
youtu.be/Ks0YcPUclWc
๐ธ ๐Mikrotik BGP Peering with DN42 Network
youtu.be/hHDcGfjJH0I
๐ธ ๐ MikroTik RouterOS Scripting
youtu.be/EsoWYQH6Gk0
๐ธ ๐I Asked AI to Fix My MikroTik Firewall โ Hereโs What Happened
youtu.be/RbI-X0ZXXbg
๐ธ ๐ MikroTik - Protect Your Network from Malicious IPs Using Q-Feeds
youtu.be/UekviUhSu4w
๐ธ How to Configure DNS over HTTPS (DoH) on MikroTik RouterOS v7 | Step-by-Step Guide
youtu.be/CuKNz3_wWIY
๐ธ How to Configure MikroTik Router as a DNS Server | Step-by-Step Guide (RouterOS v6 & v7)
youtu.be/XdcHRmcmm1o
๐ธ MikroTik FastTrack Explained | Boost Your Router Speed & Reduce CPU Usage
youtu.be/-uGWSsv5R9Y
๐ธ MikroTik Firewall Filter Rules Explained | Secure Your Router Against Attacks
youtu.be/CSPhjxYRU0I
๐ธ How To Secure Your MikroTik Router โ Complete RouterOS Hardening Guide
youtu.be/Hb0hiZLOzfg
๐ธ MikroTik RouterOS Connect LAN Network To The Internet
youtu.be/CSU-GqJF27k
๐ธ MikroTik RouterOS Basic Configuration | PPPoE Internet Setup Step-by-Step
youtu.be/-XA2nMEz51M
๐ธ How to Install MikroTik RouterOS Long-Term (LTS) on VMware ESXi | Step-by-Step Guide
youtu.be/bZaempHD84I
๐ธ MikroTik RouterOS LTS Explained & Install on Proxmox VE
youtu.be/NRyGPpnQGp8
๐ธ How To Install Packages On Immutable OS Fedora Silverblue
youtu.be/EfEQnRb0o2s
๐ธ Proxmox Containers with Fedora CoreOS Install
youtu.be/iEKlltIsbkE
๐ธ How To run Docker containers (OCI Images) natively in Proxmox 9.1
youtu.be/atOEMusLVtQ
๐ธ Proxmox Install ProxMenux Monitor
youtu.be/VpRGceK8ToQ
***********************************************************************
#mikrotik #portforwarding #routerOS










