Hi,
seems that you have issues with your Wi-Fi settings, but it's quite hard to help you with data you gave us.
Can you connect using winbox (or ssh), run following commands in "new terminal" and paste results here?
This will print all your configuration hiding sensitive data (like passwords, WPA key ecc)
#1: /export hide-sensitive
Then during your issue:
#2: /interface wireless registration-table print
The above command will print the registration table which contains data about current associated clients
Once you provide info above I'll be able to help you further.
Hi,
Follow below data that I got with that 2 commands :
[admin@MikroTik] > /export hide-sensitive
# apr/27/2015 08:14:55 by RouterOS 6.27
# software id = 716U-PLJV
#
/interface bridge
add admin-mac=4C:5E:0C:BA:5F:D9 auto-mac=no mtu=1500 name=bridge-local
/interface wireless
set [ find default-name=wlan1 ] adaptive-noise-immunity=ap-and-client-mode band=2ghz-b/g/n country=brazil \
default-authentication=no disabled=no distance=indoors frequency=2472 l2mtu=2290 mode=ap-bridge ssid=vjs_network \
wireless-protocol=802.11
/interface ethernet
set [ find default-name=ether1 ] name=ether1-gateway
set [ find default-name=ether2 ] name=ether2-master-local
set [ find default-name=ether3 ] master-port=ether2-master-local name=ether3-slave-local
set [ find default-name=ether4 ] master-port=ether2-master-local name=ether4-slave-local
set [ find default-name=ether5 ] master-port=ether2-master-local name=ether5-slave-local
/ip neighbor discovery
set ether1-gateway discover=no
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk mode=dynamic-keys
/ip pool
add name=dhcp ranges=192.168.88.10-192.168.88.254
add name=vpn ranges=192.168.89.2-192.168.89.255
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge-local name=default
/ppp profile
set 1 local-address=192.168.89.1 remote-address=vpn
/queue simple
add name="VuDuo2 Priority" target=192.168.88.251/32
/interface bridge port
add bridge=bridge-local interface=ether2-master-local
add bridge=bridge-local interface=wlan1
/interface l2tp-server server
set use-ipsec=yes
/interface sstp-server server
set default-profile=default-encryption
/interface wireless access-list
add comment=VuDuo2-Wireless mac-address=78:44:76:B7:1A:84
add comment=Iphone mac-address=98:FE:94:27:94:B0
add comment=MacMini-Wireless mac-address=00:26:B0:F9:EC:1A
add comment=Notebook mac-address=24:0A:64:C6:21:F6
add comment="HP Printer" mac-address=38:EA:A7:C0:C6:66
add comment="tplink TL-WR702N" mac-address=C0:4A:00:68:BE:58
/ip address
add address=192.168.88.1/24 comment="default configuration" interface=ether2-master-local network=192.168.88.0
/ip cloud
set ddns-enabled=yes
/ip dhcp-client
add comment="default configuration" dhcp-options=hostname,clientid disabled=no interface=ether1-gateway
/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 chain=input comment="allow l2tp" dst-port=1701 protocol=udp
add chain=input comment="allow pptp" dst-port=1723 protocol=tcp
add chain=input comment="allow sstp" dst-port=443 protocol=tcp
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 to-addresses=0.0.0.0
add action=masquerade chain=srcnat comment="masq. vpn traffic" src-address=192.168.89.0/24
/ppp secret
add name=vpn
/snmp
set contact="MikroTik RB951G-2HnD" enabled=yes location="Sao Paulo"
/system clock
set time-zone-name=America/Cuiaba
/system leds
set 0 interface=wlan1
/system ntp client
set enabled=yes primary-ntp=200.160.7.186 secondary-ntp=201.49.148.135
/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] >
[admin@MikroTik] > /interface wireless registration-table print
# INTERFACE RADIO-NAME MAC-ADDRESS AP SIGNAL-STRENGTH TX-RATE UPTIME
0 ;;; tplink TL-WR702N
wlan1 C0:4A:00:68:BE:58 no -65dBm@1Mbps 65.0... 6m4s
1 ;;; Iphone
wlan1 98:FE:94:27:94:B0 no -49dBm@1Mbps 11.0... 3m36s
[admin@MikroTik] >