hAP AC2
Condfigurazione di un Mikrotik hAP AC2 (https://mikrotik.com/product/hap_ac2) come access point puro con tutte le interfacce in bridge e ip statico.
# may/21/2019 16:26:47 by RouterOS 6.44.3 # # model = RBD52G-5HacD2HnD /interface bridge add name=bridge1 /interface wireless set [ find default-name=wlan1 ] antenna-gain=3 band=2ghz-b/g/n channel-width=20/40mhz-Ce country=italy disabled=no frequency=auto \ frequency-mode=regulatory-domain installation=indoor mode=ap-bridge ssid=wifi set [ find default-name=wlan2 ] antenna-gain=3 band=5ghz-a/n/ac channel-width=20/40/80mhz-eeCe country=italy disabled=no frequency=auto \ frequency-mode=regulatory-domain installation=indoor mode=ap-bridge ssid=wifi /interface wireless security-profiles set [ find default=yes ] authentication-types=wpa2-psk eap-methods="" mode=dynamic-keys supplicant-identity=MikroTik wpa2-pre-shared-key=\ passwordwpa /ip hotspot profile set [ find default=yes ] html-directory=flash/hotspot /interface bridge port add bridge=bridge1 interface=ether1 add bridge=bridge1 interface=ether2 add bridge=bridge1 interface=ether3 add bridge=bridge1 interface=ether4 add bridge=bridge1 interface=ether5 add bridge=bridge1 interface=wlan1 add bridge=bridge1 interface=wlan2 /ip address add address=192.168.0.52/24 interface=ether1 network=192.168.0.0 /ip dns set servers=192.168.0.253 /ip route add distance=1 gateway=192.168.0.253 /ip ssh set allow-none-crypto=yes forwarding-enabled=remote /system clock set time-zone-autodetect=no time-zone-name=Europe/Rome /system ntp client set enabled=yes primary-ntp=192.168.0.253