Connecting to Plusnet With OpenWrt

Plusnet configuration is trivial. I was with them until last year. No VLAN needed.

config interface 'wan'
        option proto 'pppoe'
        option ifname 'eth0'
        option username 'username'
        option password 'password'

1