I am installing a new standalone access point (AP) in the company network to enable wireless connections on a specific subnet.
I’m questioning the IP addressing? How do I assign a static IP to the device and yet it continue to distribute IP’s via the subnet DHCP?
My second ask is for any commentary on the configuration. I am new to the mikrotik ecosystem. I’ve been setting up a company network using routers and switches. This is the first and only access point.
The device is powered using the OEM power supply. It will use PoE in the final install. Our current climate has the thermometer hovering around -30 Celsius. Are there any ‘gotchas’ I need to be aware of? I would like to minimize my time outside up on the cherry picker getting the device working.
The device connects to the network via wired ether1. The AP bridge is configured for a DHCP client. Interfaces wifi1, wifi2 & ether1 are ports on the bridge. The bridge receives an IP and all clients that connect to the AP receive an IP from the same subnet.
In the attached configuration I have assigned a static IP to the ether1 interface. The device now has two IP’s. The bridge IP assigned from DHCP client and the static assigned. How would you configure the device to use only one IP and provide the DHCP IP’s to AP clients?
[admin@SeedPlant_AP] > export
# 2026-01-26 12:43:51 by RouterOS 7.21.1
# software id = FXHL-A29B
#
# model = L22UGS-5HaxD2HaxD
# serial number =
/interface bridge
add admin-mac= auto-mac=no comment=defconf name=bridge
/interface wifi channel
add band=5ghz-ax frequency=5180 name=5GHZ::CH36 width=20mhz
add band=5ghz-ax frequency=5200 name=5GHZ::CH40 width=20mhz
add band=5ghz-ax frequency=5220 name=5GHZ::CH44 width=20mhz
add band=5ghz-ax frequency=5240 name=5GHZ::CH48 width=20mhz
add band=5ghz-ax frequency=5745 name=5GHZ::CH149 width=20mhz
add band=5ghz-ax frequency=5765 name=5GHZ::CH153 width=20mhz
add band=5ghz-ax frequency=5785 name=5GHZ::CH157 width=20mhz
add band=5ghz-ax frequency=5805 name=5GHZ::CH161 width=20mhz
add band=5ghz-ax frequency=5825 name=5GHZ::CH165 width=20mhz
add band=5ghz-ax disabled=no frequency=5180,5200,5220,5240 name=5GHZ::UNII-1 width=20mhz
add band=5ghz-ax disabled=no frequency=5745,5765,5785,5805,5825 name=5GHZ::UNII-3 width=20mhz
add band=5ghz-ax disabled=no frequency=5180,5200,5220,5240,5745,5765,5785,5805,5825 name=5GHZ::NON-DFS width=20mhz
add band=2ghz-ax frequency=2412 name=2GHZ::CH1 width=20mhz
add band=2ghz-ax frequency=2437 name=2GHZ::CH6 width=20mhz
add band=2ghz-ax frequency=2462 name=2GHZ::CH11 width=20mhz
add band=2ghz-ax disabled=no frequency=2412,2437,2462 name=2GHZ::AUTO width=20mhz
/interface wifi
set [ find default-name=wifi1 ] channel=2GHZ::AUTO channel.band=2ghz-ax .frequency=2412,2437,2462 .skip-dfs-channels=10min-cac .width=20mhz comment=seedplant_2G configuration.country=Canada .mode=ap .ssid=\
seedplant_2G disabled=no name=wifi1_2G security.authentication-types=wpa2-psk,wpa3-psk .encryption="" .ft=yes .ft-over-ds=yes
set [ find default-name=wifi2 ] channel=5GHZ::NON-DFS channel.band=5ghz-ax .frequency=5180,5200,5220,5240,5745,5765,5785,5805,5825 .skip-dfs-channels=10min-cac .width=20mhz comment=seedplant_5G \
configuration.country=Canada .mode=ap .ssid=seedplant_5G disabled=no name=wifi2_5G security.authentication-types=wpa2-psk,wpa3-psk .encryption="" .ft=yes .ft-over-ds=yes
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
add bridge=bridge comment=defconf interface=sfp1
add bridge=bridge comment=defconf interface=wifi1_2G
add bridge=bridge comment=defconf interface=wifi2_5G
/ip address
add address=192.168.2.42/24 comment=AP_interface interface=ether1 network=192.168.2.0
/ip dhcp-client
add comment=defconf interface=bridge
/system clock
set time-zone-name=
/system identity
set name=SeedPlant_AP