The Telekom technician will install the "Glasfaser Modem". It has a external power supply and a RJ45 connector.
Connect that RJ45 to your Linux box with an ethernet cable. My interface is enp1s0f3.
The modem provides the internet access on Vlan 7, I using systemd-networkd:
install on Debian/Ubuntu the required packages:
to receive a IPv6 address on ppp0, you have to enable accept_ra with a ip-up.d script:
make sure it is executable:
The pppoe username combined: Anschlusskennung + Zugangsnummer + 0001@t-online.de
Add the combined username and the password to /etc/ppp/pap-secrects:
setup a new ppp peer: /etc/ppp/peers/telekom
perhaps you want a unit file to start the internet:
make sure your IPv6 firewall works and you allow dhcpv6 requests for IPv6 PD:
use wide-dhcpv6-client to receive a IPv6 prefix for your lan via IPv6 PD:
Telekom will give you a /56 network. This wide-dhcpv6-client will add a new /64 network on your eno1 and eno2 interface.
Because Telekom has a /56 network you have to add 8 bits to get a /64 for your eno1 network. (sla-len parameter).
After starting wide-dhcpv6-client the new IPv6 address will be added to your interfaces. Use radvd or dhcpd on your eno1 interface to distribute your IPv6 address to your clients.