RB mAP 2n - weird problem with ethernet and masquerade.

I’m trying to use mAP 2n as a small router.
if I set it to wireless+ 1 of the eth ports in bridge, and masquerade on the other eth (like in default config), I am obtaining IP, but there is no data transmission after that.
Doesn’t matter which eth port it is, both behave same way when port is not in bridge with masquerade set on it.

Tested with draytek 120 adsl modem, and Netgear adsl modem/router. Both work flawlessly with my RB 951G-2HnD and RB2011-UAS-2HnD-In.

Strangely, it works perfectly if I replace my adsl modem with another mikrotik device. Are there any known issues with the mAP 2n, or any solution to my problem?

post your /export output

I will have to set it up again to do export, will do it on sunday.
But it happens with the factory settings as well without any changes to it. (I didn’t really change this part of settings, only configured my wifi, so the export file will show you the default config.

Obtaining IP correctly, adding default route, gateway is correct.
In routes I see 0.0.0.0 reachable, with my modem as a gateway.
After that no more packets travel through, can’t access my adsl modem via it’s IP. Like some sort of incompatibility with non-mikrotik devices/issue with masquerade?

edit: here’s my current export, pretty much default config. It works as a wireless repeater only ATM, nothing connected to eth ports.

# oct/03/2014 09:44:48 by RouterOS 6.19
# software id = 73YG-70TJ
#
/interface bridge
add admin-mac=4C:5E:0C:6F:B0:CD auto-mac=no l2mtu=1598 name=bridge-local
/interface ethernet
set [ find default-name=ether1 ] auto-negotiation=no name=ether1-gateway \
    rx-flow-control=auto speed=10Mbps tx-flow-control=auto
/ip neighbor discovery
set ether1-gateway discover=no
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n basic-rates-a/g=6Mbps,36Mbps \
    basic-rates-b=1Mbps,11Mbps country="united kingdom" disabled=no distance=\
    indoors frequency-mode=regulatory-domain l2mtu=1600 mode=ap-bridge \
    preamble-mode=long radio-name=ap2.home.net security-profile=profile1 \
    ssid=home.net supported-rates-a/g=\
    6Mbps,9Mbps,12Mbps,18Mbps,24Mbps,36Mbps,48Mbps wds-default-bridge=\
    bridge-local wds-mode=dynamic-mesh
/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=default-dhcp interface=bridge-local lease-time=10m name=\
    default
/interface bridge port
add bridge=bridge-local interface=ether2
add bridge=bridge-local interface=wlan1
/ip address
add address=192.168.0.2/24 comment="default configuration" interface=\
    bridge-local network=192.168.0.0
/ip dhcp-client
add comment="default configuration" dhcp-options=hostname,clientid interface=\
    ether1-gateway
add default-route-distance=0 dhcp-options=hostname,clientid disabled=no \
    interface=bridge-local
/ip dhcp-server network
add address=192.168.88.0/24 comment="default configuration" dns-server=\
    192.168.88.1 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="default configuration" protocol=icmp
add chain=input comment="default configuration" connection-state=established
add chain=input comment="default configuration" connection-state=related
add action=drop chain=input comment="default configuration" in-interface=\
    ether1-gateway
add chain=forward comment="default configuration" connection-state=\
    established
add chain=forward comment="default configuration" connection-state=related
add action=drop chain=forward comment="default configuration" \
    connection-state=invalid
/ip firewall nat
add action=masquerade chain=srcnat comment="default configuration" \
    out-interface=ether1-gateway
/ip upnp
set allow-disable-external-interface=no
/system clock
set time-zone-name=Europe/London
/system identity
set name=ap2.home.net
/system leds
set 3 interface=ether1-gateway
/system ntp client
set enabled=yes primary-ntp=87.117.251.3 secondary-ntp=88.150.156.178
/system routerboard settings
set cpu-frequency=400MHz
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=ether2
add interface=wlan1
add interface=bridge-local
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=ether2
add interface=wlan1
add interface=bridge-local