On Thu, Feb 03, 2000 at 09:09:40PM +0100, Arjan de Vet wrote:
> In my kernel config I have:
> 
> pseudo-device   tun             # Packet tunnel.

Ah..this is a self cloning device.

Before loading the filter rules, you must make sure the
device is there.
Do something like: dd if=/dev/tun0 count=0
or something else that opens a device and closes it again without
reading.

There is a bug in ipfilter: it does not return an error when
loading a rule with a non-existing device (though it will work
as expected in that it will never match)

-Guido


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to