Harald, I don't know how you do the VLAN tagging for Deutsche Telekom, but this article will help you:
http://un.geeig.net/openbsd-vdsl.html Here is my ifconfig pppoe0: pppoe0: flags=8851<UP,POINTOPOINT,RUNNING,SIMPLEX,MULTICAST> mtu 1492 index 9 priority 0 llprio 3 dev: vlan7 state: session sid: 0x952a PADI retries: 5 PADR retries: 0 time: 9d 18:47:52 sppp: phase network authproto chap groups: pppoe egress status: active inet 87.138.aa.bb --> 217.0.cc.dd netmask 0xffffffff I use CHAP instead of PAP auth. Hope that works for you, too. -stefan ________________________________________ From: owner-m...@openbsd.org <owner-m...@openbsd.org> on behalf of Harald Dunkel Sent: Monday, April 3, 2017 01:15 PM To: misc@openbsd.org Subject: Re: pppoe takes 3 or 4 minutes to come up On 04/02/17 11:46, Kapfhammer, Stefan wrote: > Harald, could you please post > the full output of 'ifconfig pppoe0'? > After successful established connection. > > Of course without credentials :) > Sure: # ifconfig pppoe0 pppoe0: flags=8851<UP,POINTOPOINT,RUNNING,SIMPLEX,MULTICAST> mtu 1500 index 6 priority 0 llprio 3 dev: re0 state: session sid: 0x64 PADI retries: 2 PADR retries: 0 time: 1d 04:57:54 sppp: phase network authproto pap authname "xxxxx...@t-online.de" groups: pppoe extern egress status: active inet 93.233.206.xx --> 62.155.241.yy netmask 0xffffffff Regards Harri