Hey there, new user here. I bought the Flint 2 (GL-MT6000) router and flashed 24.10.4.
As a modem I use a Speedport Smart 3 in bridge/modem mode.
I have read the OpenWrt quick guide and also browsed the user guide. Following the "Accessing the modem through the router" documentation I was not able to access the internet. I am not sure what I am doing wrong. If I understood correctly the modem IP is 169.254.2.1. It is possible to reach the modem WebUI via that IP (only when connected via ethernet directly to the Speedport Smart 3).
I have used the forum search and think this is might be the solution. Is it?
modem is in bridge mode - done
modem LAN port connected to router WAN port - done
you have to be more specific of what you are trying to achieve.
the bridge mode, does not necessarily mean that your ISP_ROUTER will only act as modem without log into your ISP_account: Bridge mode is a special mode of operation where the current gateway/modem acts as a network bridge, forwarding all traffic to a downstream device.
If you will be using your ISP_Router as a modem only, and you want to add your ISP credentials in your OPENWRT_router, the best guide you will find in the following article: ISP Configurations
hint: try to find the guidance about Greece, our providers use almost 90% Speedports for equipment.
Edit
I should show you mine.
These examples cover old swconfig.
Imported part is vlan 7 tagged on wan. Pppoe with credentials. Nothing more. And for wan6 set dhcpv6, reg address and req prefix size 56.
yes, Deutsche Telekom. Thanks for the link, I have seen it already. I thought the speedport will connect automatically with my ISP credentials since it does so in "normal" mode. When I connect to it via Ethernet, I can see that "something" is happening.
According to the GL-MT6000 wiki page, the WAN port is eth1. So the "ifname" needs to be "eth1.7".
From a default OpenWrt config, only the following changes to the WAN interface should be needed:
Change device ("ifname") to include the VLAN
Switch protocol to PPPoE
Enter PPPoE credentials (for Deutsche Telekom, usually any values work, as "Easy Login" is enabled by default and thus the values are not checked)
The switch_vlan section is only needed for devices which still use the older swconfig architecture for the switch, and where the WAN port is part of the switch. Your device uses DSA (and the WAN port is even on a actual separate interface).