Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 2004 09:47:53 -0400
From:      Vlad <marchenko@gmail.com>
To:        Robert Watson <rwatson@freebsd.org>
Cc:        Robert Watson <rwatosn@freebsd.org>
Subject:   Re: panic: sorele
Message-ID:  <cd70c681040930064733cfe38d@mail.gmail.com>
In-Reply-To: <Pine.NEB.3.96L.1040929222519.42292E-100000@fledge.watson.org>
References:  <cd70c6810409291912594e7dc9@mail.gmail.com> <Pine.NEB.3.96L.1040929222519.42292E-100000@fledge.watson.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Additional info:

I had several aliased ip addresses attached to interaface, and I just
noticed for some reason I was specifying whols subnet broadcast for
aliased ip addresses explicitly  instead of having ifconfig figure out
it automatically based on network mask. this is how it was configured:

main ip 10.0.0.1 / 255.255.255.0 / 10.0.0.255  
alias ip  10.0.0.2 / 255.255.255.255 / 10.0.0.255 
another alias ip  10.0.0.3 / 255.255.255.255 / 10.0.0.255 

while should be (if I understand correctly):

main ip 10.0.0.1 / 255.255.255.0 / 10.0.0.255  
alias ip  10.0.0.2 / 255.255.255.255 / 10.0.0.2
another alias ip  10.0.0.3 / 255.255.255.255 / 10.0.0.3

now question is could that trigger that panic solere under heavy
packets load somehow?

-- 
Vlad



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cd70c681040930064733cfe38d>