Hi, I want share to configration for PPPoE in CZ O2 provider (optical) (so far there are intructions for VSDL and IPTV only OpenWrt configuration for different ISP)
Key parts of the network configuration file:
config interface 'wan'
option device 'eth0.848'
option proto 'pppoe'
option username 'O2'
option password 'O2'
option ipv6 'auto'
option norelease '1'
config switch_vlan
option device 'switch0'
option vlan '2'
option ports '0t 1t'
option vid '848'

