Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][tlug] Re: Re: wither ipchains?
- Date: Wed, 7 Aug 2002 22:33:51 +0200
- From: Tobias Diedrich <td@example.com>
- Subject: [tlug] Re: Re: wither ipchains?
- References: <20020807034014.22378.qmail@example.com> <Pine.LNX.4.21.0208062249040.18662-100000@example.com> <20020807150810.GA31375@example.com>
- User-agent: Mutt/1.4i
Josh Glover wrote: > IPFilter to actually filter packets. AFAIK IPFilter is from BSD ? > However, as has been the disturbing trend with Linux, more and more is > creeping from userland (where it belongs) to the kernel. iptables is, > IMO, one such example. The fact that you have to compile iptables > "support" into the kernel (or build a module) is a bit ludicrous if > you ask me. (Which no-one, regrettably, ever seems to remember to do.) Well you could certainly implement it in userspace if you use the ethertap device. You would have to route all traffic over the ethertap and have a userspace daemon filter the tcp traffic then feed it back through a second ethertap I'd guess. However that would probably be quite slow. > IPFilter *should* be implemented in the kernel, since it actually > plays with the TCP/IP stack, which is in the kernel. However, iptables > or whatever you use to write filtering rules should just interact with > IPFilter by way of kernel calls. No special support necessary. The iptables (or ipchains) Kernel modules are the kernel support part of the filtering infrastructure. (The part actually playing with the packets) The iptables userspace program is used to insert rules into the kernel. AFAICS everything that can reasonably moved to userspace already is in userspace for this part. > documentation on the design of Linux IPFilter, please post them here, Well, you'd have to search for netfilter or iptables :-) -- Tobias PGP: 0x9AC7E0BC This mail is made of 100% recycled bits Now playing: Southern All Stars - kibounowadachi
- Follow-Ups:
- Re: [tlug] Re: Re: wither ipchains?
- From: Josh Glover
- References:
- [tlug] Re: wither ipchains?
- From: big0
- Re: [tlug] Re: wither ipchains?
- From: Marc Christensen
- Re: [tlug] Re: wither ipchains?
- From: Josh Glover
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Hiroshima Linux Users Group, soon coming
- Next by Date: Re: [tlug] Re: Re: wither ipchains?
- Previous by thread: Re: [tlug] Re: wither ipchains?
- Next by thread: Re: [tlug] Re: Re: wither ipchains?
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links