Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Dec 2003 11:49:44 +0000
From:      Nate Grey <NateBSD@yahoo.it>
To:        net@FreeBSD.org
Subject:   Fwd: 5.2-RC + ipfw
Message-ID:  <200312131149.44582.NateBSD@yahoo.it>

next in thread | raw e-mail | index | archive | help
Hello,

on 5.2-RC I get this error from ipfw:

 ipfw in free(): error: modified (chunk -) pointer
 Aboirt trap (core dumped)

examining my firewall script I noticed that error occurs when ipfw try to
load this rules

fwcmd="/sbin/ipfw -q/"
${fwcmd} add 310 set 1 deny ip from $bad_guys to any in recv ep0
${fwcmd} add 310 set 2 deny ip from any to $bad_guys out via ep0

badguys are:

bad_guys="(\
127.0.0.0/8 or \
192.168.0.1/16 or \
10.0.0.0/8 or \
172.16.0.0/12 or \
0.0.0.0/8 or \
169.254.0.0/16 or \
192.0.2.0/24 or \
224.0.0.0/4 \
)"

anyway, according to `ipfw sh` output the rules are loaded.

Bye Bye



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