Freeradius and Cisco PPP forwarding
Hi i want create with my cisco router a L2TP/PPP proxy forwarder. I use Freeradius for auth/accounting and want sent by radius the final destination of the tunnel.. Anyone have a configuration sample for freeradius ? thanks Olivier
On Jan 23, 2015, at 10:03 AM, Olivier CALVANO <o.calvano@gmail.com> wrote:
i want create with my cisco router a L2TP/PPP proxy forwarder. I use Freeradius for auth/accounting and want sent by radius the final destination of the tunnel..
a) read the Cisco documentation to see which attributes you need to send back b) configure FreeRADIUS to send those attributes. Alan DeKok.
On 23 January 2015 at 15:03, Olivier CALVANO <o.calvano@gmail.com> wrote:
Hi
i want create with my cisco router a L2TP/PPP proxy forwarder. I use Freeradius for auth/accounting and want sent by radius the final destination of the tunnel..
Anyone have a configuration sample for freeradius ?
thanks Olivier - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Hi Oliver, You need to configure a RADIUS proxy to do this. I haven't got that far yet, it's next on my list of things to lab. I've recently lab'ed the stage before hand which is for a working LAC. The LAC takes in PPP requests, queries a RADIUS server based on incoming auth domain name, the RADIUS server returns the LNS/tunnel end point details for that domain, the LAC established an L2TP tunnel to the LNS returned from RADIUS and then the LNS makes a final auth against the RADIUS server. In my lab I used the same RADIUS server for both the LAC and LNS as I wanted to work out the config required for the LAC. My next lab excerise to work out the RADIUS config required to have seperate RADIUS servers and have the LAC RADIUS server proxy requests to other RADIUS servers based on a list of domain names. I guess that is what you want. This might give you some insight though; http://null.53bits.co.uk/index.php?page=lac-wholesale-pppoa-e-l2tp-tunnellin... Cheers, James.
participants (3)
-
Alan DeKok -
James Bensley -
Olivier CALVANO