PPP over Ethernet

Hello there,

I am thinking about implementing PPPoE for one of our clients, so the
question that I want to ask is this:

– what’s the most “theoretically correct” way of implementing it
using NDIS 4/5? (intermediate driver? miniport?)

Thanks in advance,

Oleg Smolsky
Senior Software Engineer
Allied Telesyn Research


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Most theoretically correct is intermediate driver, since
an NDIS intermediate driver is any NDIS miniport that
talks to something that isn’t hardware at the bottom.
(IE Another NDIS miniport, WDM, or something else)

That assumes you’re implementing PPPoE in software.

And unless you want to buy into a hell of a lot of
trouble, only do it for Win2K. Or at least, that’s what
I’m finding.

=========================================================
Paul “TBBle” Hampson
xxxxx@Pobox.Com

Even a mosquito doesn’t get a slap
on the back until it starts to work.

Random signature generator 2.0 by TBBle

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Oleg Smolsky
Sent: Wednesday, 28 March 2001 5:00
To: NT Developers Interest List
Subject: [ntdev] PPP over Ethernet

Hello there,

I am thinking about implementing PPPoE for one of our clients, so the
question that I want to ask is this:

– what’s the most “theoretically correct” way of implementing it
using NDIS 4/5? (intermediate driver? miniport?)

Thanks in advance,

Oleg Smolsky
Senior Software Engineer
Allied Telesyn Research


You are currently subscribed to ntdev as: xxxxx@Pobox.Com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

> ----------

From: Oleg Smolsky[SMTP:xxxxx@alliedtelesyn.co.nz]
Reply To: NT Developers Interest List
Sent: Wednesday, March 28, 2001 9:00 AM
To: NT Developers Interest List
Subject: [ntdev] PPP over Ethernet

Hello there,

I am thinking about implementing PPPoE for one of our clients, so the
question that I want to ask is this:

– what’s the most “theoretically correct” way of implementing it
using NDIS 4/5? (intermediate driver? miniport?)

Probably NDIS intermediate driver. There is already a free implementation:
http://user.cs.TU-Berlin.DE/~normanb/

Best regards,

Michal Vodicka
Veridicom
(RKK - Skytale)
[WWW: http://www.veridicom.com , http://www.skytale.com]


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com