Cannot administer RB2011UAS-2HnD from 2nd switch group

Hi Guys,

I am sure this is something simple.

I have configured my RB2011UAS-2HnD as a basic home router. Everything is working well.

I have a simple issue, I can only administer the router from switch group 1.

I have configured the router as follows.

ether 1 WAN
ether 2 no master
ether 3 master set to ether 2
ether 4 master set to ether 2
ether 5 master set to ether 2
ether 6 no master
ether 7 master set to ether 6
ether 8 master set to ether 6
ether 9 master set to ether 6
ether 10 master set to ether 6

1x Bridge created (bridge1) with the following ports added
ether 2
ether 6
sfp 1
wlan 1

DHCP is configured on bridge1

Any ideas why I can only administer the router on ports 2-5 (switch group 1)?

Thanks for the assistance.

Post /export compact

Here you go.

Thanks for any help or assistance you can provide.

[USERNAME@MikroTik] > /export compact
# feb/18/2014 08:50:41 by RouterOS 6.9
# software id = 90UK-7KQR
#
/interface bridge
add l2mtu=2290 name="LAN Bridge"
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-onlyn disabled=no frequency=2432 \
    l2mtu=2290 mode=ap-bridge wireless-protocol=802.11
/interface ethernet
set [ find default-name=ether1 ] comment=WAN
set [ find default-name=ether2 ] comment="LAN - DHCP"
set [ find default-name=ether3 ] master-port=ether2
set [ find default-name=ether4 ] master-port=ether2
set [ find default-name=ether5 ] master-port=ether2
set [ find default-name=ether7 ] master-port=ether6
set [ find default-name=ether8 ] master-port=ether6
set [ find default-name=ether9 ] master-port=ether6
set [ find default-name=ether10 ] master-port=ether6
/ip neighbor discovery
set ether1 comment=WAN
set ether2 comment="LAN - DHCP"
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk eap-methods="" mode=\
    dynamic-keys wpa-pre-shared-key=402602389140 wpa2-pre-shared-key=\
    123456789
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m \
    mac-cookie-timeout=3d
/ip pool
add name=dhcp_pool1 ranges=192.168.88.20-192.168.88.254
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface="LAN Bridge" name=dhcp1
/port
set 0 name=serial0
/interface bridge port
add bridge="LAN Bridge" interface=ether2
add bridge="LAN Bridge" interface=ether6
add bridge="LAN Bridge" interface=sfp1
add bridge="LAN Bridge" interface=wlan1
/ip address
add address=192.168.88.1/24 interface=ether2 network=192.168.88.0
add address=192.168.0.2/24 interface=ether1 network=192.168.0.0
/ip dhcp-server network
add address=192.168.88.0/24 gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes servers=192.168.0.1,8.8.8.8,8.8.4.4
/ip firewall nat
add action=masquerade chain=srcnat dst-address=0.0.0.0/0 src-address=\
    192.168.88.0/24
/ip route
add distance=1 gateway=192.168.0.1
/ip upnp
set allow-disable-external-interface=no
/lcd
set default-screen=stats
/lcd interface
set sfp1 interface=sfp1
set ether1 interface=ether1
set ether2 interface=ether2
set ether3 interface=ether3
set ether4 interface=ether4
set ether5 interface=ether5
set ether6 interface=ether6
set ether7 interface=ether7
set ether8 interface=ether8
set ether9 interface=ether9
set ether10 interface=ether10
set wlan1 interface=wlan1
/system clock
set time-zone-name=Etc/GMT-0
/system ntp client
set enabled=yes mode=unicast primary-ntp=80.87.128.17 secondary-ntp=\
    143.210.16.201
/tool graphing interface
add
/tool graphing resource
add

Change the 192.168.88.1/24 address interface to LAN Bridge. Now you have only address on ether2-5.