linux-ppp.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Fernandez <david.fernandez.work@googlemail.com>
To: linux-ppp@vger.kernel.org
Subject: Re: kernel-mode PPPoE does not seem able to work with MPPE.
Date: Wed, 25 Oct 2017 17:45:28 +0000	[thread overview]
Message-ID: <8feebe50-baf4-1838-0c99-9a4d45273297@googlemail.com> (raw)
In-Reply-To: <158d6529-c9ae-a991-ca47-76e558a1209c@googlemail.com>

On 24/10/17 13:09, David Fernandez wrote:
> On 24/10/17 09:52, David Fernandez wrote:
>> Hi there,
>>
>> I've tried to run MPPE in a PPPoE connection to my LEDE linux server. 
>> The log is below.
>>
>> Looking at wireshark traces, it seems to negotiate mschap-v2 and mppe 
>> fine, but then ppp seems not to accept encrypted payloads.
>>
>
>> Although it should not be needed, if I use the option require-mppe, 
>> pppd complains of unrecognized option.
>>
>> If I grep for mppe in the 2.4.7 sources downloaded by the LEDE build 
>> system, I see that it appears only in the pptp plugin, which is 
>> strange, as the mppe options are in the pppd manual page as generally 
>> available ones.
>>
>> I've tried to load both plugins (rp-pppoe.so and pptp.so) in an 
>> attempt to have the mppe working with require-mppe, but the result 
>> seems the same (unrecognized option).
>>
> On this bit, looking at the sources I found that the way it works is 
> by making the option like:
> mppe require
> I guess that this should be updated in the manual...
> With it I get this logging line:
> Feb  3 09:09:16 LEDE pppd[3307]: mppe xxx # [don't know how to print 
> value]#011#011# (from /etc/ppp/pppoe-server-options)
> Everything else is the same.
> So I guess this is some kind of bug in pppd/ccp.c?
>
>> Anybody knows why it does not work as expected?
>>
>> (started with pppoe-server -k -C myserver -S myservice -I eth1)
>>
>>
>> Feb  2 12:05:20 LEDE pppoe-server[1580]: Session 1 created for client 
>> 7c:d3:0a:15:22:49 (10.67.15.1) on eth1 using Service-Name 'myservice'
>> Feb  2 12:05:20 LEDE pppd[1580]: Plugin /etc/ppp/plugins/rp-pppoe.so 
>> loaded.
>> Feb  2 12:05:20 LEDE pppd[1580]: RP-PPPoE plugin version 3.8p 
>> compiled against pppd 2.4.7
>> Feb  2 12:05:20 LEDE modprobe: failed to find a module named 
>> netdev-10.0.0.1
>> Feb  2 12:05:20 LEDE modprobe: failed to find a module named 
>> netdev-10.0.0.1
>> Feb  2 12:05:20 LEDE pppd[1580]: pppd options in effect:
>> Feb  2 12:05:20 LEDE pppd[1580]: debug#011#011# (from 
>> /etc/ppp/pppoe-server-options)
>> Feb  2 12:05:20 LEDE pppd[1580]: nodetach#011#011# (from command line)
>> Feb  2 12:05:20 LEDE pppd[1580]: dump#011#011# (from 
>> /etc/ppp/pppoe-server-options)
>> Feb  2 12:05:20 LEDE pppd[1580]: plugin 
>> /etc/ppp/plugins/rp-pppoe.so#011#011# (from command line)
>> Feb  2 12:05:20 LEDE pppd[1580]: require-mschap-v2#011#011# (from 
>> /etc/ppp/pppoe-server-options)
>> Feb  2 12:05:20 LEDE pppd[1580]: name myserver#011#011# (from 
>> /etc/ppp/pppoe-server-options)
>> Feb  2 12:05:20 LEDE pppd[1580]: eth1#011#011# (from command line)
>> Feb  2 12:05:20 LEDE pppd[1580]: rp_pppoe_service myservice#011#011# 
>> (from command line)
>> Feb  2 12:05:20 LEDE pppd[1580]: rp_pppoe_sess 
>> 1:7c:d3:0a:15:22:49#011#011# (from command line)
>> Feb  2 12:05:20 LEDE pppd[1580]: eth1#011#011# (from command line)
>> Feb  2 12:05:20 LEDE pppd[1580]: rp_pppoe_service myservice#011#011# 
>> (from command line)
>> Feb  2 12:05:20 LEDE pppd[1580]: rp_pppoe_sess 
>> 1:7c:d3:0a:15:22:49#011#011# (from command line)
>> Feb  2 12:05:20 LEDE pppd[1580]: noaccomp#011#011# (from command line)
>> Feb  2 12:05:20 LEDE pppd[1580]: default-asyncmap#011#011# (from 
>> command line)
>> Feb  2 12:05:20 LEDE pppd[1580]: mru 1492#011#011# (from command line)
>> Feb  2 12:05:20 LEDE pppd[1580]: mtu 1492#011#011# (from command line)
>> Feb  2 12:05:20 LEDE pppd[1580]: nopcomp#011#011# (from command line)
>> Feb  2 12:05:20 LEDE pppd[1580]: lcp-echo-failure 2#011#011# (from 
>> /etc/ppp/pppoe-server-options)
>> Feb  2 12:05:20 LEDE pppd[1580]: lcp-echo-interval 10#011#011# (from 
>> /etc/ppp/pppoe-server-options)
>> Feb  2 12:05:20 LEDE pppd[1580]: noipdefault#011#011# (from 
>> /etc/ppp/pppoe-server-options)
>> Feb  2 12:05:20 LEDE pppd[1580]: nodefaultroute#011#011# (from 
>> /etc/ppp/pppoe-server-options)
>> Feb  2 12:05:20 LEDE pppd[1580]: netmask 255.0.0.0#011#011# (from 
>> /etc/ppp/pppoe-server-options)
>> Feb  2 12:05:20 LEDE pppd[1580]: 10.0.0.1:10.67.15.1#011#011# (from 
>> command line)
>> Feb  2 12:05:20 LEDE pppd[1580]: pppd 2.4.7 started by root, uid 0
>> Feb  2 12:05:20 LEDE pppd[1580]: Connected to 7c:d3:0a:15:22:49 via 
>> interface eth1
>> Feb  2 12:05:20 LEDE pppd[1580]: Using interface ppp0
>> Feb  2 12:05:20 LEDE pppd[1580]: Connect: ppp0 <--> eth1
>> Feb  2 12:05:22 LEDE pppd[1580]: peer from calling number 
>> 7C:D3:0A:15:22:49 authorized
>> Feb  2 12:05:22 LEDE pppd[1580]: MPPE 128-bit stateful compression 
>> enabled
>> Feb  2 12:05:22 LEDE pppd[1580]: local  IP address 10.0.0.1
>> Feb  2 12:05:22 LEDE pppd[1580]: remote IP address 10.67.15.1
>> Feb  2 12:05:22 LEDE pppd[1580]: Unsupported protocol 0xc8c8 received
>> Feb  2 12:05:22 LEDE pppd[1580]: Unsupported protocol 0x3d received
>> Feb  2 12:05:22 LEDE pppd[1580]: Unsupported protocol 0x79 received
>> Feb  2 12:05:22 LEDE pppd[1580]: Unsupported protocol 'PPP Muxing' 
>> (0x59) received
>> Feb  2 12:05:22 LEDE pppd[1580]: Unsupported protocol 0x2805 received
>> Feb  2 12:05:26 LEDE pppd[1580]: Unsupported protocol 0xf6a9 received
>> Feb  2 12:05:29 LEDE pppd[1580]: Unsupported protocol 0x2e59 received
>> ...
>>
>
Seems that this problem was kind of reported here as this:

I Found it originally here: 
https://www.spinics.net/lists/linux-ppp/msg01106.html

It is indeed in the list here: 
https://marc.info/?l=linux-ppp&m\x129753728204109&w=2

Seems that it does solve two problems, but not all of them... Anyway, it 
seems that it is an olde kernel version problem, as I'm using kernel 4.4 
and this might be fixed entirely in modern kernels...

I'll check what the latest kernel ppp_mppe.c looks like.



      parent reply	other threads:[~2017-10-25 17:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-24  8:52 kernel-mode PPPoE does not seem able to work with MPPE David Fernandez
2017-10-24 12:09 ` David Fernandez
2017-10-24 14:17 ` Christoph Schulz
2017-10-24 15:13 ` David Fernandez
2017-10-24 20:00 ` Christoph Schulz
2017-10-25 17:45 ` David Fernandez [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8feebe50-baf4-1838-0c99-9a4d45273297@googlemail.com \
    --to=david.fernandez.work@googlemail.com \
    --cc=linux-ppp@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).