Forked from moonraker46/gist:7956d06b97979ce8a34538c503494331
Created
April 10, 2025 07:56
-
-
Save braini75/d591c927ffd8a6a480cf626f3c96bc8e to your computer and use it in GitHub Desktop.
OpenWRT config 1und1 Glasfaser (carrier Deutsche Telekom)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # /etc/config/network | |
| # OpenWRT router (physical or virtual) is behind a Telekom Glasfaser Modem 2 | |
| config interface 'WAN' | |
| option proto 'pppoe' | |
| option ipv6 'auto' | |
| option device 'eth1.7' | |
| option username '1und1/uixxxx-xxx@online.de' | |
| option password 'xxxxxxxx' | |
| option metric '1' | |
| config device | |
| option type '8021q' | |
| option ifname 'eth1' | |
| option vid '7' | |
| option name 'eth1.7' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment