[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PPPoE over 802.11? Not working!
Mattias Baath <mattias.baath@home.se> writes:
> I am not sure I should report this as a bug or as lack of feature. I know
> that the windows clients our ISP provides works fine. They also claim to
> support Linux clients so I suppose their WI implementation is different...
>
Is there anyway for you to capture the output of the discovery part of the
pppoe protocol from a working client (eg the windows or linux client)?
The tcpdump line would like something like:
tcpdump -w /tmp/afile -nexi wi0 ether proto 0x8863
--Jason Wright