Displaying 20 results from an estimated 4000 matches similar to: "iptables time match mangle stage"
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:
2005 Dec 20
0
netfilter debug patch info
Poking around in the bridge latency issue I have, I discovered this
netfilter patch.
http://patchwork.netfilter.org/netfilter-devel/patch.pl?id=2751
In my case I was getting a slew of
ip_local_deliver: bad skb: PRE_ROUTING LOCAL_IN LOCAL_OUT POST_ROUTING
entries.
I didn''t see this on the list so I posted for reference.
Regards,
Ted
2004 Oct 01
4
Re: Error: Your kernel and/or iptables does not not support policy match: ipsec
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
claas@rootdir.de wrote:
> Hello,
>
>
> I am trying to get ipsec with kernel 2.6.8.1 and shorewall 2.1.9 running,
> but I still have a problem:
>
> Validating hosts file...
> Error: Your kernel and/or iptables does not not support policy
match: ipsec
>
> I had a look for netfilter patch-o-matic, but I did not find the
2004 Oct 31
9
Maquerading through IPSECed wireless dropping packets selectively?
Hello,
I''m stuck IPSECing my wireless network at home and would appreciate any
comments. I appologize in advance if I''m wasting your time with trivia -
I''m not a professional and staring at the problem for days from various
angles hasn''t done me any good ...
My home server/firewall (morannon) is hooked up through an USB to
ethernet adapter (eth1) to my DSL
2004 Apr 26
1
patching kernel and iptables for IMQ
I have a linux box with kernel 2.4.22 and iptables 1.2.9
First, i patch linux kernel with Norbet Buckmuller''s .diff
#cd \usr\src\linux
#patch -p1 < imq-combo-debian-2.4.22.diff
All correct
Second, i -try to- patch iptables (following www.linuximq.net/faq.html)
#cd /usr/src/linux/net/ipv4/netfilter
I edit IMQ.pom-ng.patch and replace $KERNEL_DIR with /usr/src/linux
#patch
2006 Jul 08
2
TARPIT target in iptables
Has anyone been successful at using the TARPIT target in iptables under
CentOS 4?
I am using CentOS 4.3, fully updated with iptables-1.2.11-3.1.RHEL4 and
kernel-2.6.9-34.107.plus.c4
Doing a locate on TARPIT returns:
# locate TARPIT
/lib/iptables/libipt_TARPIT.so
This makes me think that the TARPIT target would be valid, however when I
try to use it, I get the following reponse:
# iptables
2006 Jul 10
1
learning iptables
Hi
I am currently learning iptables and would like to see the output of
shorewall rules in iptables format, as I would like to make a script for the
rules instead of using shorewall.
Kind Regards
William
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2003 Jan 07
0
[ANNOUNCE] New netfilter/iptables patch-o-matic release
--KMIs29sPfC/9Gbii
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Good news, Everyone! (TM)
The netfilter core team announces a new release of the netfilter
patch-o-matic suite:
patch-o-matic-20030107
This release contains the most up-to-date bugfixes and new features for=20
the netfilter/iptables subsystem of the 2.4.x Linux
2003 Feb 10
0
[Bug 25] Can't compile iptables-1.2.7a.tar.bz2
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=25
delaunois@info.ucl.ac.be changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
OS/Version|other |All
Resolution|
2003 Oct 01
0
[ANNOUNCE] New netfilter/iptables patch-o-matic release
--BU7+kJFeeDlNltZg
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Good news, Everyone! (TM)
The netfilter core team announces a new release of the netfilter
patch-o-matic suite:
patch-o-matic-20030912
This release contains the most up-to-date bugfixes and new features for=20
the netfilter/iptables subsystem of the 2.4.x Linux
2006 Apr 27
1
Unsubscribe
> Send LARTC mailing list submissions to
> lartc@mailman.ds9a.nl
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
> or, via email, send a message with subject or body ''help'' to
> lartc-request@mailman.ds9a.nl
>
> You can reach the person managing the list at
>
2007 Jan 24
0
Where can I get a patch to use ipt_time module on POSROUTING chain
Hello,
Does someone know where can I get a patch to use ipt_time module on
POSTROUTING chain ?
The original patch won''t works on POSTROUTING
I''ve setup my server as QoS bridge with Layer7, ipp2p so all my rules
are on POSTROUTING chain ...
Regards
2008 Jun 26
1
iptables connlimit
hi,
i try use iptables connlimit,
# iptables -I INPUT -p tcp --dport 80 -m connlimit --connlimit-above 16
--connlimit-mask 24 -j DROP
iptables: Unknown error 4294967295
where is problem ?
thanks
# rpm -qa | grep iptables
iptables-1.3.5-4.el5
# uname -a
Linux test 2.6.18-92.1.1.el5 #1 SMP Sat Jun 21 19:04:27 EDT 2008 i686
i686 i386 GNU/Linux
2001 Apr 06
0
Subscript out of bounds- (my) problem with expansion of expression?
Hi,
I have this problem (R 1.2.2 on Pentium, OS WinNT4 SP6) :
mytable
is a 3D (n*p*2) table of non-negative "integers".
There is a need to do n times
chisq.test (rbind(mytable[i,,1], mytable[i,,2])) #on p*2 tables
Columns with zero value in the first row should be omitted, for example
chisq.test (rbind(mytable[i,-c(3,4,6),1], mytable[i,-c(3,4,6),2])) #for
i-th table with zero
2007 May 23
0
iptables patch-o-matic
Hi,
I am trying to install some additional iptables modules on a CentOS 5 Box
(imq, tarpit, geoip). Can anyone recommend a version of patch-o-matic-ng that
works well with the CentOS 5 kernel sources (2.6.18-8.1.4)? The most current
version (patch-o-matic-ng-20070521.tar.bz2) does not compile. With
patch-o-matic-ng-20061128.tar.bz2 I could at least get tarpit working but
geoip and imq seem
2004 Jul 09
0
iptables MARK with msn messenger
Hello,
I''ve setup a router with linux 2.4.26 with h323 conntrack patch from
pom-ng. The network schema is:
ADSL
internal |--------|---------------------
----------| Linux |
|--------|---------------------
Frame-Relay
Default gw is frame relay and i''m using netfilter mark to send traffic
to adsl.
# ip rule ls
0:
2004 Jan 13
0
New netfilter/iptables homepage
--h1wVxq8aeHrvhZJz
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Hi!
I've just put the new (3rd incarnation) of the netfilter/iptables
homepage online.=20
The changes shouldn't be too visible to the user, as everything is
hidden behind the same layout as the old homepage. =20
However, the whole page is now built from
2006 Sep 02
3
Traffic shaper based on UIDs
Hello!
I need assistance to solve my problem related to traffic shaping based on
the user ids.
The problem: each unix user (of the linux host) has to be limited with
incoming channel (internet) bandwidth. I need this to implement
internet access solution based on ltsp (http://www.ltsp.org).
As far as I know the best way to shape traffic in linux is CBQ.
But there is no filter based on unix
2005 Jul 14
2
Coxph with factors
Hello,
I am fitting a coxph model with factors. I am running into problems when
using 'survfit'. I am unsure how R is treating the factors when I fit, say:
> DATA<-data.frame(time.sec,done,f.pom=factor(f.pom),po,vo)
> final<-coxph(Surv(time.sec,done)~f.pom*vo+po,data=DATA)
> final.surv<-survfit((final), individual=T,conf.type="log-log")
2013 Oct 10
0
Re: pom for 0.5.1
On Thu, Oct 10, 2013 at 9:10 AM, Daan Hoogland
<DHoogland@schubergphilis.com> wrote:
> H,
>
>
>
> I am using libvirt from maven using a nexus proxy pointing to
> http://www.libvirt.org/maven2/
>
> It downloads the jar fine but is expecting libvirt-0.5.1.pom (and …sha1). In
> the proxy only the jar appears. When I download and rename the pom to my
> local .m2