I have a 100/20 fiber VDSL2...I use a Linksys router cascaded on a DSL modem (WAN router with LAN 1 modem)...to have a better quality connection it's better to make the connection on the dsl modem or a passthrough PPPoE on the modem and a PPPoE connection on the router? In the parameters of my fiber connection it is also necessary to insert the VLAN ID 835
It is always better to use the modem exclusively as (bridged) modem and to handle the PPPoE session on your actual router instead (avoids double-NAT, which could be a source of a lot of grieve - and the router is usually faster and in a better position to deal with port forwards et al).
Second-generation systems ( VDSL2 ; ITU-T G.993.2 approved in February 2006)[5] use frequencies of up to 30 MHz to provide data rates exceeding 100 Mbit/s simultaneously in both the upstream and downstream directions. The maximum available bit rate is achieved at a range of about 300 metres (980 ft); performance degrades as the local loopattenuation
Increases.
This is assuming the modem really requires tagged packets. If you have internet using the config posted and eth1.2, you're actually emitting untagged packets on port 4.
option ports '4 6t'
Does this result in a public WAN IP?
As for what @hisham2630 posted, you may need to set vlan 2 and vid 835. Switch chips use a table of VLANs which only holds 16 or 128 entries. To use a VLAN number higher than that, vlan is the index in the table, and vid is the IEEE 802.1Q tag number actually injected into the packets.
try to reboot your with the new settings, also i think you have to use PPPOA instead of PPPOE!
Also, you should post your connection parameters/router model so we can help.