Skip to content

Mikrotik simple wireless config for new wave2 driver (Home AP Dual)

Notifications You must be signed in to change notification settings

Grishakov/mikrotik-simple-wireless-v7WIFI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

This is a simple script for setting up Wi-Fi on a Mikrotik hAP (ac2,ac3,ax2,ax3) router. Single SSID for two bands.

The settings are only applicable for wifi-qcom and wifi-qcom-ac drivers.

Use the latest stable version of RouterOS.

How to use:

The configuration of wireless interfaces will be lost!

  1. Back up your wireless network settings:
/interface/wifi/export file=wifibackup show-sensitive
  1. Download the setup script:
/tool/fetch url="https://raw.githubusercontent.com/Grishakov/mikrotik-simple-wireless-v7WIFI/main/cfg-wifi.rsc" mode=https
  1. Change SSID and password:
/file/edit cfg-wifi.rsc value-name=contents

For hAP AC2/3, also change

qos-classifier=priority
security.authentication-types=wpa2-psk
  1. Import the configuration:
/import cfg-wifi.rsc
  1. For hAP AC2/3 only, add the following rule:
/ip/firewall/mangle/
add action=set-priority chain=postrouting new-priority=from-dscp-high-3-bits passthrough=yes

Done!

About

Mikrotik simple wireless config for new wave2 driver (Home AP Dual)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published