I've been googling, but after getting nowhere for a while I thought I'd ask for a direction to head in. I am replacing a RH7.1 box that was performing dial-in service using a pppd patched for radius support. I'd prefer not to do things this way and would like to use a more easily updated configuration. What I need it to do is do auth against a radius server and support windows clients. What is the RHEL/Centos way of doing this? alex
On Wed, 15 Nov 2006, Alex Palenschat wrote:> I've been googling, but after getting nowhere for a while I thought I'd > ask for a direction to head in. I am replacing a RH7.1 box that was > performing dial-in service using a pppd patched for radius support. I'd > prefer not to do things this way and would like to use a more easily > updated configuration. > > What I need it to do is do auth against a radius server and support > windows clients. What is the RHEL/Centos way of doing this?As I recall the Cistron sources still build on centos-4, but freeRadius is the future, and also builds on centos. I do not know the patches you are thinking of to the pppd; I assume we are talking about a multiport serial card to be worth the effort? More details are needed, but it should all still work just as it did on RHL7. I am probably the last subscriber still on the RH PPP list, and at one time published a patch for an option back in the RHL days which fixed a broken RH option in the PPPD package for Windows unit support. Ask with specific questions if you hit a hard spot -- I still have two dialup ISP clients running local modem pools. - Russ Herrold
> As I recall the Cistron sources still build on centos-4, but > freeRadius is the future, and also builds on centos. I do not > know the patches you are thinking of to the pppd; I assume we > are talking about a multiport serial card to be worth the > effort? More details are needed, but it should all still work > just as it did on RHL7.Yes, it's a rocketmodem/port multi card.> > I am probably the last subscriber still on the RH PPP list,I joined just to look at the archives. Not much traffic there ;)> and at one time published a patch for an option back in the > RHL days which fixed a broken RH option in the PPPD package > for Windows unit support. Ask with specific questions if you > hit a hard spot -- I still have two dialup ISP clients running > local modem pools. >For the record I ended up downloading the source for ppp 2.4.4 which now includes a radius plugin. So at least there is no patching required (the patch is still out there, but I think it's for 2.4.1). It would be nice to have someone maintain an RPM in a reputable repo for it, but I really wonder how much need there is for this particular configuration. It would be interesting to find out what if anything others are doing to provide dialin services with CentOS. With broadband getting cheaper and hot-spots becoming more accessible we find far less need, but there are always those situations... alex