7 Mar
2009
7 Mar
'09
10:40 a.m.
Hi,
Ok! Then I have one a question about moving Accounting packets through my network:
When I login to cisco on log server(radius server) I racieve a:
tcpdump port 1813
15:48:00.281073 IP 192.168.255.10.radacct > carlogg.radacct: RADIUS, Accounting Request (4), id: 0x67 length: 93 15:48:00.281727 IP carlogg.radacct > 192.168.255.10.radacct: RADIUS, Accounting Response (5), id: 0x67 length: 20
do you see anything at the same time with radiusd -X if not, then there are two things 1) iptables or some other firewall ont he host is not allowing UDP 1813 to the applications 2) radiusd isnt listening on port 1813 (check your listen stuff and do 'netstat -anp | grep radiusd' to see what IP and ports radiusd is listening on) alan