freeradius problem : need help
Thibault Le Meur
Thibault.LeMeur at supelec.fr
Thu Mar 22 16:20:10 CET 2007
> > Whats the output of 'ps auxf' on your box?
> >
>
> Netstat will tell you what's using which port.
> Do instead:
> # netstat -tnp | grep 1812
>
> example output:
> tcp 0 0 192.168.30.107:49182 192.168.30.1:5222
> ESTABLISHED 5938/gaim
And better if you have the lsof binary installed, try:
# lsof -iUDP -P | grep 1812
Example output:
radiusd 13804 radiusd 3u IPv4 1334215 UDP *:1812
^^^^^^
|
Name of the binary having the port opened
More information about the Freeradius-Users
mailing list