Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jul 2005 18:55:37 -0300
From:      =?ISO-8859-1?Q?Hern=E1n_Freschi?= <drgenio@gmail.com>
Cc:        freebsd-net@freebsd.org
Subject:   Re: pppoe+radius server
Message-ID:  <25a1a09905070714551cd551f@mail.gmail.com>
In-Reply-To: <036f01c582a6$baa0ce90$42764eca@ilo.skyinet.net>
References:  <25a1a0990507061634655433ec@mail.gmail.com> <036f01c582a6$baa0ce90$42764eca@ilo.skyinet.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> http://lists.freebsd.org/pipermail/freebsd-isp/2005-March/002967.html
>=20
> hope that helps...

great great, only one problem. i make the radius server send the
Filter-Id attr, with value "64:32" for 64 down/32 up. It seems to get
to ppp: /etc/ppp/ppp.log:

Phase: Filter "64:32"

Notice it says "filter", not  filter-id

so my /etc/ppp/ppp.linkup looks like this:

default:
 bg /etc/ppp/addclient.sh USER INTERFACE HISADDR RAD_FILTER_ID

and addclient.sh just:

 echo $1 $2 $3 $4 >> /test.log

and /test.log looks like

username tun0 10.20.20.20 RAD_FILTER_ID

seems like ppp doesn't replace RAD_FILTER_ID with the Filter-Id
attribute from the server. It should do that, right? Or did I got
something wrong?

thanks



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?25a1a09905070714551cd551f>