Hi!
I'm configuring a server able to do NAT and IP FILTERING (IPF).
What are the required options that I should set to the kernel?
I have this:
--
options IPFILTER
options IPFILTER_LOG
options IPFIREWALL
options IPDIVERT
---
but I'm not sure if IPFIREWALLING should be (I'm not going to use ipfw).
On the other hand, I put this lines in /etc/rc.conf
--
firewall_type="open"
firewall_enable="NO"
--
But everytime I boot I have to do:
# ipfw -f flush
# ipfw add pass all from any to any
if I want to see other machines of my net.
As I say, I wan to use IPFILTER but not ipfw, so what I'm supposed to do?
Thanks in advance!
--
Jes�s Arn�iz
0z0ne Inc I+D/IT Manager
http://www.0z0ne.com
mailto:[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message