Hello, everyone.
I have been searching this forum and trying many things mentioned here and there, but was not able to solve my problem.
I have 1 router(my CAPsMAN) and 3 AP (wAP, 2 x cAP Lite) devices.
I need to create 2 AP, one for office use, one for guests. And make office AP to run by hotspot. But I can’t get over first step - making CAPsMAN networks work.
I have configured CAPsMAN on router to control all 3 CAPs, but when i connect to created WiFI networks my devices write “connected”, but no internet for both networks created - office and guest.
And from my CAPs I can ping 8.8.8.8 using bridge interface, but i cannot ping 8.8.8.8 using wireless interfaces created ‘wlan1’ or ‘wlan5’, it shows me “timeout”.
I have checked NAT, addresses, DHCP… Can’t find the problem anywhere.
Please, any help would be highly appreciated.
Relevant configurations from CAPsMAN router:
[admin@MikroTik-router] > /ip address print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK INTERFACE
0 ;;; defconf
192.168.88.1/24 192.168.88.0 bridge1
1 D 192.168.1.2/24 192.168.1.0 ether1
[admin@MikroTik-router] > /ip dhcp-server print
Flags: D - dynamic, X - disabled, I - invalid
# NAME INTERFACE RELAY ADDRESS-POOL LEASE-TIME ADD-ARP
0 LAN dhcp bridge1 LAN dhcp 10m
[admin@MikroTik-router] > ip dhcp-server network print
Flags: D - dynamic
# ADDRESS GATEWAY DNS-SERVER WINS-SERVER DOMAIN
0 ;;; defconf
192.168.88.0/24 192.168.88.1 8.8.8.8
192.168.88.1
[admin@MikroTik-router] > ip firewall filter print
Flags: X - disabled, I - invalid, D - dynamic
0 D ;;; special dummy rule to show fasttrack counters
chain=forward action=passthrough
1 ;;; defconf: accept ICMP
chain=input action=accept protocol=icmp log=no log-prefix=""
2 ;;; defconf: accept established,related
chain=input action=accept connection-state=established,related log=no log-prefix=""
3 ;;; defconf: drop all from WAN
chain=input action=drop in-interface=ether1 log=no log-prefix=""
4 ;;; defconf: fasttrack
chain=forward action=fasttrack-connection connection-state=established,related log=no log-prefix=""
5 ;;; defconf: accept established,related
chain=forward action=accept connection-state=established,related log=no log-prefix=""
6 ;;; defconf: drop invalid
chain=forward action=drop connection-state=invalid log=no log-prefix=""
7 ;;; defconf: drop all from WAN not DSTNATed
chain=forward action=drop connection-state=new connection-nat-state=!dstnat in-interface=ether1 log=no log-prefix=""
[admin@MikroTik-router] > ip firewall nat print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; defconf: masquerade
chain=srcnat action=masquerade out-interface=ether1 log=no log-prefix=""
1 chain=srcnat action=masquerade src-address=0.0.0.0 out-interface=all-wireless log=no log-prefix=""
2 chain=srcnat action=masquerade out-interface=bridge1 log=no log-prefix=""
3 chain=srcnat action=masquerade out-interface=all-wireless log=no log-prefix=""
[admin@MikroTik-router] > ip pool print
# NAME RANGES
0 LAN dhcp 192.168.88.10-192.168.88.254
[admin@MikroTik-router] > ip route print
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 ADS 0.0.0.0/0 192.168.1.1 1
1 ADC 192.168.1.0/24 192.168.1.2 ether1 0
2 ADC 192.168.88.0/24 192.168.88.1 bridge1 0
3 S 192.168.88.0/24 ether1 1
