Page 1 of 1

PPPoE Server ignore password

Posted: Thu Mar 25, 2010 4:59 am
by gednz
Hi

Does anyone know if its possible for a PPPoE server to ignore the password from the client device and authenticate it?


Cheers
Ged

Re: PPPoE Server ignore password

Posted: Thu Mar 25, 2010 5:05 am
by Chupaka
AFAIK, it's not possible. RADIUS should do that. why do you need this behaviour?

Re: PPPoE Server ignore password

Posted: Thu Mar 25, 2010 5:26 am
by gednz
I'll see what I can do with Radius.

We are cutting over customers from anothe DSL provider to our own DSLAMs. It saves us configuring the customers routers if we can ignore the old passwords.

Re: PPPoE Server ignore password

Posted: Thu Mar 25, 2010 8:33 am
by savage
You'll be able to do this with FreeRadius and a custom Shell/Perl/Pyhton script (rlm_exec, rlm_perl, rlm_python)

Simply ignore the request received, and always return auth success. It won't however work with encrypted passwords (CHAP, MSCHAP) and due to how those authentication protocols work, it will never work, and is impossible to do. You will therefore only be able to do this with PAP authentication.