|
From: Louis M. <lm...@in...> - 2015-07-28 18:23:05
|
On Jul 28, 2015, at 8:37 , Hubert Kupper <ku...@un...> wrote: > there is traffic on port 1813 from the cisco switch to th server. tcpdump shows it. > > mysql> select count(*) from radacct; shows count(*) 44 Is the MAC of the device among those listed in radacct? Something like this should return more: mysql> select callingstationid,acctinputoctets,acctoutputoctets,acctstarttime from radacct; Regards, -- Louis Munro lm...@in... :: www.inverse.ca +1.514.447.4918 x125 :: +1 (866) 353-6153 x125 Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence (www.packetfence.org) |