[almost solved.....] wapAC lost in configuration with bridged wireless to vlan

Hi guys,

I am completely lost in configuration for my new wapAC - just want to replace my Cisco AP with WLC at home.

it’s my first mikrotik device and I don’t get it :frowning:
on my switch connected to wapAC I got following config:

interface gigabitethernet1
 spanning-tree portfast
 switchport trunk allowed vlan add 100,2056
 switchport trunk native vlan 2032

native vlan == untagged
trunk vlan == tagged

what I want to do:
ether1: mgmt IP via DHCP → untagged vlan2032 - works :slight_smile:
create 2 wireless - client and guest (client vlan2056 and guest vlan100)

wireless-clients: should bridge my client vlan2056 to my existing LAN (dhcp server external)
wireless-guest: should bridge my client vlan100 to my existing LAN (dhcp server external)

from quickset I have choosen WISP AP - I think this could be correct
but when I moved from routed mode to bridge I will loose connection and not able to connect again.

also I have deleted the LAN network (192.168.88.0) and removed DHCP server locally
no firewall rules are in place (deleted)
NAT also deleted

I tried to get more information from https://wiki.mikrotik.com/wiki/Manual:Interface/Bridge but I am not sure if this the correct guide.
just a little bit confused what should be bridged and from where I should start.

simple bridging without vlans (ether1 gets IP from client vlan2056) is working …

any help I would appreciate
thanks

alright, after reseting this device about 500 times and configured everything from scratch with try and error method I got it working now:

for everyone who is interessted in the configuration:

/interface bridge
add name=bridge_100
add name=bridge_2056
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce distance=indoors frequency=auto mode=\
    ap-bridge ssid=MikroTik-91F779 wireless-protocol=802.11
set [ find default-name=wlan2 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-eeeC country=austria disabled=no distance=\
    indoors frequency=auto frequency-mode=regulatory-domain mode=ap-bridge ssid=wlan-clients vlan-id=2056 \
    wireless-protocol=802.11 wps-mode=disabled
/interface ethernet
set [ find default-name=ether1 ] rx-flow-control=auto tx-flow-control=auto
/ip neighbor discovery
set ether1 discover=no
/interface vlan
add interface=ether1 name=vlan100_guest vlan-id=100
add interface=ether1 name=vlan2056_clients vlan-id=2056
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk mode=dynamic-keys supplicant-identity=MikroTik \
    wpa-pre-shared-key=password! wpa2-pre-shared-key=password!
add authentication-types=wpa2-psk eap-methods="" management-protection=allowed mode=dynamic-keys name=guest_profiles \
    supplicant-identity="" wpa2-pre-shared-key=password!
/interface wireless
add disabled=no keepalive-frames=disabled mac-address=66:D1:54:91:F7:78 master-interface=wlan2 multicast-buffering=\
    disabled name=wlan3 security-profile=guest_profiles ssid=wlan_guest vlan-id=100 wds-cost-range=0 \
    wds-default-cost=0 wps-mode=disabled
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/interface bridge port
add bridge=bridge_2056 comment=clients interface=wlan2 pvid=2056
add bridge=bridge_2056 interface=vlan2056_clients
add bridge=bridge_100 comment=guest interface=wlan3 pvid=100
add bridge=bridge_100 interface=vlan100_guest
/interface bridge vlan
add bridge=bridge_2056 untagged=wlan2 vlan-ids=2056
add bridge=bridge_2056 untagged=wlan3 vlan-ids=100
/ip dhcp-client
add comment=defconf dhcp-options=hostname,clientid disabled=no interface=ether1
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 name=router.lan
/system ntp client
set enabled=yes primary-ntp=10.0.32.67
/tool mac-server
set [ find default=yes ] disabled=yes
add
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add

but also have one small issue:
how do I get rid of this??

/ip dns static
add address=192.168.88.1 name=router.lan

i cannot find the config within winbox - also using cli