Issue with igb and lagg (was Re: Problem with link aggregation + sshd)

Daniel Eischen deischen at freebsd.org
Tue Sep 11 22:12:16 UTC 2012


On Tue, 11 Sep 2012, Freddie Cash wrote:

> On Sep 11, 2012 2:12 PM, "Giulio Ferro" <auryn at zirakzigil.org> wrote:
>>
>> cloned_interfaces="lagg0"
>> ifconfig_lagg0="laggproto lacp laggport igb1 laggport igb2 laggport igb3
> 192.168.x.x/24"
>>
>> sshd_enable="YES"
>> ---------------------------------------------------
>>
>> This doesn't even manage to start sshd, it just hangs there at boot.
>>
>> Disabling lagg configuration everything works correctly.
>>
>
> Just curious: does it work if you split the lagg configuration from the IP
> config:
>
> ifconfig_lagg0="laggproto ..."
> ifconfig_lagg0_alias0="inet 192..."
>
> I've had problems in the past with cloned interfaces not working right if
> you do everything in one ifconfig line. Never spent much time debugging it,
> though, as the split config always worked.

This was my experience too, though it's been quite a while since
I tried it combined onto the same ifconfig line.

-- 
DE


More information about the freebsd-net mailing list