У нас вы можете посмотреть бесплатно How to Configure MikroTik hAP ax² | Step-by-Step Basic Setup for Beginners (Full Tutorial) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Hello everyone 👋 In this video, I will show you step by step how to configure the MikroTik hAP ax² router from start to finish. We’ll go through all the important configurations — from assigning an IP address, setting up DHCP, NAT, DNS, firewall, and updating RouterOS & firmware. This tutorial is perfect for beginners who want to set up their MikroTik router for home or small office use. 🧠 What You’ll Learn in This Video ✅ How to connect and login to MikroTik using Winbox ✅ Assign LAN IP address: 192.168.10.1/24 ✅ Create DHCP Pool: 192.168.10.2 - 192.168.10.254 ✅ Set DNS to 8.8.8.8 ✅ Configure DHCP Server and Network ✅ Setup NAT (Masquerade) for Internet sharing ✅ Add Basic Firewall Rules ✅ Setup DHCP Client on WAN (ether1) ✅ Ping test to verify internet ✅ Update RouterOS & Firmware ✅ Test connectivity on PC 🧱 Firewall & Security Tips Allow management only from LAN ports Disable unused services like Telnet and FTP Keep your RouterOS updated Always set a strong password After configuration, your PC should automatically get an IP address from the router (192.168.10.x), gateway 192.168.10.1, and have internet access. You can verify by running ping 8.8.8.8 or browsing any website. 📦 Router Used Model: MikroTik hAP ax² RouterOS: 7.x version Configuration Tool: Winbox If you found this video helpful, don’t forget to: 👍 Like💬 Comment 🔔 Subscribe for more MikroTik & Networking tutorials ⚙️ MikroTik Commands Used in This Video /system identity set name="hAP-ax2" /user set [find name=admin] password="YourStrongPassword" /interface bridge add name=bridge-LAN /interface bridge port add bridge=bridge-LAN interface=ether2 /interface bridge port add bridge=bridge-LAN interface=ether3 /interface bridge port add bridge=bridge-LAN interface=ether4 /interface bridge port add bridge=bridge-LAN interface=ether5 /ip address add address=192.168.10.1/24 interface=bridge-LAN /ip pool add name=dhcp_pool ranges=192.168.10.2-192.168.10.254 /ip dns set servers=8.8.8.8 allow-remote-requests=yes /ip dhcp-server add name=dhcp1 interface=bridge-LAN address-pool=dhcp_pool disabled=no /ip dhcp-server network add address=192.168.10.0/24 gateway=192.168.10.1 dns-server=8.8.8.8 /ip dhcp-client add interface=ether1 disabled=no use-peer-dns=no /ip firewall nat add chain=srcnat out-interface=ether1 action=masquerade /ip firewall filter add chain=input connection-state=established,related action=accept /ip firewall filter add chain=input in-interface=bridge-LAN action=accept /ip firewall filter add chain=input protocol=icmp action=accept /ip firewall filter add chain=input action=drop /ping 8.8.8.8 count=5 /system package update check-for-updates /system package update download /system routerboard upgrade /system reboot /system backup save name=hap-ax2-initial-backup #MikroTik #RouterConfiguration #hAPax2 #NetworkTutorial #RouterOS #Winbox #Networking #TechCambodia