similar to: [Bug 442] skb->data_len corrupted in NF_IP_LOCAL_OUT in mangle table

Displaying 20 results from an estimated 600 matches similar to: "[Bug 442] skb->data_len corrupted in NF_IP_LOCAL_OUT in mangle table"

2006 Feb 06
1
[Bug 442] New: skb->data_len corrupted in NF_IP_LOCAL_OUT in mangle table
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=442 Summary: skb->data_len corrupted in NF_IP_LOCAL_OUT in mangle table Product: netfilter/iptables Version: linux-2.6.x Platform: i386 OS/Version: Debian GNU/Linux Status: NEW Severity: major Priority: P2 Component: ip_tables
2007 Apr 18
1
[Bridge] bridge at start up
hi i have gone through the achieves but still could not get my bridge to suvive a reboot . please can anyone help me am using fedora core 2 -----Original message----- From: bridge-request@lists.osdl.org Date: Fri, 28 Jan 2005 03:08:06 +0100 To: bridge@lists.osdl.org Subject: Bridge Digest, Vol 17, Issue 25 > Send Bridge mailing list submissions to > bridge@lists.osdl.org > >
2002 May 08
0
Security Advisory
--Qz2CZ664xQdCRdPu Content-Type: multipart/mixed; boundary="BI5RvnYi6R4T2M87" Content-Disposition: inline --BI5RvnYi6R4T2M87 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! Unfortunately there is a very unpopular announcement to be made on this list: A netfilter security advisory. Phillipe Biondi has been
2006 Mar 30
1
Rails mangle my ''class''?
Did rails due this to the final output of my document. I had a div that had a style: <div style="color: #FFF; background-color: #537677l; "> fsfs </div> This was the final output? <div style="color: rgb(255, 255, 255);"> fsfs </div> -- Berlin Brown (ramaza3 on freenode) http://www.newspiritcompany.com also checkout alpha version of botverse:
2006 May 05
0
iptables time match mangle stage
Hi I am having problems trying to get a time match with iptables 1.3.5 and the latest pom it says time match only works in the prerouting stage but I really need to use the classify command which only works in the postrouting. Does any one have a patch for 2.6 kernel, latest pom and iptables 1.3.5 so time matching can occur in the post routing? machinenemae login: ipt_time loading ipt_time:
2006 May 07
1
time matching in the mangle stage?? is it possible??
Hi I am having problems trying to get a time match with iptables 1.3.5 and the latest pom it says time match only works in the prerouting stage but I really need to use the classify command which only works in the postrouting. Does any one have a patch for 2.6 kernel, latest pom and iptables 1.3.5 so time matching can occur in the post routing? machinenemae login: ipt_time loading ipt_time:
2006 Feb 06
0
ip rule, fwmark, mangle and src IP
I made a script to test if in a moultiple gateway setup all default connection are up, regardless of the fact that that gateway is the default gw. Suppose adsl1 and adsl2 are present, and all traffic goes by default to adsl1, and you want to test if adsl2 is ok. 1. I use mangles from iptables to mark icmp packets to some test machines 2. I set up a routing table for each adsl 3. I use
2005 Jul 06
0
More on conntrack + NAT + mangle/nat tables
I already understood that a packet enters chains in the ''nat'' table only if it is the _first_ packet of a connection. In that case, we may do SNAT in the POSTROUTING chain of the ''nat'' table. So, the packets arrive to the POSTROUTING chain of the ''mangle'' table with the source IP address changed (if it''s said by the rules of the
2012 May 08
1
kernel: ip_tables: MARK target: only valid in mangle table, not filter
When Shorewall refreshes the config I get following in the log.. kernel: ip_tables: MARK target: only valid in mangle table, not filter logger: Shorewall refreshed Is that something I should worry about? Thanks P.S.  shorewall version 4.5.0.2 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the
2004 May 17
0
strange dos directory names - mangle?
hi list! first, excuse my bad english! ;-) second, i've installed samba 3.0.4 on redhat 9.0 and have a problem with dos directory names. under samba 2.2.X i've created an directory like e.g: yyyyxxxxz under windows/linux. to my dos clients this directory was showed as e.g: YYYYXX~1 under dos. this was ok and very good. since i've updated the samba version to 3.0.4 i've the
2003 Jan 27
0
[Bug 15] ip6tables mangle needs 'route_me_harder' equivalent
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=15 laforge@netfilter.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching
2003 Mar 04
0
[Bug 15] ip6tables mangle needs 'route_me_harder' equivalent
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=15 laforge@netfilter.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |INVALID ------- Additional Comments From
2011 Feb 09
0
[LLVMdev] Why do we mangle names in llvm?
When we produce IL for int f(void) {...} it looks like define i32 @f() {.... and llvm is then responsible for adding the '_' prefix: _f: .... Why do we have this division? Wouldn't it be better for the IL to have the '_': define i32 @_f() {.... This causes problems with LTO because the symbols seem by the first pass are not the same as the ones seen once the final .o
2003 Sep 11
1
mangle characters (e.g. blank to underline)
Hi File names with blanks are not very useful in Unix scripts. Our Windows users use very often (not allowed) blanks in file names. So I am looking for a possibility to change blanks to underlines. But mangled map = (*\ * *_*) does not work ?!? Best regards Horst Liesinger CAD Coordination (IT) Doppelmayr Seilbahnen GmbH
2004 Aug 13
1
Dfs and Mangle=hash
If I only run dfs on my samba server, do I still need to worry about the mangle=hash buffer overlow and set "mangle method=hash2" on my older versions of samba? Thank-you, Greg
2007 Sep 04
1
Removing mangle map parameter.
Hi all, I'm planning to remove the "mangled map" parameter as part of the removal of pstrings/fstrings from the 3.2 codebase. For those of you without long memories :-) the "mangled map" code was designed for the days when most clients were DOS 8.3 aware, and we wanted to map names like *.html -> *.htm before mangling them into 8.3 format. The code is still there,
2005 Jan 06
0
iproute with iptables/mangle
Hi List, i have a realy strange problem with no solution yet, i''m using iproute together with the iptables mangle option, in a dmz network is a cisco pix present with another inet link behind, therefore i''m using the mangle option to split traffic on a protocol base like: iptables -A PREROUTING -t mangle -i eth1 -s 192.168.1.5 -p tcp --dport 80 -j MARK --set-mark 3 and add the
2006 Apr 11
1
strange iptables mangle problem
Hi all, I manage network with two connections with l00Mbit In the past when network wasn''t so load everything was OK, now in pick hours load over border server from 1.0 to 1.5 / it isn''t so big / and for me is very strange why I have increasing of ping timeout from 0.5- 5ms in normal hour to 50-100 ms in pick hours.. server is with good hardware AMD 64 Dualcore
2011 Nov 25
0
[LLVMdev] Where does LLVM mangle characters from llvm-ir names while generating native code?
Looks to me like it converted the ? into the ascii hexadecimal representation _3F_. I don't think another underscore was pre-pended. This is probably thanks to lib/Target/Mangler.cpp. You'll want to let ? be treated as an acceptable character. static bool isAcceptableChar(char C, bool AllowPeriod) { if ((C < 'a' || C > 'z') && (C < 'A'
2006 Feb 17
2
Packet vanishes after mangle-prerouting.
Can anyone tell me whether I have a routing problem, or an openVPN problem, or something else? I''ve stared at this for so long I think I must be looking in the wrong place! I have 3 machines: Machine A has single ethernet card, eth0, 192.168.5.5 Machine B has eth0, 192.168.5.? on the local net, eth1, 81.2.x.y to the internet, and