We are experiencing issues with logging into remote repeaters running 1.16 if hop count > 0.
Repeaters have set flood.max.unscoped=0 to only allow scoped traffic.
Apps and repeaters have default region set.
Login only works with flood discovery but not with a path set.
Or if flood.max.unscoped is set to a value equal to the expected hop count.
So we are basically not able to do any remote administration of repeaters beyond the login if we set flood.max.unscoped=0.
What am I missing here?
It seems that RESP pakets are ignoring the return path resorting to flood and hence not being repeated due to flood.max.unscoped=0.
(As a side note: We are drowning in REQ/RESP flood packets that are being propagated throughout the physical mesh.)
Adressed by PR #3106
We are experiencing issues with logging into remote repeaters running 1.16 if hop count > 0.
Repeaters have set flood.max.unscoped=0 to only allow scoped traffic.
Apps and repeaters have default region set.
Login only works with flood discovery but not with a path set.
Or if flood.max.unscoped is set to a value equal to the expected hop count.
So we are basically not able to do any remote administration of repeaters beyond the login if we set flood.max.unscoped=0.
What am I missing here?
It seems that RESP pakets are ignoring the return path resorting to flood and hence not being repeated due to flood.max.unscoped=0.
(As a side note: We are drowning in REQ/RESP flood packets that are being propagated throughout the physical mesh.)
Adressed by PR #3106