Re: [SOLVED] PPPoE connection does not set IP

2020-12-09 Thread Chris Narkiewicz
On Wed, Dec 09, 2020 at 10:59:53AM -, Stuart Henderson wrote: > Setting "inet" brings the interface up automatically. Move that > down after the point you have set the connection parameters. I escaped newlines with \ to make it one big line and this solved the issue. Thank you. Cheerio,

Re: PPPoE connection does not set IP

2020-12-09 Thread Chris Narkiewicz
On Wed, Dec 09, 2020 at 01:12:11PM +0100, Georg Bege wrote: > Hello, > > Im also on an VDSL connection from the german ISP T-Online - > > I see that you dont use any VLAN,  are you sure that this is > correct? This is supposed to be handled by the ISPs modem internally. When I look at a

Re: PPPoE connection does not set IP

2020-12-09 Thread Stuart Henderson
On 2020-12-09, Stuart Henderson wrote: > On 2020-12-09, Chris Narkiewicz wrote: >> --gKMricLos+KVdGMg >> Content-Type: text/plain; charset=us-ascii >> Content-Disposition: inline >> Content-Transfer-Encoding: 7bit >> >> I'm trying to establish VDSL connection using an ECI modem over PPPoE. >>

Re: PPPoE connection does not set IP

2020-12-09 Thread Stuart Henderson
On 2020-12-09, Chris Narkiewicz wrote: > --gKMricLos+KVdGMg > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: 7bit > > I'm trying to establish VDSL connection using an ECI modem over PPPoE. > I'm running OpenBSD 6.8 on APU board from PC

PPPoE connection does not set IP

2020-12-08 Thread Chris Narkiewicz
I'm trying to establish VDSL connection using an ECI modem over PPPoE. I'm running OpenBSD 6.8 on APU board from PC Engines. Relevant inerface configuration: /etc/hostname.em0 up /etc/hostname.pppoe0 inet 0.0.0.0 255.255.255.255 NONE mtu 1492 pppoedev em0 authproto chap authname 'my login'

Re: PPPoE connection does not set IP

2020-12-08 Thread Bodie
On 9.12.2020 02:33, Chris Narkiewicz wrote: I'm trying to establish VDSL connection using an ECI modem over PPPoE. I'm running OpenBSD 6.8 on APU board from PC Engines. Relevant inerface configuration: /etc/hostname.em0 up /etc/hostname.pppoe0 inet 0.0.0.0 255.255.255.255 NONE mtu 1492