[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
about IPv6 PPPoE
If your pppd doesnt support ipv6, you need to edit the proper Makefile for
your system in ppp-2.x.x/pppd/ (Makefile.linux for example, HAVE_INET6=y)
pppd can be found at www.samba.org/ppp
Bsd works fine too.
About windows:
I only tried raspppoe with windows 2000, and it doesnt support ipv6.
Does anybody know if its possible with windows / any software around?
-j
> > Why does PPPoE(v4) not
> > need to be modified to support IPv6 ?
>
> Because PPPoE is just that: Support for PPP over ethernet. It will
> support anything that PPP supports with one exception: There is no
> support for framentation, so the PPP frames (including the 6 bytes
> used for the PPPoE header) must fit within an ethernet frame. I don't
> think that is a problem for IPv6.