how to set configuration for two RBs. one for merge and second for sharing ?

hi all,

i have two routers, RB2011 for merge 2 links dsl, and RB1100 for sharing internet , and i have problem , that laptops connect to network but there is no service( no internet) , and show this error in the browser(DNS_PROBE_NO_INTERNET"), and there is no problem with mobile but i feel sometimes slow browsing in mobile , i don’t know if that cause of wrong setting or in wrong connect ?

this is the configuration for RB2011

/interface bridge
add name=bridge
/interface ethernet

set [ find default-name=ether6 ] speed=1Gbps


set [ find default-name=ether1 ] comment=ether1 name=wan1
set [ find default-name=ether4 ] comment=ether4 name=wan2

/ip neighbor discovery

set ether6 discover=no


set wan1 comment=ether1 discover=no
set wan2 comment=ether4 discover=no

set bridge discover=no

/ip pool
add name=dhcp_pool1 ranges=192.168.80.25-192.168.80.254

/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=bridge lease-time=50m name=\
    dhcp1


/interface bridge port
add bridge=bridge interface=ether6

/interface bridge settings
set use-ip-firewall-for-vlan=yes

/ip address
add address=192.168.1.2/24 interface=wan1 network=192.168.1.0
add address=192.168.0.2/24 interface=wan2 network=192.168.0.0
add address=192.168.80.1/24 interface=bridge network=192.168.80.0

/ip dhcp-client
add default-route-distance=0 dhcp-options=hostname,clientid interface=wan2

/ip dhcp-server network
add address=192.168.80.0/24 gateway=192.168.80.1

/ip dns
set max-udp-packet-size=512 servers=8.8.8.8,8.8.4.4

/ip firewall mangle
add action=mark-connection chain=input in-interface=wan1 new-connection-mark=\
    wan1_conn
add action=mark-connection chain=input in-interface=wan2 new-connection-mark=\
    wan2_conn
add action=mark-routing chain=output connection-mark=wan1_conn hotspot=auth \
    new-routing-mark=wan1
add action=mark-routing chain=output connection-mark=wan2_conn hotspot=auth \
    new-routing-mark=wan2
add action=mark-connection chain=prerouting dst-address-type=!local \
    in-interface=bridge new-connection-mark=wan1_conn \
    per-connection-classifier=both-addresses-and-ports:2/0
add action=mark-connection chain=prerouting dst-address-type=!local \
    in-interface=bridge new-connection-mark=wan2_conn \
    per-connection-classifier=both-addresses-and-ports:2/1
add action=mark-routing chain=prerouting connection-mark=wan2_conn \
    in-interface=bridge new-routing-mark=wan2
add action=mark-routing chain=prerouting connection-mark=wan1_conn \
    in-interface=bridge new-routing-mark=wan1
add chain=prerouting dst-address=192.168.1.0/24 in-interface=bridge
add chain=prerouting dst-address=192.168.0.0/24 in-interface=bridge

/ip firewall nat
add action=passthrough chain=unused-hs-chain comment=\
    "place hotspot rules here" disabled=yes
add action=masquerade chain=srcnat out-interface=wan1
add action=masquerade chain=srcnat out-interface=wan2



/ip route
add check-gateway=ping distance=1 gateway=192.168.1.1 routing-mark=wan1
add check-gateway=ping distance=1 gateway=192.168.0.1 routing-mark=wan2
add check-gateway=ping distance=1 gateway=192.168.1.1
add check-gateway=ping distance=2 gateway=192.168.0.1


/system ntp client
set enabled=yes primary-ntp=41.204.120.137 secondary-ntp=8.8.8.8

and this is the configuration for RB1100


# may/23/2016 19:47:11 by RouterOS 6.35.2
# software id = 0Q7Z-F6FF
#
/interface bridge
add name=bridge1
/interface ethernet
set [ find default-name=ether1 ] arp=reply-only
set [ find default-name=ether6 ] arp=reply-only
set [ find default-name=ether7 ] arp=reply-only

/ip neighbor discovery
set ether1 discover=no

set ether6 discover=no
set ether7 discover=no

/interface vlan
add interface=ether6 name=vlan100 vlan-id=100
add interface=ether6 name=vlan101 vlan-id=101
add interface=ether6 name=vlan102 vlan-id=102
add interface=ether6 name=vlan104 vlan-id=104
add interface=ether7 name=vlan106 vlan-id=106
add interface=ether7 name=vlan107 vlan-id=107
add interface=ether7 name=vlan108 vlan-id=108
add interface=ether7 name=vlan110 vlan-id=110
add interface=ether7 name=vlan111 vlan-id=111


/ip neighbor discovery
set vlan100 discover=no
set vlan101 discover=no
set vlan102 discover=no
set vlan104 discover=no
set vlan106 discover=no
set vlan107 discover=no
set vlan108 discover=no
set vlan110 discover=no
set vlan111 discover=no
set vlan112 discover=no

/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik

/ip hotspot profile
add dns-name=www.sert.com hotspot-address=192.168.88.1 html-directory=\
    hotspot name=hsprof1 use-radius=yes
   
/ip hotspot
add disabled=no idle-timeout=5h interface=bridge1 login-timeout=10m name=\
    hotspot1 profile=hsprof1
   

/ip pool
add name=pool1 ranges=192.168.88.25-192.168.88.254

/ip dhcp-server
add add-arp=yes address-pool=pool1 disabled=no interface=bridge1 lease-time=\
    30m name=dhcp1
   

/interface bridge filter
add action=drop chain=forward mac-protocol=ip

/interface bridge port
add bridge=bridge1 interface=ether6
add bridge=bridge1 interface=ether7
add bridge=bridge1 interface=vlan100
add bridge=bridge1 interface=vlan101
add bridge=bridge1 interface=vlan104
add bridge=bridge1 interface=vlan102
add bridge=bridge1 interface=vlan106
add bridge=bridge1 interface=vlan107
add bridge=bridge1 interface=vlan108
add bridge=bridge1 interface=vlan110
add bridge=bridge1 interface=vlan111



/interface bridge settings
set use-ip-firewall-for-vlan=yes

/ip address
add address=192.168.88.1/24 interface=bridge1 network=192.168.88.0
add address=192.168.80.253/24 interface=ether1 network=192.168.80.0

/ip arp
add address=192.168.80.1 interface=ether1 mac-address=xxxxxxxxxx
add address=192.168.88.12 interface=bridge1 mac-address=xxxxxxxxxxxx
add address=192.168.88.13 interface=bridge1 mac-address=xxxxxxxxxxxxxxxx
add address=192.168.88.17 interface=bridge1 mac-address=xxxxxxxxxxxxxxxx
add address=192.168.88.15 interface=bridge1 mac-address=xxxxxxxxxxxxxxxx
add address=192.168.88.11 interface=bridge1 mac-address=xxxxxxxxxxxxx
add address=192.168.88.22 interface=bridge1 mac-address=xxxxxxxxxxxxxxx
add address=192.168.88.23 interface=bridge1 mac-address=xxxxxxxxxxxxxx


/ip dhcp-client
add default-route-distance=0 dhcp-options=hostname,clientid interface=ether1

/ip dhcp-server network
add address=192.168.88.0/24 comment="hotspot network" gateway=192.168.88.1

/ip dns
set cache-max-ttl=1h cache-size=8192KiB max-udp-packet-size=8192 servers=\
    208.67.222.222,208.67.220.220
   

/ip firewall filter
add action=passthrough chain=unused-hs-chain comment=\
    "place hotspot rules here" disabled=yes
/ip firewall mangle
add action=mark-packet chain=prerouting disabled=yes in-interface=ether1 \
    new-packet-mark=client_upload
add action=mark-packet chain=prerouting disabled=yes in-interface=bridge1 \
    new-packet-mark=client_download
add action=mark-connection chain=forward disabled=yes new-connection-mark=\
    users-con src-address=192.168.88.0/24
add action=mark-packet chain=forward connection-mark=users-con disabled=yes \
    new-packet-mark=users
   
/ip firewall nat
add action=passthrough chain=unused-hs-chain comment=\
    "place hotspot rules here" disabled=yes
add action=masquerade chain=srcnat comment="masquerade hotspot network" \
    src-address=192.168.88.0/24
   
/ip hotspot ip-binding
    "-------------IP&MAC ACCESS POINT------------"   
add address=192.168.88.16 disabled=yes mac-address=xxxxxxxxxx type=\
    bypassed
add address=192.168.88.19 disabled=yes mac-address=xxxxxxxxxxxxx type=\
    bypassed
add address=192.168.88.18 disabled=yes mac-address=xxxxxxxxxx type=\
    bypassed
add address=192.168.88.20 disabled=yes mac-address=xxxxxxxxxxxxx type=\
    bypassed
add address=192.168.88.21 disabled=yes mac-address=xxxxxxxxxxxxxxxx type=\
    bypassed

add address=192.168.88.1 comment=\
    "---------------SERVER ---------------------" mac-address=\
    xxxxxxxxxxxxxxxxx server=hotspot1 to-address=192.168.88.1 type=blocked
   
/ip hotspot service-port
set ftp disabled=yes


/ip route
add distance=1 gateway=192.168.80.1

/ip service
set ftp disabled=yes

/radius
add address=127.0.0.1 secret=123321 service=hotspot

/radius incoming
set accept=yes

and this is design for my network
hotspot.jpg

hello
test dns in rb1100

/ip dns
set max-udp-packet-size=512 servers=8.8.8.8,8.8.4.4

thanks friend, i will test it

didn’t solve the problem , i noticed that when i work with only RB2011(merge and sharing), and when i go to bridge and enable settings (use ip firewall )and (use ip firewall for vlan) , it comes the problem , and when i disable the settings there is no problem. so i tried to make it when i make the RB2011 for merge and RB110 for sharing ,and disable these settings in RB110, but nothing , still with this problem .

is there anyone can help me ?

not solved .. i don’t know if the problem from switch or rb . but when i connect nanostaion direct to ether6 , laptop connect without problem

no one can help me plz ?