thanks for the answer, where exactly should I set vlanid as 835 for the wan in the luci?
You skipped that!!!
I found where to set vlan id but I have no ideahow to do it, which ports should I set tagged, untagged or off for 835?
in Luci:
Network/Interfaces/WAN/
Protocol: PPPoE (not DHCP!)
Device: Eth0
PAP/CHAP Username: username provided by ISP
PAP/CHAP Password: password provided by ISP
in physical settings of WAN you should have the option for VLAN ID
No VLAN ID in physical settings…
add it manually in /etc/config/networks
ssh to your router
opkg update
opkg install nano
nano /etc/config/networks
here you should have something like this (scroll down until you find config interface ‘wan’:
config interface ‘wan’
option vlanid ‘enter here isp vlan id tag for pppoe’
option disabled ‘0’
option password ‘enter here isp provided pppoe password’
option proto ‘pppoe’
option username ‘enter here isp provided pppoe username’
option device ‘eth0’
option metric ‘10’
option ipv6 ‘1’
option force_link ‘0’
edit vlan id, username and password (ipv6 if needed)
after editing ctrl+x (option ipv6 ‘1’ only if isp provides ipv6/you need it. if not: option ipv6 ‘0’
type y
hit enter
reboot router or restart wan interface/reload network config and it should work
eg.
config interface ‘wan’
option vlanid ‘835’
option disabled ‘0’
option password ‘abcd1234’
option proto ‘pppoe’
option username ‘name@tiscali.it’
option device ‘eth0’
option metric ‘10’
option ipv6 ‘1’
option force_link ‘0’
check with your provider you have pppoe and not IPoE. for IPoE with tagged vlan setup is different
if IPoE (in luci: network/interfaces/devices) you’ll need to add a new vlan (802.1q) device with base device eth0(wan), vlan id xxx (your vlan id), device name eth0.xxx (xxx your vlan id) and MAC address the mac from ISP provided router. and after to point wan interface to this new created device - see last post here: Connecting my router to my ONT & ISP - #10 by alzhao
my pppoe