Community discussions

MikroTik App
 
antonl
just joined
Topic Author
Posts: 1
Joined: Fri Apr 26, 2024 9:40 am

Use Ether1 PoE port as LAN on HAP AC Lite

Fri Apr 26, 2024 9:57 am

Hi all,

I'm trying to setup the following:
ISP ---- (ether 1 WAN) HAP AC2 (has power source) (ether 5, PoE Out) ---- (ether 1, PoE In, LAN) HAP AC Lite (power over PoE)
  • LAN DHCP Server is on HAP AC 2
  • Users will be connecting to both APs using Wireless
  • Following works right now:
    ISP ---- (ether 1 WAN) HAP AC2 (has power source) (ether 5, PoE Out) ---- (ether 2, LAN) HAP AC Lite (with power source)
I've seen a few suggestions in this forum like:
  • Full config reset
  • Add all ports including Wireless into 1 bridge
  • Profit
But it did not work for me. No matter what I do, ether 1 on HAP AC Lite does not work the same way as ether 2-5.
Here is my current config:
# jan/02/1970 00:13:10 by RouterOS 6.45.7
# software id = Q60I-068S
#
# model = RouterBOARD 952Ui-5ac2nD
# serial number = 6CBA06219DD8
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] antenna-gain=20 country=ukraine disabled=no \
    frequency-mode=regulatory-domain installation=outdoor mode=ap-bridge \
    ssid=home2.2
set [ find default-name=wlan2 ] antenna-gain=20 country=ukraine disabled=no \
    frequency=auto installation=outdoor mode=ap-bridge ssid=home2.5
/interface list
add include=all name=LAN
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk mode=dynamic-keys \
    supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/interface bridge port
add bridge=bridge1 interface=all
/interface list member
add interface=bridge1 list=LAN
/ip address
add address=192.168.88.2/24 interface=bridge1 network=192.168.88.0
/ip dhcp-relay
add dhcp-server=192.168.88.1 disabled=no interface=bridge1 name=relay1
/ip route
add distance=1 gateway=192.168.88.1
Could you please help me understand what am I doing wrong and if this even possible with HAP AC Lite?

Who is online

Users browsing this forum: Seekport [Bot] and 14 guests