Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Nov 2004 12:22:21 -0500 (PET)
From:      Richard Cotrina <rcc@speedy.net.pe>
To:        dave <dmehler26@woh.rr.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: ipfilter loading on 5.3
Message-ID:  <20041108121921.E92000@kheops.speedy.net.pe>
In-Reply-To: <000b01c4c5b4$a22ab6f0$0200a8c0@satellite>
References:  <000b01c4c5b4$a22ab6f0$0200a8c0@satellite>

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

Firs of all, check if the module has been loaded :

# kldstat

You should see the module ipl loaded :

Id Refs Address    Size     Name
 2    1 0xc36df000 18000    ipl.ko

If not, load it manually :

# kldload ipl


On Mon, 8 Nov 2004, dave wrote:

> Hello,
>     I believe i am having a configuration error. I've got a new 5.3 box to
> which i'm atempting to get ipfilter going. I read the updated handbook and
> have added:
>
> ipfilter_enable="YES"
> ipfilter_rules="/etc/ipf.rules"
> ipmon_enable="YES"
> ipmon_flags="-Dsvn"
>
> to my rc.conf file. When i try to manually load up my rules file with:
> ipf -FA -f /etc/ipf.rules
>  i am getting an error "can not open no such device"
> I have not compiled anything for ipfilter in to the kernel as i had done
> previously i understood from the handbook that ipf was capable of being
> dynamically loaded and the rc.conf line would suffice. I've also added:
> Local0.* /var/log/ipfilter.log
> to my syslog.conf file getting ipf traffic in a separate logfile. When i go
> to rotate this file with newsyslog is there any special flags i should pass?
> Thanks.
> Dave.
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>



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