On 2019/06/16 10:33, Sacha wrote: > Hi, > > when I'm starting the system (OpenBSD 6.5 amd64) with dual pppoe connections > only the first is going up. > > Here are my pppoe confs (changed $user and $psw): > > >
Your config is not included in the email. > I tried to change 0.0.0.0 to 0.0.0.2 in /etc/hostname.pppoe1, Why? >From the manual pppoe(4) : " If the local address is set to wildcard address 0.0.0.0, it will be changed " to an address suggested by the peer. You want 0.0.0.0 on both interfaces. It is the "remote address" (0.0.0.1 on the first interface) that you need to change for the second.
