Displaying 20 results from an estimated 3000 matches similar to: "psad + shorewall"
2003 Sep 19
3
psad + shorewall
Hi,
I''d like to use psad from www.cipherdyne.com that analyze iptables log messages on my firewall-shorewall.
It complains to incorrectly configured iptables when starting.
This is the message :
--------------------------------------------------------------------------------------------------
** The INPUT chain in the iptables ruleset on debian4 includes a default
LOG rule for all
2003 Sep 19
0
Re: Shorewall-users Digest, Vol 10, Issue 59
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I changed all rules to drop (Even the one in shorewall.conf) .. And PSAD
works great with Shorewall here ... Although that might not be what you want.
Lady Linux
At 10:43 AM 9/19/2003, you wrote:
>Is there a way for shorewall to be comatible with psad ?
>thanks & regards
>Petr Novak
"No Problems Only Solutions"
2012 Aug 28
1
psad Error
Just installed psad and am testing it. This morning I awoke to an email saying:
[-] You may just need to add a default logging rule to the /sbin/ip6tables
''filter'' ''INPUT'' chain on hydra. For more information,
see the file "FW_HELP" in the psad sources directory or visit:
http://www.cipherdyne.org/psad/docs/fwconfig.html
Well I have
2003 May 23
0
Shorewall 1.4.4
Given that there are new features and there are external changes to get
around the Fireparse fiasco, I have called this release 1.4.4 rather than
1.4.3b.
Problems Corrected:
None.
New Features:
1) A REDIRECT-rule target has been added. This target behaves for
REDIRECT in the same was as DNAT-does for DNAT in that the
Netfilter nat table REDIRECT rule is added but not the companion
2003 May 21
1
Call for Testers of Shorewall/Fireparse (take 2)
The version of Shorewall in the \Shorewall CVS project has my next attempt
at Fireparse integration.
a) The LOGMARKER variable is gone and is replaced with LOGFORMAT
b) LOGFORMAT contains a printf (1) formatting template that accepts three
arguments:
1) The Chain Name
2) The Logging Rule Number within Chain
3) The disposition of the packet (DROP,REJECT,ACCEPT)
c) To use Shorewall with
2015 Jan 28
2
[LLVMdev] RFC: generation of PSAD instruction
Hello,
I was looking at the following test case which is very relevant in imaging applications.
int sad(unsigned char *pix1, unsigned char *pix2)
{
int sum = 0;
for( int x = 0; x < 16; x++ )
{
sum += abs( pix1[x] - pix2[x] );
}
return sum;
}
The llvm IR generated after all the IR
2006 Nov 07
0
LOGFORMAT Problem in Shorewall 3.2.*
A fix is available at http://www1.shorewall.net/pub/shorewall/3.2/shorewall-3.2.5
If white space is included in LOGFORMAT then a startup error results.
Either:
a) Replace /usr/share/shorewall/compiler and /usr/share/shorewall/functions
with the ''compiler'' and ''functions'' files from the errata/Shorewall/
sub-directory.
b) Patch
2003 May 27
0
Shorewall 1.4.4a
The Fireparse --log-prefix fiasco continues.
Version 1.4.4a omits the logging rule number if the LOGFORMAT value does
not contain ''%d''. The default value of LOGFORMAT is then changed to
"Shorewall:%s:%s:" so that the maximum length of a short zone name is once
again back at 5.
-Tom
--
Tom Eastep \ Shorewall - iptables made easy
Shoreline, \
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
2004 Oct 03
0
Shorewall 2.1.10
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
http://shorewall.net/pub/shorewall/2.1/shorewall-2.1.10
ftp://shorewall.net/pub/shorewall/2.1/shorewall-2.1.10
New Features:
1) Using the default LOGFORMAT, chain names longer than 11 characters
(such as in user-defined actions) may result in log prefix
truncation. A new shorewall.conf action LOGTAGONLY has been added
to deal with this
2004 Oct 25
0
Shorewall 2.0.10
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
http://shorewall.net/pub/shorewall/2.0/shorewall-2.0.10
ftp://shorewall.net/pub/shorewall/2.0/shorewall-2.0.10
Nothing Earth-shattering here and there is no reason to upgrade if you
are not seeing one of the corrected problems.
- -----------------------------------------------------------------------
Problems corrected in version 2.0.10
1) The
2015 Jan 28
5
[LLVMdev] RFC: generation of PSAD instruction
On Wed, Jan 28, 2015 at 7:50 AM, Hal Finkel <hfinkel at anl.gov> wrote:
> Hi Vijender,
>
> Thanks for posting this, there is wide support here for improving our support for reductions of various kinds, both in flavor and robustness. I've cc'd some others who have previously discussed this.
>
> James has advocated in the past for an intrinsic for horizontal reductions,
2003 Aug 12
1
Shorewall Keeps sending false IP Address Conflict
Dear All,
After installing Shorewall, on a router with 4 NIC, seems running ok.
Next day, when connecting from clients, (MS) we keep getting ip conflict for non-conflicting ip addresses.
Any help is appreciated.
Detals of Startup:
+ shift
+ nolock=
+ ''['' 1 -gt 1 '']''
+ trap ''my_mutex_off; exit 2'' 1 2 3 4 5 6 9
+ command=start
+
2004 Jul 15
0
long rule action names with logging cause iptables errors
This rule with a long name and logging:
AllowInternetPrintingProtocol:debug
causes this iptables error:
Processing /etc/shorewall/rules...
Rule "AllowSSH:info net fw" added.
Rule "AllowPing:info net fw" added.
Rule "AllowWeb:debug net fw" added.
iptables v1.2.9: Maximum prefix length 29 for --log-prefix
Try `iptables
2015 May 05
1
[LLVMdev] [RFC][PATCH] Adding absd/hadd/sad intrinsics
Hi Renato,
Thanks for your response. My concern was actually this. For example, take vector type V8i16 on X86 target
With llvm.sad() intrinsic:
VC1 (Vector Cost) = Cost associated with "PSAD" instruction.
W/ llvm.absd() and llvm.hadd()
VC2 = Cost associated with "absolute diff" + "horizontal add" ( ??? )
As I will be querying with getIntrinsicCost(ID) for these
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,
2015 May 07
0
Apache 2.2 itk - 404 not found
Have you checked the file rights under your document root ?
Your apache group need reading right.
Am 07.05.2015 21:42 schrieb "John" <tuxfed at gmail.com>:
> Hi all, Freshly installed apache 2.2 with httpd-itk (from epel). When I
> try to access apache's document root from a browser on local network, it
> always serve me the Apache welcome page, even if I have a
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
2015 May 05
2
[LLVMdev] [RFC][PATCH] Adding absd/hadd/sad intrinsics
On 4 May 2015 at 08:37, Shahid, Asghar-ahmad
<Asghar-ahmad.Shahid at amd.com> wrote:
> My worry is regarding the query for cost calculation for specific SAD
> instructions such as ‘psad’ (X86) or ‘usad’ (ARM) in Loop Vectorizer.
Hi Shahid,
The vectorizer's cost model has the ability to return different costs
for the same instruction based on the arguments (scalar/vector,
2007 Jun 01
0
USB phone -- Help
Hi,
I attached a mobile phone (its name I-MATE SMART PHONE) to a box running
CentOS 5 by using a usb cable which came with that phone.
Now, it shows /dev/ttyUSB0
Now I want to send a sms to my friends.
I installed gammu. Pls see below for installed rpm.
[root at mailgw ~]# rpm -qa |grep gammu
gammu-1.11.0-1.el5.rf
here's my /etc/gammurc file.
[gammu]
port = /dev/ttyUSB0
;model = 6110