Date: Thu, 16 Sep 2004 03:39:33 -0000 From: Pyun YongHyeon <yongari@kt-is.co.kr> To: pf4freebsd@freelists.org Subject: [pf4freebsd] Re: Version 1.52 Message-ID: <20030604025848.GA3290@kt-is.co.kr> In-Reply-To: <000701c32a18$6db7a740$050410ac@scum> References: <40481.141.3.10.100.1054637166.squirrel@webmail.vampire.homelinux.org> <000701c32a18$6db7a740$050410ac@scum>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jun 03, 2003 at 10:38:09PM +0100, Ziad Afra wrote: > All > > I still cant get NAT to work correctly on my setup. Its quite > frustrating I must say.. > > My configuration is as follows:- > > FreeBSD XXX.XXX.XXX 5.0-RELEASE FreeBSD 5.0-RELEASE #6: Wed May 14 > 00:30:11 BST 2003 root@XXX.XXX.XXX:/usr/obj/usr/src/sys/FREE i386 > > ===[root] ~ # sysctl -a|grep -i forw > kern.smp.forward_signal_enabled: 1 > kern.smp.forward_roundrobin_enabled: 1 > net.inet.ip.forwarding: 1 > net.inet.ip.fastforwarding: 1 > net.inet6.ip6.forwarding: 0 > > ===[root] /boot/kernel # pwd > /boot/kernel > ### > ### > ###of concern### > -r-xr-xr-x 1 root wheel 124916 May 14 01:46 pf.ko > -r-xr-xr-x 1 root wheel 6844 May 14 01:46 pflog.ko > -r-xr-xr-x 1 root wheel 8442 May 14 01:46 pfsync.ko > > ===[root] /boot/kernel # pfctl -sa > scrub in all fragment reassemble > pass quick on lo0 all > nat on fxp0 inet from 172.16.4.1 to any -> 172.16.4.11 > pfctl: DIOCGETALTQS: Operation not supported by device ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ What pf version do you use? Did you upgrade your kernel for some other reasons(i.e. security patches)? Do you use ALTQ? It seems that there is a mismatches between your kernel and pf module. Please rebuild pf kernel modules. The above message should not appear whether ALTQ routines enabled or not. Normal procedures to follow are #killall pflogd #kldunload pf #kldunload pfaltq #kldunload pfsync #kldunload pflog #cd /path/to/pf_source_location #make clean #make && make install Please let me know the results. If you can feedback more detailed information, you would get better support. Thanks and good luck. > Status: Enabled for 1 days 20:58:49 Debug: None > > State Table Total Rate > current entries 0 > searches 0 0.0/s [snip] -- Pyun YongHyeon <http://www.kr.freebsd.org/~yongari>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030604025848.GA3290>