[systemd-devel] sshd.service fails on boot when primary listener is a bridge (br0) instead of real interface (eth0). What dependency is needed?

Cameron Norman camerontnorman at gmail.com
Sun Apr 12 14:08:40 PDT 2015


On Sun, Apr 12, 2015 at 12:49 PM, Lennart Poettering
<lennart at poettering.net> wrote:
> On Sun, 12.04.15 12:35, lyndat3 at your-mail.com (lyndat3 at your-mail.com) wrote:
>
>> If interface:IP = eno1:192.168.1.1, then it's all good.
>>
>> But, if interface:IP = br0(attached to eno1):192.168.1.1, then there's a fail of sshd.service on boot.
>
> Hmm? why that? why does sshd care? What precisely fails? I mean, if
> the ip addres 192.168.1.1 is bound to a local interface, then sshd
> really should work, it shouldn't matter what kind of interface that
> is.

It's probably just a race that you see with the bridge because the
bridge is up at a later time than the ethernet device.

--
Cameron Norman


More information about the systemd-devel mailing list