This is a desperate cry for help. Like a few others, I purchased this as "works out of the box". I have spent countless hours, days, weeks trying everything I've been able to read on the forum to get it going. Only to be caught in an endless loop having me reset after trying anything new. I have a Level 4 license and when I reset the device it comes up in CPE Router mode. When I try to bridge lan1 and wlan I am able to connect to AP. Traffic is being passed on the lan but nothing on the wlan side. I'm confused about where to put the NAT (bridge,lan,wlan). DHCP client and server. I have also purchased a hAP to use as my AP inside my boat. Using Winbox and quickset to set or rather mess things up. My /export file if it helps:
[admin@MikroTik] > /export
jan/02/1970 00:03:52 by RouterOS 6.34.3
software id = VP4U-78AQ
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce
frequency=auto
/ip neighbor discovery
set wlan1 discover=no
/ip pool
add name=dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=dhcp disabled=no interface=ether1 name=defconf
/ip address
add address=192.168.88.1/24 comment=defconf interface=ether1 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 chain=input comment="defconf: accept ICMP" protocol=icmp
add chain=input comment="defconf: accept established,related" connection-state=
established,related
add action=drop chain=input comment="defconf: drop all from WAN" in-interface=
wlan1
add action=fasttrack-connection chain=forward comment="defconf: fasttrack"
connection-state=established,related
add 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=wlan1
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" out-interface=
wlan1
/system leds
set 1 interface=wlan1
/system routerboard settings
set protected-routerboot=disabled
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=ether1
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=ether1
Thank you very kindly in advance for anybody willing to help a newbie on this.
Keith / sailor59