Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Sep 2003 09:26:46 -0700
From:      Mark Woodson <mwoodson@sricrm.com>
To:        "Putinas" <pilkis@gmx.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Entropy harvesting: interrupts ethernet point_to_point
Message-ID:  <200309040926.46086.mwoodson@sricrm.com>
In-Reply-To: <00ee01c372e0$c80557e0$0464a8c0@spotripoli.local>
References:  <00ee01c372e0$c80557e0$0464a8c0@spotripoli.local>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 04 September 2003 05:33 am, Putinas wrote:
[snip]
> and also part of my custom kernel, I tried to commend RANDOM_IP_ID,
> PFIL_HOOKS but I got same results :
>
> options         INCLUDE_CONFIG_FILE
> options         IPFIREWALL              #firewall
> options         IPFIREWALL_VERBOSE      #enable logging to
> syslogd(8) options         IPFIREWALL_FORWARD      #enable
> transparent proxy support options        
> IPFIREWALL_DEFAULT_TO_ACCEPT    #allow everything by default
> options         IPV6FIREWALL            #firewall for IPv6 options 
>        IPV6FIREWALL_VERBOSE
> options         IPV6FIREWALL_DEFAULT_TO_ACCEPT
> options         IPDIVERT                #divert sockets
> options         IPFILTER                #ipfilter support
> options         IPFILTER_LOG            #ipfilter logging
> options         IPSTEALTH               #support for stealth
> forwarding options         PFIL_HOOKS
> options         TCPDEBUG
> options         RANDOM_IP_ID
> options         TCP_DROP_SYNFIN         #drop TCP packets with
> SYN+FIN options         DUMMYNET
> options         BRIDGE
> options         DEVICE_POLLING

Is ipfilter and ipfw supported at the same time?  Are you planning on 
using both of them at the same time?  If you are planning on using 
ipfirewall you can safely comment out ipfilter options.

-Mark



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