May I use the hold-reset on power technique instead? When I try your way, I can't connect to the hAP anymore...1. Go to System->Reset Configuration, tick "Do Not Backup" and "No Default Configuration" then click Reset Configuration
Did you mean IP address?2. When the router has rebooted access the Quick Set page using the MAC address of the hAP
How do I know which is the appropriate netmask, gateway and DNS ? My router IP is 192.168.1.1 and provides IP in the range of 192.168.1.xxx.4. Under Bridge set a static IP in your home wifi subnet along with the appropriate netmask, gateway and DNS. Select "Bridge All LAN Ports". Make sure it is not an IP that the home router would assign automatically.
How? In Winbox, I only see a promp for IP address.6. Access the configuration pages using the MAC address
# dec/04/2019 23:20:21 by RouterOS 6.42.11
# software id = V8LI-Q6E1
#
# model = RB941-2nD
# serial number = A1C50A2CBA7A
/interface bridge
add name=bridge1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk eap-methods="" management-protection=\
allowed mode=dynamic-keys name="helios medical" supplicant-identity="" \
wpa2-pre-shared-key=WIFI-PASSWORD
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce \
disabled=no frequency=auto mode=ap-bridge security-profile=\
"helios medical" ssid="WIFI-NAME" wireless-protocol=802.11
/interface bridge port
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=bridge1
/system identity
set name=APxxx
Very helpful post. I am stuck on setting a static ip step can you elaborate on it?And in the spirit of sharing, here is my process for the hAP lite but it's pretty generic:
- Plug router into network and connect laptop to router
- Run Winbox, find neighbours and connect to the router
- System/Reset Configuration: Reset router without no default configuration
- Reconnect to bridge
- System/Password: change password
- System/Identity: change name
- Bridge/Bridge: Add new bridge (list should be empty)
- Bridge/Ports: Add each ethernet & wireless interfaces. Note: you will be disconnected when you add the port used by the laptop
- IP/DHCP client: add new DHCP client against bridge interface (or assign static IP)
- Wireless/Security profiles: add a new profile:
- Name: something memorable
- Authentication: suggest just WPA2 PSK these days
- WPA Pre-shared key: as required (the Wi-Fi password)
- Wireless/Wi-Fi interfaces: Enable the wireless interface
- Wireless/Wi-Fi interfaces: edit Wireless tab:
- Switch to advanced
- Mode: ap bridge
- Band: 2GHz-B/G/N
- Channel width: 20/40MHz Ce
- Frequency: auto
- SSID: as required
- Wireless protocol: 802.11
- Security profile as required
/interface bridge
add name=AP_bridge
/interface wireless
set [ find default-name=wlan1 ] ssid=MikroTik
set [ find default-name=wlan2 ] ssid=MikroTik
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/interface bridge port
add bridge=AP_bridge interface=all
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=AP_bridge
/system clock
set time-zone-name=America/New_York
[admin@MikroTik] >
You are the best, fast and easy solution!You can use Quickset mode:
use the "AP" quickset and on the right side, select to not use "Router" mode but "bridge".
# 2024-11-17 17:28:22 by RouterOS 7.16.1
# software id = 8FUA-RC9M
#
# model = L41G-2axD
# serial number = <<serial number>>
/interface bridge
add comment="contains all interfaces" name=bridge-lan
/interface wifi configuration
add country=Australia disabled=no name=cfg1 ssid=<ssid>
/interface wifi security
add authentication-types=wpa2-psk disabled=no name=sec1 passphrase=\
<<passphrase>>
/interface wifi
set [ find default-name=wifi1 ] configuration=cfg1 configuration.mode=ap \
disabled=no security=sec1
/interface bridge port
add bridge=bridge-lan interface=all
/ip settings
set ip-forward=no
/ip dhcp-client
add interface=bridge-lan
/system clock
set time-zone-name=Australia/<<time zone>>
/system identity
set name=<<name>>
/system note
set show-at-login=no
Would you mind explaining what this means?
Number of days since it was not DNS = 0
Oh! Yes, I'm certinly familiar with the 'it's been X days since Y' signs -- got it.@Josephny, it is an old joke, originally presented in the format you might see on building, mining or manufacturing sites, 'x Number of Days since Workplace Injury'. Try searching 'DNS meme' or 'DNS haiku' for a couple of versions.
Reality tends to be that it is not in fact DNS itself but a user error related to addressing or caching thereof, whether DNS or DHCP. DNS tends not to be well understood anyway so it makes an easy explanation for a variety of problems, but still (with DHCP) a worthwhile place to look.
One could add....
I found this haiku:
"It’s not DNS
There’s no way it’s DNS
It was DNS"