On 2016-09-13, "Peter J. Philipp" <[email protected]> wrote:
> This interests me because I'm switching to Deutsche Telekom in february
> 2017. I did research back in
>
> march or april of 2016 on how to connect to Telekom with an allnet vdsl
> modem and I came across hints that Telekom uses vlan tagging. I made
> notes but I don't know how updated they are, but you
That setup is straightforward.
The Allnet VDSL modem doesn't require any configuration; you just
plug it in. (The device is actually a fully-fledged CPE with the
usual home gateway functionality, but that's all disabled by default.)
On the OpenBSD gateway, I have this:
==> hostname.em2 <==
description WAN
up
==> hostname.vlan0 <==
description "T-Online Internet"
vlan 7 vlandev em2
==> hostname.pppoe0 <==
description T-Online
inet 0.0.0.0 255.255.255.255 NONE \
pppoedev vlan0 authproto pap \
authname [email protected] authkey kkkkkkkk up
dest 0.0.0.1
!route add default -ifp \$if 0.0.0.1
The authentication information is derived like above from the four
magic numbers provided by Telekom:
"Zugangsnummer" zzzzzzzzzzzz
"Kennwort" kkkkkkkk
"Anschlusskennung" aaaaaaaaaaaa
"Mitbenutzernummer" mmmm
--
Christian "naddy" Weisgerber [email protected]