CAPsMAN v2: problem when I activate the second router

I have one RB2011 and one HAP.

CAPsMAN is running on RB2011 and both router are configured to use cap

Everything is good when the client is using the HAP AP, but when using rb2011 I they can’t receive an IP Address.

on log I can see:
mac address@cap3 connected
mac address@cap3 disconnected, received deauth: sending station leaving (3.)

in a continual loop.

I used this tutorial to configure everything.
https://www.youtube.com/watch?v=xVTsa59ijD4

have no clue what is wrong.

Thanks for your help

Please provide your configuration for /int bridge , /caps datapath and /caps config on your RB2011

If your clients aren’t able to get an IP-address on the RB2011 the local bridge might not bound to the wifi interface

Thanks for the help

Edit: I’m currently connected to the HAP radio witch is cap1 interface. when i roam on the rb2011 witch is cap3 interface I receive the cap3 connected / cap3 disconnected receive deauth : sending station leaving(3).

The device won’t return to the other radio until i disconnect and reconnect has they are currently both reachable from anywhere in the house.

Flags: X - disabled, R - running 
 0  R ;;; BRIDGE PRIVATE
      name="BR_PRIVATE" mtu=1500 actual-mtu=1500 l2mtu=1594 arp=enabled 
      mac-address=4C:5E:0C:32:DF:6A protocol-mode=rstp priority=0x8000 
      auto-mac=no admin-mac=4C:5E:0C:32:DF:6A max-message-age=20s 
      forward-delay=15s transmit-hold-count=6 ageing-time=5m 

 1  R ;;; BRIDGE PRIVATE2
      name="BR_PRIVATE2" mtu=1500 actual-mtu=1500 l2mtu=1594 arp=enabled 
      mac-address=4C:5E:0C:32:DF:6C protocol-mode=none priority=0x8000 
      auto-mac=yes admin-mac=00:00:00:00:00:00 max-message-age=20s 
      forward-delay=15s transmit-hold-count=6 ageing-time=5m 

 2  R ;;; BRIDGE PUBLIC
      name="BR_PUBLIC" mtu=1500 actual-mtu=1500 l2mtu=1594 arp=enabled 
      mac-address=4C:5E:0C:32:DF:6C protocol-mode=none priority=0x8000 
      auto-mac=yes admin-mac=00:00:00:00:00:00 max-message-age=20s 
      forward-delay=15s transmit-hold-count=6 ageing-time=5m

/caps datapath
I have nothing


/CAPS config

0 name="cfg1" mode=ap ssid="test1" country=no_country_set 
   security=test1 security.authentication-types=wpa-psk,wpa2-psk 
   security.passphrase="12we45qw" channel.frequency=2462 channel.width=20 
   channel.band=2ghz-b/g/n

I think your wireless caps-interfaces don’t have a IP-connection because datapath is missing. Wether you enable local forwarding or forwarding to the bridges you created on caps manager:

You should add:

/caps datapath add bridge=BR_PRIVATE local-forwarding=no name="BR_PRIVATE"
/caps datapath add bridge=BR_PRIVATE2 local-forwarding=no name="BR_PRIVATE2"

and then to your config:

Please add:

/caps config set datapath=BR_PRIVATE