With bsd.mp, net.pipex.enable=0 I just browse the web with my
LineageOS 7.1.2 throught L2TP/IPSec PSK VPN.
It doesn't seems to bug with bsd.sp
My npppd.conf :
# $OpenBSD: npppd.conf,v 1.2 2014/03/22 04:32:39 yasuoka Exp $
# sample npppd configuration file. see npppd.conf(5)
authentication LOCAL type local {
users-file "/etc/npppd/npppd-users"
}
tunnel L2TP protocol l2tp {
listen on 0.0.0.0
# pipex yes
lcp-keepalive yes
lcp-keepalive-interval 60
}
ipcp IPCP {
pool-address 10.0.0.2-10.0.0.14
dns-servers 8.8.8.8
}
# use tun(4) interface. multiple ppp sessions concentrate one interface.
interface tun0 address 10.0.0.1 ipcp IPCP
bind tunnel from L2TP authenticated by LOCAL to tun0
On Sun, Apr 28, 2019 at 8:02 PM Martin Pieuchot <[email protected]> wrote:
>
> On 26/04/19(Fri) 11:23, Olivier Antoine wrote:
> > Hi, could it be that the problem is related to pipex?
> > My npppd.conf rely on the default pipex settings (on)
> > But net.pipex.enable is 0 since I have no explicit settings in my
> > /etc/sysctl.conf
> > Under these conditions, I have no difficulty to crash the machine.
> > With net.pipex.enable=1 I have not yet noticed any problem.
>
> This might help trigger the bug. Do you have a receipt to reproduce it
> at 100%? Does it only happens with a MP kernel? Or can you reproduce
> it in vmm(4) for example?