Community discussions

MikroTik App
 
gednz
just joined
Topic Author
Posts: 13
Joined: Mon Sep 25, 2006 4:12 am

PPPoE Server ignore password

Thu Mar 25, 2010 4:59 am

Hi

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


Cheers
Ged
 
User avatar
Chupaka
Forum Guru
Forum Guru
Posts: 8713
Joined: Mon Jun 19, 2006 11:15 pm
Location: Minsk, Belarus
Contact:

Re: PPPoE Server ignore password

Thu Mar 25, 2010 5:05 am

AFAIK, it's not possible. RADIUS should do that. why do you need this behaviour?
 
gednz
just joined
Topic Author
Posts: 13
Joined: Mon Sep 25, 2006 4:12 am

Re: PPPoE Server ignore password

Thu Mar 25, 2010 5:26 am

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.
 
savage
Forum Guru
Forum Guru
Posts: 1277
Joined: Mon Oct 18, 2004 12:07 am
Location: Cape Town, South Africa
Contact:

Re: PPPoE Server ignore password

Thu Mar 25, 2010 8:33 am

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.