Radius accounting issue

2004-10-18 Thread Russell Premont
I cannot get Radius accounting to work. I am running Freeradius 0.9.3 on
Solaris 9. Authentication works fine. When I start radius in debug mode I
see processing the config file with no errors and listening on the proper
ports that I have set in the /etc/services file.

/etc/services excerpt
radius  1645/udpradius  #radius
radius-acct 1646/udpradius-acct #radius accounting
radius-proxy1649/udpradius-proxy#radius proxy

radiusd.conf excerpt
Listening on IP address *, ports 1645/udp and 1646/udp, with proxy on
1647/udp.
Ready to process requests.

Then I see the following:

rad_recv: Accounting-Request packet from host 192.168.1.14:1027, id=176,
length=210
Ignoring request from unknown home server 192.168.1.14:1027
--- Walking the entire request list ---
Nothing to do.  Sleeping until we see a request.
rad_recv: Accounting-Request packet from host 192.168.1.14:1027, id=177,
length=241
Ignoring request from unknown home server 192.168.1.14:1027
--- Walking the entire request list ---
Nothing to do.  Sleeping until we see a request.
rad_recv: Accounting-Request packet from host 192.168.1.14:1027, id=178,
length=239
Ignoring request from unknown home server 192.168.1.14:1027
--- Walking the entire request list ---
Nothing to do.  Sleeping until we see a request.
rad_recv: Accounting-Request packet from host 192.168.1.14:1027, id=179,
length=211
Ignoring request from unknown home server 192.168.1.14:1027

What do I need to do to get accounting to start working?



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Radius accounting issue

2004-10-18 Thread Alan DeKok
"Russell Premont" <[EMAIL PROTECTED]> wrote:
> Then I see the following:
> 
> rad_recv: Accounting-Request packet from host 192.168.1.14:1027, id=176,
> length=210
> Ignoring request from unknown home server 192.168.1.14:1027

  Why do you have the client sending packets to port 1027?

  The debug log of the server, and /etc/services, shows that
accounting packets should be sent to port 1646.

> What do I need to do to get accounting to start working?

  What RADIUS client are you using?

  Alan DeKok.


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html