L2tp - "Unsupported protocol type" with kmod-l2tp installed

Sorry, I'm new to Openwrt, Linux and programming in general.

config device
        option name 'beeline'
        option macaddr ''

config interface 'beeline'
        option device 'beeline'
        option proto 'l2tp'
        option server 'tp.internet.beeline.ru'
        option username ''
        option password ''
        option ipv6 'auto'
        option mtu '1460'

I've tried a lot of configurations, but nothing changes:

What I do wrong? Do I have somehow to activate l2tp protocol?
May be someone can share working beeline.ru network configuration, I would be very greatfull.

You also need xl2tpd.

1 Like

ppp-mod-whatever that you cut from your screenshot is also handy to get luci ppp config interface to parse your copypasta config.