On the second device does not work wi fi
Configuration two networks. When disabled, the first device wi fi, I can not log in to the second device on wi fi
master config
MMM MMM KKK TTTTTTTTTTT KKK
MMMM MMMM KKK TTTTTTTTTTT KKK
MMM MMMM MMM III KKK KKK RRRRRR OOOOOO TTT III KKK KKK
MMM MM MMM III KKKKK RRR RRR OOO OOO TTT III KKKKK
MMM MMM III KKK KKK RRRRRR OOO OOO TTT III KKK KKK
MMM MMM III KKK KKK RRR RRR OOOOOO TTT III KKK KKK
MikroTik RouterOS 5.26 (c) 1999-2013 http://www.mikrotik.com/
[admin@MKB_Master] > export compact
# jan/02/1970 05:33:14 by RouterOS 5.26
# software id = DD6H-3P17
#
/interface bridge
add l2mtu=65531 name=bridge_free
add l2mtu=1598 name=bridge_work
add name=bridge_lan
/interface vlan
add interface=bridge_lan l2mtu=65531 name=vlan_10_free vlan-id=10
add interface=bridge_lan l2mtu=65531 name=vlan_11_work vlan-id=11
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk eap-methods=passthrough \
group-ciphers=tkip,aes-ccm management-protection=allowed mode=dynamic-keys \
name=profile_free supplicant-identity="" unicast-ciphers=tkip,aes-ccm \
wpa-pre-shared-key=12345678 wpa2-pre-shared-key=12345678
add authentication-types=wpa-psk,wpa2-psk eap-methods=passthrough \
group-ciphers=tkip,aes-ccm management-protection=allowed mode=dynamic-keys \
name=profile_work supplicant-identity="" unicast-ciphers=tkip,aes-ccm \
wpa-pre-shared-key=p-123456 wpa2-pre-shared-key=p-123456
/interface wireless
set 0 band=2ghz-b/g/n basic-rates-b="" default-authentication=no \
default-forwarding=no ht-guard-interval=long ht-rxchains=0,1 ht-txchains=\
0,1 hw-protection-mode=rts-cts mode=ap-bridge name=wlan_free \
periodic-calibration=enabled periodic-calibration-interval=10 radio-name=\
MKB_Master rate-set=configured scan-list=2400-2500 security-profile=\
profile_free ssid=MKB_Free supported-rates-b="" tx-power=18 tx-power-mode=\
all-rates-fixed wireless-protocol=802.11
add default-authentication=no default-forwarding=no mac-address=\
4E:5E:0C:53:62:5D master-interface=wlan_free name=wlan_work \
security-profile=profile_work ssid=MKB_Work wds-cost-range=0 \
wds-default-cost=0
/interface wireless nstreme
set wlan_free enable-polling=no
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m
/ip pool
add name=dhcp_pool1 ranges=192.168.10.2-192.168.10.254
add name=dhcp_pool2 ranges=192.168.11.2-192.168.11.254
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=bridge_free name=dhcp1
add address-pool=dhcp_pool2 disabled=no interface=bridge_work name=dhcp2
/queue type
add kind=pcq name=PCQ_Download pcq-classifier=dst-address \
pcq-dst-address6-mask=64 pcq-limit=500 pcq-rate=10M pcq-src-address6-mask=\
64 pcq-total-limit=20000
add kind=pcq name=PCQ_Upload pcq-classifier=src-address pcq-dst-address6-mask=\
64 pcq-limit=500 pcq-rate=10M pcq-src-address6-mask=64 pcq-total-limit=\
20000
/queue simple
add interface=bridge_work name=queue1 queue=PCQ_Upload/PCQ_Download
/interface bridge filter
add action=drop chain=forward in-bridge=bridge_free out-bridge=bridge_free
/interface bridge port
add bridge=bridge_free interface=ether5
add bridge=bridge_work interface=wlan_work
add bridge=bridge_free interface=wlan_free
add bridge=bridge_work interface=ether4
add bridge=bridge_free interface=vlan_10_free
add bridge=bridge_work interface=vlan_11_work
add bridge=bridge_lan interface=ether2
add bridge=bridge_lan interface=ether3
/interface wireless access-list
add forwarding=no signal-range=-77
/ip address
add address=192.168.10.1/24 interface=bridge_free
add address=192.168.11.1/24 interface=bridge_work
/ip dhcp-client
add default-route-distance=0 disabled=no interface=ether1
/ip dhcp-server network
add address=192.168.10.0/24 dns-server=192.168.10.1 gateway=192.168.10.1
add address=192.168.11.0/24 dns-server=192.168.11.1 gateway=192.168.11.1
/ip dns
set allow-remote-requests=yes servers=8.8.8.8
/ip firewall nat
add action=masquerade chain=srcnat src-address=192.168.10.0/24
add action=masquerade chain=srcnat src-address=192.168.11.0/24
/ip neighbor discovery
set vlan_10_free disabled=yes
set vlan_11_work disabled=yes
/ip route
add distance=1 gateway=wlan_free
add distance=1 gateway=wlan_work
/system identity
set name=MKB_Master
/system leds
set 0 interface=wlan_free
[admin@MKB_Master] >
slave config
MMM MMM KKK TTTTTTTTTTT KKK
MMMM MMMM KKK TTTTTTTTTTT KKK
MMM MMMM MMM III KKK KKK RRRRRR OOOOOO TTT III KKK KKK
MMM MM MMM III KKKKK RRR RRR OOO OOO TTT III KKKKK
MMM MMM III KKK KKK RRRRRR OOO OOO TTT III KKK KKK
MMM MMM III KKK KKK RRR RRR OOOOOO TTT III KKK KKK
MikroTik RouterOS 6.21rc5 (c) 1999-2014 http://www.mikrotik.com/
[?] Gives the list of available commands
command [?] Gives help on the command and list of arguments
[Tab] Completes the command/word. If the input is ambiguous,
a second [Tab] gives possible options
/ Move up to base level
.. Move up one level
/command Use command at the base level
[admin@MKB_Slave] > export compact
# jan/02/1970 06:13:15 by RouterOS 6.21rc5
# software id = U7TE-E1FL
#
/interface bridge
add mtu=1500 name=bridge_free
add mtu=1500 name=bridge_lan
add mtu=1500 name=bridge_work
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n basic-rates-b="" \
default-authentication=no default-forwarding=no disabled=no frequency=\
2452 ht-guard-interval=long hw-protection-mode=rts-cts l2mtu=2290 mode=\
ap-bridge name=wlan_free periodic-calibration=enabled \
periodic-calibration-interval=10 radio-name=MKB_Slave rate-set=configured \
scan-list=2400-2500 ssid=MKB_Free supported-rates-b=2Mbps tx-power=18 \
tx-power-mode=all-rates-fixed wireless-protocol=802.11
/interface wireless nstreme
set wlan_free enable-polling=no
/interface vlan
add interface=bridge_lan l2mtu=1594 name=vlan_10_free vlan-id=10
add interface=bridge_lan l2mtu=1594 name=vlan_11_work vlan-id=11
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk eap-methods="" \
group-ciphers=tkip,aes-ccm supplicant-identity=MikroTik unicast-ciphers=\
tkip,aes-ccm wpa-pre-shared-key=p-123456 wpa2-pre-shared-key=p-123456
add authentication-types=wpa-psk,wpa2-psk eap-methods="" group-ciphers=\
tkip,aes-ccm management-protection=allowed mode=dynamic-keys name=\
profile_free supplicant-identity="" unicast-ciphers=tkip,aes-ccm \
wpa-pre-shared-key=12345678 wpa2-pre-shared-key=12345678
add authentication-types=wpa-psk,wpa2-psk group-ciphers=tkip,aes-ccm \
management-protection=allowed mode=dynamic-keys name=profile_work \
supplicant-identity="" unicast-ciphers=tkip,aes-ccm wpa-pre-shared-key=\
p-123456 wpa2-pre-shared-key=p-123456
/interface wireless
add default-authentication=no default-forwarding=no disabled=no l2mtu=2290 \
mac-address=4E:5E:0C:53:D6:C2 master-interface=wlan_free name=wlan_work \
security-profile=profile_work ssid=wlan_work wds-cost-range=0 \
wds-default-cost=0
/ip ipsec proposal
set [ find default=yes ] enc-algorithms=3des
/ip pool
add name=dhcp ranges=192.168.0.2-192.168.0.254
add name=dhcp_pool2 ranges=192.168.10.2-192.168.10.254
add name=dhcp_pool3 ranges=192.168.10.2-192.168.10.254
add name=dhcp_pool4 ranges=192.168.10.2-192.168.10.254
add name=dhcp_pool1 ranges=192.168.0.2-192.168.0.254
add name=dhcp_pool5 ranges=192.168.0.150-192.168.0.254
add name=dhcp_pool6 ranges=0.0.0.2-255.255.255.254
add name=dhcp_pool7 ranges=192.168.10.2-192.168.10.254
add name=dhcp_pool8 ranges=192.168.10.2-192.168.10.254
add name=dhcp_pool9 ranges=192.168.11.1-192.168.11.251
/system logging action
set 0 memory-lines=100
set 1 disk-lines-per-file=100
set 2 remember=yes
set 3 src-address=0.0.0.0
/interface bridge port
add bridge=bridge_lan interface=ether4
add bridge=bridge_work interface=vlan_11_work
add bridge=bridge_lan interface=ether2
add bridge=bridge_lan interface=ether3
add bridge=bridge_lan interface=ether1
add bridge=bridge_lan interface=ether5
add bridge=bridge_free interface=vlan_10_free
add bridge=bridge_free interface=wlan_free
/interface l2tp-server server
set max-mru=1460 max-mtu=1460
/interface pptp-server server
set max-mru=1460 max-mtu=1460
/interface wireless access-list
add forwarding=no signal-range=-77..120
/ip address
add address=192.168.2.2/24 interface=bridge_lan network=192.168.2.0
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=bridge_lan
/ip dns
set allow-remote-requests=yes
/ip proxy
set parent-proxy=0.0.0.0 src-address=0.0.0.0
/ip service
set api disabled=yes
/ip traffic-flow
set cache-entries=4k
/ip upnp
set allow-disable-external-interface=no
/ip upnp interfaces
add interface=ether1 type=external
add interface=ether2 type=internal
add interface=ether3 type=internal
add interface=ether4 type=internal
add interface=ether5 type=internal
add interface=wlan_free type=internal
/snmp
set trap-community=public
/system identity
set name=MKB_Slave
/system leds
set 0 interface=wlan_free
/system logging
add topics=wireless,debug
[admin@MKB_Slave] >