Search found 7 matches

by sibi1979
01 Dec 2017, 13:46
Forum: PPPoE
Topic: MTU ppp interface
Replies: 9
Views: 3081

Re: MTU ppp interface

Thanks - the MTU of the ppp interface is now 1454, after the implementation of this parameter.
So this mean, in combination with l2tp, that we reached the maximum mtu ?
by sibi1979
01 Dec 2017, 12:33
Forum: PPPoE
Topic: MTU ppp interface
Replies: 9
Views: 3081

Re: MTU ppp interface

Please find hereunder the extented log. [2017-12-01 13:29:41]: debug: ppp17: recv [LCP EchoReq id=db <magic b3d1ef55>] [2017-12-01 13:29:41]: debug: ppp17: send [LCP EchoRep id=db <magic 12200854>] [2017-12-01 13:29:41]: info: : recv [LCP ConfReq id=1c <mru 1420> <magic b4509cef>] [2017-12-01 13:29:...
by sibi1979
01 Dec 2017, 12:03
Forum: PPPoE
Topic: MTU ppp interface
Replies: 9
Views: 3081

Re: MTU ppp interface

Thanks Dmitry.
At this moment, log level is at 3. I have set it to 5.
As the server is in production, is there a possibility to reload the config without loosing the existing sessions ?
by sibi1979
01 Dec 2017, 11:19
Forum: PPPoE
Topic: MTU ppp interface
Replies: 9
Views: 3081

Re: MTU ppp interface

Hey Dmitry,

root@bras:/var/log/accel-ppp# accel-cmd show connection negotation log
command unknown

What is the correct commando please ? Do I have to enable something in the configuration file ?

By the way, how can we see all syntax of the "accel-cmd" ?

Thank you,

Sibi
by sibi1979
01 Dec 2017, 08:48
Forum: PPPoE
Topic: MTU ppp interface
Replies: 9
Views: 3081

MTU ppp interface

Dear accel-ppp lovers, We are using the accel-ppp server as a l2tp and pppoe server. We've seen that the ppp interface is each time created with an mtu of 1420. Here are the ppp settings : [ppp] verbose=1 min-mtu=1280 mtu=1492 mru=1492 ppp33: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 14...
by sibi1979
26 Jun 2017, 06:04
Forum: Installation
Topic: compilation in debian stretch
Replies: 2
Views: 2549

Re: compilation in debian stretch

apt-get install libssl1.0-dev

Solved the problem.
by sibi1979
26 Jun 2017, 05:55
Forum: Installation
Topic: compilation in debian stretch
Replies: 2
Views: 2549

Re: compilation in debian stretch

Hello Mat, Can you please share the file as I have the same issue ? I install an older version on my debian server but it results in : [ 10%] Building C object accel-pppd/CMakeFiles/accel-pppd.dir/ppp/ppp.c.o In file included from /usr/src/accel-ppp.git/accel-pppd/include/crypto.h:9:0, from /usr/src...