FG 60F fails to proceed CoA request
Hello,
I faced a problem, that some time ago stopped working CoA Disconnection
If I do:
echo "User-Name=Username, Framed-IP-Address=10.0.0.X" | radclient -x name.fortidyndns.com:3799 disconnect Secret
The router receives packet on wan interface, i see it with packet capture tool on port 3799
L4 Length 43 Checksum 0xb86a
But not performs anything.
On LocalIn Policy I see that
On corresponding wan port Radius accounting is enabled. Plus it was working few days ago.
I suppose it could get broken after I put both wan interfaces into SD-WAN, but not sure.
On 2nd device FG-61F there is same thing happens. Both have version 7.4.3
config user radius
edit "Radius"
set server "y.y.y.y"
set secret Secret
set nas-ip x.x.x.x
set acct-interim-interval 60
set radius-coa enable
set auth-type pap
set acct-all-servers enable
config accounting-server
edit 1
set status enable
set server "y.y.y.y"
set secret Secret
set port 1813
set source-ip "x.x.x.x"
next
end
next
end
Any ideas how to diagnose / fix this are highly appreciated
