Re: PF Broken

2005-02-28 Thread Andrew Lewis
On Mon, 28 Feb 2005 14:42:57 +0100
Dominique Goncalves <[EMAIL PROTECTED]> wrote:

> man altq ;-)

Oh... Ok... So I set the relevant options in the kernel, rebuilt & it looks 
good - thankyou. :) :) :)

Excuse my nonsense AheaHeaHe aHeooHAeHAaHa Thanku, Thanku...

-AL.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: PF Broken

2005-02-28 Thread Andrew Lewis
So here's another question:

pfctl says:
No ALTQ support in kernel
ALTQ related functions disabled

^- I remember reading something about there being early support available for 
this under fBSD? Where do I find the patches to make this work?

I'm intending on using PF for shaping *only* so this is what I need. :)

-AL.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: PF Broken

2005-02-28 Thread Andrew Lewis
On Mon, 28 Feb 2005 15:34:09 +0200
Andrew Lewis <[EMAIL PROTECTED]> wrote:

> How do I make it work? ;)

Forgot to run make installkernel. :(

It's funny laugh

-AL.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


PF Broken

2005-02-28 Thread Andrew Lewis
Hi,

I'm struggling with PF on FreeBSD 5.3-RELEASE...

I've got a custom kernel configuration; including:
device pf
device pflog

In rc.conf I've set:
pf_enable="YES"
pf_rules="/etc/pf.conf"
pf_flags=""
pflog_enable="YES"
pflog_logfile="/var/log/pflog"
pflog_flags=""

dmesg -a shows:
ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/local/lib
a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout /usr/X11R6/lib/aout
link_elf: symbol in6_cksum undefined
kldload: 
can't load pf
: 
No such file or directory
/etc/rc: ERROR: pflog module failed to load.
link_elf: symbol in6_cksum undefined
kldload: 
can't load pf
: 
No such file or directory
/etc/rc: ERROR: pf module failed to load.

pfctl -sa says:
pfctl: /dev/pf: No such file or directory

How do I make it work? ;)

Best,
-AL.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"