Re: panic: sorele

From: Vlad <marchenko_at_gmail.com>
Date: Thu, 30 Sep 2004 09:47:53 -0400
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
Received on Thu Sep 30 2004 - 11:47:57 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:14 UTC