Displaying 6 results from an estimated 6 matches for "logprefix".
Did you mean:
log_prefix
2004 Feb 10
22
Re: [Shorewall-newbies] specific log-prefix ... patch
Let''s move this to the Shorewall Development list....
On Tuesday 10 February 2004 03:14 pm, xavier wrote:
> here is a patch to allow this :
> |ACCEPT<10/sec:20>:debug fw lan:$ntp_servers udp 123 - - - - ntp
>
> a problem with the patch is that now the logprefix is mandatory.
> i''m trying to debug it, but i can''t find the flaw.
Also, with two 5-character zones, you probably can''t specify a logprefix using
the standard LOGFORMAT string -- the --log-prefix value will be too long.
-Tom
--
Tom Eastep \ Nothing is foolproof...
2003 May 26
2
minor problem with shorewall-1.4.4
I found a minor problem in new logging system.
New logging system limits zone-names effectively to 4 characters. If you
have REJECT policy between 2 zones which have 5 characters long, here
example ipsec zone, I iptables will give error because logprefix is
limited to 29 characters.
--log-prefix "Shorewall:ipsec2ipsec:1:REJECT:"
So zone names should be limited to 4 characters or default logformat
needs change. My fix was to change to:
LOGFORMAT="Shw:%s:%d:%s:"
But there still is limit to zone name length which needs to be...
2009 Mar 15
2
zone name length
How does LOGFORMAT in shorewall.conf control the length of the zone name
as discussed in the zones man page?
The default max length is 5. What would I specify in LOGFORMAT to allow
a 6 character zone name?
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging,
2004 Mar 18
5
Shorewall 2.0.1 Beta 1
http://shorewall.net/pub/shorewall/Beta
ftp://shorewall.net/pub/shorewall/Beta
-Tom
--
Tom Eastep \ Nothing is foolproof to a sufficiently talented fool
Shoreline, \ http://shorewall.net
Washington USA \ teastep@shorewall.net
2005 Feb 16
4
Starting shorewall blocks all traffic - linux 2.6
...log level.This will log to the ULOG target for routing
# to a separate log through use of ulogd
# (http://www.gnumonks.org/projects/ulogd).
#
# Actions specifying logging may be followed by a
# log tag (a string of alphanumeric characters)
# are appended to the string generated by the
# LOGPREFIX (in /etc/shorewall/shorewall.conf).
#
# Example: ACCEPT:info:ftp would include ''ftp ''
# at the end of the log prefix generated by the
# LOGPREFIX setting.
#
# SOURCE Source hosts to which the rule applies. May be a zone
# defined in /etc/shorewall/zon...
2005 May 31
11
More Tests for 2.4.0-RC2 - strange behaviour
...tag (a string of alphanumeric characters)''
+ read first rest
+ ''['' x# = xINCLUDE '']''
+ echo ''# are appended to the string generated by the''
+ read first rest
+ ''['' x# = xINCLUDE '']''
+ echo ''# LOGPREFIX (in /etc/shorewall/shorewall.conf).''
+ read first rest
+ ''['' x# = xINCLUDE '']''
+ echo ''# ''
+ read first rest
+ ''['' x# = xINCLUDE '']''
+ echo ''# Example: ACCEPT:info:ftp would include ''...