Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61587 - Request for ip6tables "REJECT" patch to be added to iptables ebuild
Summary: Request for ip6tables "REJECT" patch to be added to iptables ebuild
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL: http://www.iptables.org/patch-o-matic...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-24 18:46 UTC by Peter Tiggerdine
Modified: 2005-12-01 23:41 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Tiggerdine 2004-08-24 18:46:28 UTC
the ppl at netfilter have got a patch for ip6tables to allow -j REJECT rather -j DROP.  Would be happy to help impliment this as it's a fairly important tool for secureing gentoo against ipv6 based attacks.

Reproducible: Always
Steps to Reproduce:
1.emerge iptables with "USE= ipv6"
2. 
3.




applying the patch to the userland utilities is really the easy part. Haveing to
modify the kernel and recompile ( even as a module) driven by an ebuild might be
tricky.
Comment 1 Ricardo Correia 2005-03-24 10:12:14 UTC
I'm also interested in this.
In fact, I'm surprised they didn't put it in the standard ip6tables..

For me this would be useful mainly for rejecting port 113 (ident) connections, so that it wouldn't take a long time to connect to an IPv6 IRC server..
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-05-03 02:49:15 UTC
please include a link to the patch.
Comment 3 Thibault VINCENT 2005-07-31 09:34:20 UTC
> please include a link to the patch. 
 
I'm also interested in but it's a kernel patch, not an iptables one.  
Maybe it's available on other kernel sources than the gentoo-sources. 
 
Patch is on SVN:  
http://svn.netfilter.org/cgi-bin/viewcvs.cgi/trunk/patch-o-matic-ng/patchlets/REJECT/  
and FTP in bzip2 archives:  
http://ftp.netfilter.org/pub/patch-o-matic-ng/  
http://ftp.netfilter.org/pub/patch-o-matic-ng/snapshot/  
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-12-01 23:41:55 UTC
Install a kernel that has the ipv6 REJECT in it, and then iptables will
automatically build the module.