ipfw me6 forward

Andrey V. Elsukov bu7cher at yandex.ru
Wed Mar 12 22:41:00 PDT 2008


Randy Bush wrote:
>>> # grep IPF /sys/i386/conf/WORK0
>>> options         IPFIREWALL_FORWARD
>> You need "options  IPFIREWALL" too.
>> Seems you don't have IPFIREWALL compiled into kernel.
>> Look into `grep ipfw2 /var/run/dmesg.boot`
> 
> ipfw is working fine normally.  i load the module.

You should compile it into kernel or rebuild module with
forwarding support. For example:
# cd /usr/src/sys/modules/ipfw
# make DEBUG_FLAGS=-DIPFIREWALL_FORWARD clean all install

-- 
WBR, Andrey V. Elsukov


More information about the freebsd-current mailing list