"jason" <[EMAIL PROTECTED]> wrote:
> So here are some new tcpdumps.. radius2toradius1 is
> from a server to a server ( and replies correctly ) .. tc6toradius1 is from
> the NAS to the server ( and replies with extra attributes that seem to be
> throwing the NAS )

  So run the server in debugging mode, to see why it's adding the
extra attributes.  My guess is that somewhere, you're telling it twice
to add in Framed-Compression, etc.  The only reason attributes get
added to a reply (other than bugs in the server) is that you've told
it to add those attributes.

  It may be useful to add an even higher level of debugging, where
each module would print out the list of attributes they're adding to
the request.

  And the server core could probably be update to do more rfc
cleaning of the outgoing packets, so that it only sends one
Framed-Compression attribute.  The problem is, which one?

  Alan DeKok.

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

Reply via email to