Hi,
I'm new to Openwrt and as expected I face problems with my internet connection. I live in Germany and have a Telekom fibreglass connection. My setup is as follows:
fiberglass -> modem -> Cudy router -> LAN
If I use a different router (Fritzbox 7560) it connects without a problem. Everytime I'm switching to the Cudy router the connection is failing.
Beyond of what mk24 raised (and I think that is your main problem), is there a reason why you renamed the default "wan" interface name to "Internet"? Apart from upper-case (or special characters, too long names <-- max. is 15 characters, but it's being prepended by pppoe-, so that mightwill be a problem as well), you are introducing additional complexities (syncing with firewall rules, DHCP/ DNS settings, it's just busy-work with little gain) that aren't helpful, especially not while you are still experimenting.
My suggestions would be:
do a factory reset (why, because that clears out the interactions of your 'Internet' interface to your firewall and DHCP/ DNS configuration, as well as the question of wan vs eth0).
keep it simple, first get internet access work with the least amount of changes (certainly no interface renaming at first)
advice for DTAG VDSL should work, as DTAG is (sadly, PPPoE is a major performance drain on fast connections, so 'great' for ftth…) using the same backend - so take a look at those for inspiration (VDSL with external modem, not an internal modem, there some things vary a little)
for clarity/ brevity, it does make sense to delete the 8021q stanzas
as mentioned, don't use images for displaying text
it does make sense to paste the default /etc/config/networkfor your device here, before any changes
So I made a new setup and its working. I still needed to setup the VLAN ID to 7 and link it with the WAN port. After connecting the PPOE with WAN.7 the internet was working.
Thanks a lot for your kind support.