On Sun, 25 May 2025 00:08:57 +0200, Christian Weisgerber
<na...@mips.inka.de> wrote:

> Also, your address configuration in hostname pppoe0 doesn't look
> correct.  Note that hostname.if(5) "inet" lines have a different
> syntax from ifconfig(8).  I suggest:
> 
>   ==> hostname.pppoe0 <==  
>   inet 0.0.0.0 255.255.255.255 NONE pppoedev vlan40 authproto pap \
>       authname 'user' authkey 'password' \
>       up
>   dest 0.0.0.1
>   !/sbin/route add default -ifp pppoe0 0.0.0.1

Initially, I went with the config given in pppoe(4) (which I think is
the same as above). Then trying to make it work, I searched across the
archives and found

https://www.mail-archive.com/misc@openbsd.org/msg181117.html

(for those who prefer using their MUA it's
To: misc@openbsd.org
Subject: OpenBSD pppoe and Bell Fibe
Date: Sat, 19 Feb 2022 09:39:59 -0500)

in which sthen mentioned

> there is a race condition when you list the destination address
> separately.

so I used the config he provided.
I've no idea if the race is now fixed or anything, but since the config
works, I'm little inclined to fiddle with it haha

Cheers,
Daniel

Reply via email to