• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Can somebody explain to me what PPPoE is?

That's interesting, because there is a new piece of Linux software people like that's called RADIUS that uses PPPoE to authenticate wireless network users. Otherwise it blocks them. Mind you need a compatible router but those are cheap (D-Link 900AP+ mainly).

-Por
 
Radius (actually RADIUS, it's an acronym) has been around for a very long time (years).

I believe it would handle the PPPoE request like any other PPP authentication / authorization (used to be all dial-up).

RADIUS can also authenticate against certificates, LDAP compliant databases (like MS AD, Novel NDS, Open LDAP, etc), Locally administered user names (in the RADIUS config file), MD5, MAC addresses, token cards, etc. It is also used for 802.1x, EAP, etc. for wireless authentication and authorization.

I use freeRADIUS at home for Auth/Auth on my wireless and AAA for my Cisco practice rack.

The idea is to have a single (cluster for large organizations) auth/auth source for the network remote access systems. From there it also was used for 802.1x (port-based authentication / authorization .... if you don't pass RADIUS, you don't get into the switch and beyond) and wireless (username/password, MD5, Certificates, EAP, EAP-TLS, etc).

FWIW

Scott
 
Back
Top