Archer c50 ppoe wan

hi

noobie here. for the life of me i am unable to get my wan interface up.
im getting connection attempt failed unknown error (user request)

thank you

Hello! Could you post the configuration? uci export network after you connect with SSH.
Use preformatted text for the console output (the </> button).

Hi there please see below:

config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'

config globals 'globals'
option ula_prefix 'fd99:8cdd:7ac8::/48'

config interface 'lan'
option type 'bridge'
option ifname 'eth0.1'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'

config device 'lan_eth0_1_dev'
option name 'eth0.1'
option macaddr '74:da:88:48:59:39'

config interface 'wan'
option ifname 'eth0.2'
option proto 'pppoe'
option password ''
option ipv6 'auto'
option username ''

config device 'wan_eth0_2_dev'
option name 'eth0.2'
option macaddr '74:da:88:48:59:3a'

config interface 'wan6'
option ifname 'eth0.2'
option proto 'dhcpv6'

config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'

config switch_vlan
option device 'switch0'
option vlan '1'
option ports '1 2 3 4 6t'

config switch_vlan
option device 'switch0'
option vlan '2'
option ports '0 6t'

I asked you to use preformatted text.
Anyway, the configuration is correct, restart the wan and look at the logs for any clues.
ifup wan; logread -f | grep ppp
Verify that the modem is passing properly the ppp frames.