I follow guide on the wiki : https://wiki.mikrotik.com/wiki/Connect_to_an_Available_Wireless_Network
Acces point is ASUS router, I configured a Mikrotik mAP 2n following the guide. I am connected to mAP 2n with notebook by ethernet cable to ETH2 port.
Export of configuration is following:
[admin@MikroTik] > /export
jan/02/1970 00:20:16 by RouterOS 6.36.3
software id = YHRS-316U
/interface bridge
add admin-mac=M4:8F:8A:13:82:11 auto-mac=no comment=defconf name=bridge
/ip neighbor discovery
set ether1 discover=no
set bridge comment=defconf
/interface wireless security-profiles
add authentication-types=wpa2-psk management-protection=allowed mode=
dynamic-keys name=profile1 wpa2-pre-shared-key=WeEll45nT
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce
disabled=no distance=indoors frequency=auto security-profile=profile1 ssid=
MikroTik-158714 wireless-protocol=802.11
/ip pool
add name=dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge name=defconf
/interface bridge port
add bridge=bridge comment=defconf interface=ether2
/ip address
add address=192.168.88.1/24 comment=defconf interface=ether2 network=
192.168.88.0
/ip dhcp-client
add comment=defconf dhcp-options=hostname,clientid disabled=no interface=wlan1
/ip dhcp-server network
add address=192.168.88.0/24 comment=defconf gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 name=router
/ip firewall filter
add action=accept chain=input comment=“defconf: accept ICMP” protocol=icmp
add action=accept chain=input comment=“defconf: accept established,related”
connection-state=established,related
add action=drop chain=input comment=“defconf: drop all from WAN” in-interface=
ether1
add action=fasttrack-connection chain=forward comment=“defconf: fasttrack”
connection-state=established,related
add action=accept chain=forward comment=“defconf: accept established,related”
connection-state=established,related
add action=drop chain=forward comment=“defconf: drop invalid” connection-state=
invalid
add action=drop chain=forward comment=
“defconf: drop all from WAN not DSTNATed” connection-nat-state=!dstnat
connection-state=new in-interface=ether1
/ip firewall nat
add action=masquerade chain=srcnat comment=“defconf: masquerade” out-interface=
wlan1
/system routerboard settings
set cpu-frequency=400MHz
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=bridge
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=bridge
After applying configuration, connection to mAP 2n is lost, notebook does not get IP address, end with 169.254.77.132 address without gate. Of course, then there is not connection to internet from notebook.
Could you please suggest-tell me what is wrong?
Or, could you recommend me right guide?
Thank you for recommendations.