Displaying 5 results from an estimated 5 matches for "firewall_log".
Did you mean:
firewall_logs
2003 Aug 07
1
problems with ipfilter on 5.1-RELEASE
...ipmon_flags="-Dsvn"
the other problem i have is that: it now seems that ipmon is logging to
/var/log/messages. i've set up ipfilter successfully on many freebsd
4x boxes, but this is the first time i've tried to set it up on 5x.
in my /etc/syslog.conf i have
local0.* /var/log/firewall_logs
*.notice;local0.none;authpriv.none;kern.debug;lpr.info;mail.crit;news.err
/var/log/messages
am i missing some things that i should be doing to set up ipfilter on
5x-RELEASE? on 4x-RELEASE, i've set up ipfilter successfully, following
the procedures outlined at schlacter.net to set up ipfilte...
2003 Nov 01
2
ipfw2 logging
...kernel:
options IPFIREWALL
options IPFIREWALL_VERBOSE
options IPFIREWALL_VERBOSE_LIMIT=3
It is ipfw2. After that, my inten-
tion was to use syslogd and
!ipfw
*.* /var/log/ipfw.log
and newsyslog with
/var/log/ipfw.log 600 3 100 * J
In rc.conf I have
firewall_enable="YES"
firewall_logging="YES"
Well! Firewall works, I have data
with "ipfw show", but there is no
log. My intentioned rule is
add 65535 deny log all from any to any
It should work, but is does not.
What I am doing wrong?
With no syslogd and newsyslog, log
would be in "messages" file in...
2003 Sep 15
5
strange problem with: ed driver / 4.9-PRE
...t;YES"
sshd_enable="YES"
firewall_enable="YES" # Set to YES to enable firewall functionality
firewall_script="/etc/rc.firewall" # Which script to run to set up the firewall
firewall_type="OPEN" # Firewall type (see /etc/rc.firewall)
firewall_logging="YES" # Set to YES to enable events logging
firewall_flags="" # Flags passed to ipfw when type is a file
natd_program="/sbin/natd" # path to natd, if you want a different one.
natd_enable="YES" # Enable natd (if...
2013 Nov 29
1
kernel "mismatch" on r256420
...' of /bootpool/boot
drwxr-xr-x 2 root wheel 1.5K Nov 28 21:55 kernel/
This is my kernel file:
include GENERIC
ident theEleven
options AUDIT
options IPFIREWALL
options IPFIREWALL_VERBOSE
options IPFIREWALL_VERBOSE_LIMIT=15
options DUMMYNET
This is from rc.conf:
firewall_enable="YES"
firewall_logging="YES"
firewall_script="/etc/myScript"
firewall_quiet="NO"
firewall_logif="YES"
firewall_nat_enable="NO"
Darrel
2007 Dec 13
3
IPFW compiled in kernel: Where is it reading the config?
Hi peeps,
After compiling ipfw into the new 6.2 kernel, and typing "ipfw list",
all I get is:
"65535 deny ip from any to any"
From reading the docs, this might indicate that this is the
default rule. (I am certainly protected this way--but can't
be very productive ;^) )
By the way, when I run "man ipfw" I get nothing. Using this
instead: