Community discussions

MikroTik App
 
rokise
just joined
Topic Author
Posts: 3
Joined: Wed Jan 17, 2024 1:31 pm

CAPsMAN RB750UPr2 with two cAP

Wed Jan 17, 2024 5:52 pm

Hello!
It is possible to configure hEX PoE lite RB750UPr2 with two cAP RBcAP2nD for seamless network?
I try to configure CAPsMAN, but it still not working..
If anybody knows, please, let me know.
Thanks.
 
holvoetn
Forum Guru
Forum Guru
Posts: 5628
Joined: Tue Apr 13, 2021 2:14 am
Location: Belgium

Re: CAPsMAN RB750UPr2 with two cAP

Wed Jan 17, 2024 6:16 pm

RBcAP2nD as in cAP is a MIPSBE device hence legacy wireless.

Which means wave2 drivers and wave2 capsman with Fast Transition capability is out of the equation.

You can still setup legacy capsman on Hex POE and setup both cAP devices in CAPS mode.
Not seamless roaming but probably good enough.

If it is not working, most likely something is not correct with your config (that shouldn't come as a surprise :lol: ).
Please post export of Hex and 1 CAP (assuming they are configured the same).

Terminal
/export file=anynameyouwish
move file to pc
Remove serial and any public info (passwds, wan ip, ...)
Post contents in between [code] quotes for easier readability, one block per device config.
 
rokise
just joined
Topic Author
Posts: 3
Joined: Wed Jan 17, 2024 1:31 pm

Re: CAPsMAN RB750UPr2 with two cAP

Fri Jan 19, 2024 12:16 am

hEX PoE lite RB750UPr2:
# jan/02/1970 05:36:05 by RouterOS 6.48.6
# software id =
#
# model = RB750UPr2
# serial number = 
/interface bridge
add admin-mac=**ELIDED** auto-mac=no comment=defconf name=bridge \
    vlan-filtering=yes
/interface vlan
add interface=bridge name=vlan10 vlan-id=10
/caps-man configuration
add country=ukraine datapath.bridge=bridge datapath.vlan-id=10 \
    datapath.vlan-mode=use-tag name=WIFI_WORK security.authentication-types=\
    wpa-psk,wpa2-psk security.passphrase=123456789 ssid=WIFI_WORK
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
add name=dhcp_pool1 ranges=192.168.88.3,192.168.88.4-192.168.88.254
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=vlan10 lease-time=4d3h10m \
    name=dhcp_pool10
/caps-man manager
set enabled=yes
/caps-man manager interface
add disabled=no forbid=yes interface=bridge
/caps-man provisioning
add action=create-dynamic-enabled master-configuration=WIFI_WORK
/interface bridge port
add bridge=bridge comment=defconf interface=ether2 pvid=10
add bridge=bridge comment=defconf interface=ether3 pvid=20
add bridge=bridge comment=defconf interface=ether4
add bridge=bridge comment=defconf interface=ether5
/ip neighbor discovery-settings
set discover-interface-list=all
/interface bridge vlan
add bridge=bridge tagged=bridge untagged=ether2 vlan-ids=10
add bridge=bridge tagged=bridge untagged=ether3 vlan-ids=20
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1 list=WAN
/ip address
add address=192.168.88.2/24 comment=defconf interface=vlan10 network=\
    192.168.88.0
add address=192.168.1.1/24 interface=ether1 network=192.168.1.0
/ip dhcp-client
add comment=defconf disabled=no interface=ether1
/ip dhcp-server network
add address=192.168.88.0/24 comment=defconf dns-server=8.8.8.8 gateway=\
    192.168.88.2
/ip dns
set allow-remote-requests=yes servers=8.8.8.8
/ip dns static
add address=192.168.88.1 comment=defconf name=router.lan
/ip firewall filter
add action=accept chain=input comment=\
    "defconf: accept established,related,untracked" connection-state=\
    established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=\
    invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment=\
    "defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1
add action=drop chain=input comment="defconf: drop all not coming from LAN" \
    in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" \
    ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" \
    ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
    connection-state=established,related
add action=accept chain=forward comment=\
    "defconf: accept established,related, untracked" connection-state=\
    established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" \
    connection-state=invalid
add action=drop chain=forward comment=\
    "defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat \
    connection-state=new in-interface-list=WAN
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" \
    ipsec-policy=out,none
/ip route
add distance=1 gateway=192.168.1.1
/system identity
set name=RouterOS
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN

after enabling CAPsMAN, I can't connect to my cAP RBcAP2nD for export a file...
but CAPsMAN in work, and I can connect to him from my phone, for example. And I can ping my phone from terminal of hEX PoE lite RB750UPr2)))
Now I need to friendship cAP RBcAP2nD and other devices from LAN network, that connected to hEX PoE lite RB750UPr2. And then I want to add a second cAP RBcAP2nD in configuration.
Thanks for help.
You do not have the required permissions to view the files attached to this post.
Last edited by tangent on Fri Jan 19, 2024 10:17 am, edited 2 times in total.
Reason: Removed admin MAC as PII unnecessary to answering the question
 
holvoetn
Forum Guru
Forum Guru
Posts: 5628
Joined: Tue Apr 13, 2021 2:14 am
Location: Belgium

Re: CAPsMAN RB750UPr2 with two cAP

Fri Jan 19, 2024 10:22 am

In WInbox first screen, when you got to tab Neighbours, do you see that cap device ?
It possibly got a different IP address.

You should be able to connect to it using MAC.
 
rokise
just joined
Topic Author
Posts: 3
Joined: Wed Jan 17, 2024 1:31 pm

Re: CAPsMAN RB750UPr2 with two cAP

Fri Jan 19, 2024 12:58 pm

In WInbox first screen, when you got to tab Neighbours, do you see that cap device ?
It possibly got a different IP address.

You should be able to connect to it using MAC.
Hello.
No, in tab Neighbours, I don't see the cap device
 
holvoetn
Forum Guru
Forum Guru
Posts: 5628
Joined: Tue Apr 13, 2021 2:14 am
Location: Belgium

Re: CAPsMAN RB750UPr2 with two cAP

Fri Jan 19, 2024 1:01 pm

Odd. If you connect your computer to the wifi broadcasted by that cap, does it show then in Winbox ?

Another option is to connect your computer to ether2 on that cap (if possible).

Who is online

Users browsing this forum: No registered users and 4 guests