* patch: ipt_string
@ 2003-08-23 6:08 Jon Pol
0 siblings, 0 replies; 4+ messages in thread
From: Jon Pol @ 2003-08-23 6:08 UTC (permalink / raw)
To: netfilter
[-- Attachment #1: Type: text/plain, Size: 832 bytes --]
Hi List,
I have patched my kernel2.4.20 with patch-o-matic and tried getting "string" to work but no success.
- iptables-1.2.8
- patch-o-matic-20030107
patch-o-matic said "ipt-string" is already patched but can't find it in module directory (/lib/modules/2.4.20/kernel/net/ipv4/netfilter).
question is, what is the command so I manually patch my kernel with string support. I have the files.
-rw-r--r-- 1 5500 5100 6560 Mar 19 2002 string.patch
-rw-r--r-- 1 5500 5100 214 Oct 11 2000 string.patch.config.in
-rw-r--r-- 1 5500 5100 296 Oct 4 2000 string.patch.configure.help
-rw-r--r-- 1 5500 5100 232 Oct 21 2001 string.patch.help
-rw-r--r-- 1 5500 5100 100 Jan 14 2001 string.patch.makefile
Thanks in advance.
--
JP.
[-- Attachment #2: Type: text/html, Size: 2326 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: patch: ipt_string
@ 2003-08-23 8:46 Julián María Müller Frizza
2003-08-23 9:29 ` Jon Pol
0 siblings, 1 reply; 4+ messages in thread
From: Julián María Müller Frizza @ 2003-08-23 8:46 UTC (permalink / raw)
To: netfilter
[-- Attachment #1: Type: text/plain, Size: 309 bytes --]
After compiling kernel, did u do this in with iptables?
make && make install
Like that, after compiling kernel with the new patch-o-matic patch applied, iptables will recognice (built) new libraries
If u did, make sure to copy the librarys (.so) from /usr/local/lib/netfilter to /lib/netfilter
and try :)
[-- Attachment #2: Type: text/html, Size: 985 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: patch: ipt_string
2003-08-23 8:46 patch: ipt_string Julián María Müller Frizza
@ 2003-08-23 9:29 ` Jon Pol
0 siblings, 0 replies; 4+ messages in thread
From: Jon Pol @ 2003-08-23 9:29 UTC (permalink / raw)
To: Julián María Müller Frizza, netfilter
[-- Attachment #1: Type: text/plain, Size: 2189 bytes --]
Thanks but still no success.
I have patched my kernel with ipt_string, recompile the kernel but ipt_string is still not there. below are the files generated after successfully rebuilding the kernel.
# KERNEL_DIR=/usr/local/linux ./runme extra
there are the files installed but not "ipt_string.o". any advise???
[root@mail netfilter]# pwd
/lib/modules/2.4.20/kernel/net/ipv4/netfilter
[root@mail netfilter]# ls
arptable_filter.o ip_conntrack_pptp.o ip_nat_irc.o iptable_nat.o ipt_ECN.o ipt_mark.o ipt_REJECT.o
arp_tables.o ip_conntrack_proto_gre.o ip_nat_mms.o ip_tables.o ipt_esp.o ipt_MARK.o ipt_ROUTE.o
ipchains.o ip_conntrack_quake3.o ip_nat_pptp.o ipt_ah.o ipt_helper.o ipt_MASQUERADE.o ipt_state.o
ip_conntrack_amanda.o ip_conntrack_talk.o ip_nat_proto_gre.o ipt_connmark.o ipt_iplimit.o ipt_mport.o ipt_tcpmss.o
ip_conntrack_ftp.o ip_conntrack_tftp.o ip_nat_quake3.o ipt_CONNMARK.o ipt_ipv4options.o ipt_multiport.o ipt_TCPMSS.o
ip_conntrack_h323.o ipfwadm.o ip_nat_talk.o ipt_conntrack.o ipt_length.o ipt_NETMAP.o ipt_tos.o
ip_conntrack_irc.o ip_nat_amanda.o ip_nat_tftp.o ipt_dscp.o ipt_limit.o ipt_pkttype.o ipt_TOS.o
ip_conntrack_mms.o ip_nat_ftp.o iptable_filter.o ipt_DSCP.o ipt_LOG.o ipt_quota.o ipt_ttl.o
ip_conntrack.o ip_nat_h323.o iptable_mangle.o ipt_ecn.o ipt_mac.o ipt_REDIRECT.o ipt_ULOG.o
[root@mail netfilter]#
----- Original Message -----
From: Julián María Müller Frizza
To: netfilter@lists.netfilter.org
Sent: Saturday, August 23, 2003 4:46 PM
Subject: Re: patch: ipt_string
After compiling kernel, did u do this in with iptables?
make && make install
Like that, after compiling kernel with the new patch-o-matic patch applied, iptables will recognice (built) new libraries
If u did, make sure to copy the librarys (.so) from /usr/local/lib/netfilter to /lib/netfilter
and try :)
[-- Attachment #2: Type: text/html, Size: 5603 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: patch: ipt_string
@ 2003-08-23 9:33 Jon Pol
0 siblings, 0 replies; 4+ messages in thread
From: Jon Pol @ 2003-08-23 9:33 UTC (permalink / raw)
To: netfilter
[-- Attachment #1: Type: text/plain, Size: 3670 bytes --]
Additional info:
########################################
Welcome to Rusty's Patch-o-matic!
Each patch is a new feature: many have minimal impact, some do not.
Almost every one has bugs, so I don't recommend applying them all!
-------------------------------------------------------
Already applied: submitted/01_2.4.19
submitted/02_2.4.20
submitted/ipt_multiport-invfix
submitted/ipt_ULOG-mac_len-fix
pending/01_ip_conntrack_proto_tcp-lockfix
pending/02_newnat-udp-helper
base/iplimit
base/ipt_unclean-ubit
base/ipv4options
base/mport
base/NETMAP
base/quota
base/realm
extra/amanda-conntrack-nat
extra/CONNMARK
extra/h323-conntrack-nat
extra/ip_tables-proc
extra/mms-conntrack-nat
extra/pptp-conntrack-nat
extra/quake3-conntrack
extra/ROUTE
extra/string
extra/talk-conntrack-nat
extra/tftp-conntrack-nat
----- Original Message -----
From: Jon Pol
To: Julián María Müller Frizza ; netfilter@lists.netfilter.org
Sent: Saturday, August 23, 2003 5:29 PM
Subject: Re: patch: ipt_string
Thanks but still no success.
I have patched my kernel with ipt_string, recompile the kernel but ipt_string is still not there. below are the files generated after successfully rebuilding the kernel.
# KERNEL_DIR=/usr/local/linux ./runme extra
there are the files installed but not "ipt_string.o". any advise???
[root@mail netfilter]# pwd
/lib/modules/2.4.20/kernel/net/ipv4/netfilter
[root@mail netfilter]# ls
arptable_filter.o ip_conntrack_pptp.o ip_nat_irc.o iptable_nat.o ipt_ECN.o ipt_mark.o ipt_REJECT.o
arp_tables.o ip_conntrack_proto_gre.o ip_nat_mms.o ip_tables.o ipt_esp.o ipt_MARK.o ipt_ROUTE.o
ipchains.o ip_conntrack_quake3.o ip_nat_pptp.o ipt_ah.o ipt_helper.o ipt_MASQUERADE.o ipt_state.o
ip_conntrack_amanda.o ip_conntrack_talk.o ip_nat_proto_gre.o ipt_connmark.o ipt_iplimit.o ipt_mport.o ipt_tcpmss.o
ip_conntrack_ftp.o ip_conntrack_tftp.o ip_nat_quake3.o ipt_CONNMARK.o ipt_ipv4options.o ipt_multiport.o ipt_TCPMSS.o
ip_conntrack_h323.o ipfwadm.o ip_nat_talk.o ipt_conntrack.o ipt_length.o ipt_NETMAP.o ipt_tos.o
ip_conntrack_irc.o ip_nat_amanda.o ip_nat_tftp.o ipt_dscp.o ipt_limit.o ipt_pkttype.o ipt_TOS.o
ip_conntrack_mms.o ip_nat_ftp.o iptable_filter.o ipt_DSCP.o ipt_LOG.o ipt_quota.o ipt_ttl.o
ip_conntrack.o ip_nat_h323.o iptable_mangle.o ipt_ecn.o ipt_mac.o ipt_REDIRECT.o ipt_ULOG.o
[root@mail netfilter]#
----- Original Message -----
From: Julián María Müller Frizza
To: netfilter@lists.netfilter.org
Sent: Saturday, August 23, 2003 4:46 PM
Subject: Re: patch: ipt_string
After compiling kernel, did u do this in with iptables?
make && make install
Like that, after compiling kernel with the new patch-o-matic patch applied, iptables will recognice (built) new libraries
If u did, make sure to copy the librarys (.so) from /usr/local/lib/netfilter to /lib/netfilter
and try :)
[-- Attachment #2: Type: text/html, Size: 10131 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-08-23 9:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-23 8:46 patch: ipt_string Julián María Müller Frizza
2003-08-23 9:29 ` Jon Pol
-- strict thread matches above, loose matches on Subject: below --
2003-08-23 9:33 Jon Pol
2003-08-23 6:08 Jon Pol
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.