Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Feb 2006 19:47:38 -0600 (CST)
From:      chris@i13i.com
To:        "Maxim Vetrov" <muxas@mail.ru>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: IPFILTER rule error
Message-ID:  <1370.201.155.124.120.1139881658.squirrel@webmail.i13i.com>
In-Reply-To: <43F11FB2.7000105@mail.ru>
References:  <43F11FB2.7000105@mail.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
> Hi,
>
> I'm running FreeBSD 6.0, IPFilter 4.1.8(416).
>
> Setting line for rpc outbound calls
>
> pass out quick on rl0 \
>   proto udp from any to any port = sunrpc keep state group 20
>
> gives me this error:
>
> ioctl (add/insert rule): No such process
>
> What is the process i'm missing?
>
> Regards,
> muxas
> _______________________________________________
> 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"
>

Hello,
By default freebsd doesn't have any firewall's compiled into the kernel or
loaded as kernel mod's so you need to add ipfilter_enable="YES" to rc.conf
and type in kldload ipl so you dont have to reboot the machine and also
make sure you add a simple rules to allow all or youll look yourself out
as it defaults to deny all hope this help a bit.






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