Hi Caci99,
Thanks for the reply. Yeah I tried that and still no luck, used command line and then the gui in Winbox and still the connection continues to ping away happily between subnets.
Below is my complete config. Baffled still
############
[admin@MikroTik] > export
# jan/02/1970 00:26:57 by RouterOS 6.15
# software id = ICMS-0ZFN
#
/interface bridge
add admin-mac=4C:5E:0C:78:A9:23 auto-mac=no l2mtu=1598 name=bridge-local
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-ht-above \
disabled=no distance=indoors l2mtu=2290 mode=ap-bridge ssid=MikroTik-78A927
/interface ethernet
set [ find default-name=ether1 ] name=ether1-gateway
set [ find default-name=ether2 ] name=ether2-master-local
set [ find default-name=ether3 ] name=ether3-slave-local
set [ find default-name=ether4 ] name=ether4-slave-local
set [ find default-name=ether5 ] name=ether5-slave-local
/ip neighbor discovery
set ether1-gateway discover=no
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m \
mac-cookie-timeout=3d
/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
add name=pool1Port3 ranges=10.0.0.50-10.0.0.254
add name=pool2port4 ranges=192.168.2.50-192.168.2.254
add name=pool3port5 ranges=192.168.3.50-192.168.3.254
/ip dhcp-server
add address-pool=default-dhcp disabled=no interface=bridge-local lease-time=10m \
name=default
add address-pool=pool1Port3 disabled=no interface=ether3-slave-local \
lease-time=1h name="Port3 DHCP"
add address-pool=pool2port4 disabled=no interface=ether4-slave-local name=\
"Port4 DHCP"
add address-pool=pool3port5 disabled=no interface=ether5-slave-local name=\
"Port5 DHCP"
/interface bridge port
add bridge=bridge-local interface=ether2-master-local
add bridge=bridge-local interface=wlan1
/ip address
add address=192.168.88.1/24 comment="default configuration" interface=\
bridge-local network=192.168.88.0
add address=10.0.0.1/24 interface=ether3-slave-local network=10.0.0.0
add address=192.168.2.1/24 interface=ether4-slave-local network=192.168.2.0
add address=192.168.3.1/24 interface=ether5-slave-local network=192.168.3.0
/ip dhcp-client
add comment="default configuration" dhcp-options=hostname,clientid disabled=no \
interface=ether1-gateway
/ip dhcp-server network
add address=10.0.0.0/24 dns-server=10.0.0.1 gateway=10.0.0.1
add address=192.168.2.0/24 dns-server=192.168.2.1 gateway=192.168.2.1
add address=192.168.3.0/24 dns-server=192.168.3.1 gateway=192.168.3.1
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
add action=drop chain=forward dst-address=192.168.2.0/24 src-address=\
10.0.0.0/24 src-address-list=""
add action=drop chain=forward dst-address=10.0.0.0/24 src-address=\
192.168.2.0/24
/ip firewall nat
add action=masquerade chain=srcnat comment="default configuration" \
out-interface=ether1-gateway to-addresses=0.0.0.0
/ip upnp
set allow-disable-external-interface=no
/system leds
set 0 interface=wlan1
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=ether2-master-local
add interface=ether3-slave-local
add interface=ether4-slave-local
add interface=ether5-slave-local
add interface=wlan1
add interface=bridge-local
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=ether2-master-local
add interface=ether3-slave-local
add interface=ether4-slave-local
add interface=ether5-slave-local
add interface=wlan1
add interface=bridge-local
[admin@MikroTik] >