From: "Josh Berry" <josh.berry@linknet-solutions.com>
To: Derek Storvik <dstorvik@pf.ueo.ohio-state.edu>
Cc: netfilter@lists.netfilter.org, scottmackay@yahoo.com
Subject: Re: Iptables not working with RH9
Date: Thu, 20 Nov 2003 19:47:02 -0600 (CST) [thread overview]
Message-ID: <3882.192.168.111.202.1069379222.squirrel@mail.linknet-solutions.com> (raw)
In-Reply-To: <sfbca583.011@pf.ueo.ohio-state.edu>
The bridge-nf code does not come enabled by default with rh7.3. I don't
think that it comes enabled by default on any kernels.
> I have not custom compiled the kernel. I was first using rh7.3 and it
> works straight out of the box. I assumed that they would not have taken
> that code back out of the precompiled kernel but i suppose they could have
>
> Derek
>
>>>> Scott MacKay <scottmackay@yahoo.com> 11/20/03 11:17AM >>>
> Did you add on the iptables hook for bridging and
> activate all the proper configuration settings?
> I has a similar problem with 2.4.22 (under RH9)
> because I forgot to menuconfig and add in the proper
> settings.
>
> --- Derek Storvik <dstorvik@pf.ueo.ohio-state.edu>
> wrote:
>> Hello all
>> Hopefully someone can see my error.
>> I have been running RH7.3 with it's standard kernal
>> version 2.4.18-3 for several months configured as a
>> transparent bridging firewall. We recently purchased
>> a new machine and wanted to install RH9 with its
>> standard kernal 2.4.20( i think)I followed the same
>> steps installed with iptables and bridging utils and
>> used my same script file to setup the bridge with
>> two nics and fill in all my rules. This didn't seem
>> to work right and on further testing realized
>> NOTHING was being filtered. I then rebooted and
>> manualy set up the bridge and cleared all the tables
>> and set the default policy to drop. SO at this point
>> nothing should get through. Well it bridges
>> everything, and the counters in iptables do not
>> increment. The system acts as if it is not there
>> what so ever.
>>
>> here is the setup after the basic minimal install
>> brctl addbr br0
>> brctl addif br0 eth0
>> brctl addif br0 eth1
>> ifconfig eth1 0.0.0.0 promisc
>> ifconfig eth0 0.0.0.0 promisc
>> #bring up bridge with either of the next two
>> commands
>> ifconfig br0 up
>> ip link set br0 up
>> #both do the same thing namely nothing
>> iptables -X
>> iptables -F
>> iptables -P FORWARD DROP
>> iptables -P INPUT DROP
>> iptables -P OUTPUT DROP
>>
>> This setup happily bridges packets right on through
>> with no updates to the iptables counters.
>>
>> I have been experimenting with devil linux as well
>> recently and it exhibits the same problem.
>>
>> ip_forwarding is set to as it has been on my
>> working rh7.3 machine I tried setting it to 1 but
>> that didn't help the problems. Im not 100% sure what
>> exactl the ip_forwarding property corresponds to
>> anyway.
>>
>> any help would be greatly appreciated!
>> Thanks
>> Derek
>>
>>
>
>
> __________________________________
> Do you Yahoo!?
> Free Pop-Up Blocker - Get it now
> http://companion.yahoo.com/
>
>
>
>
Thanks,
Josh Berry, CTO
LinkNet-Solutions
469-831-8543
josh.berry@linknet-solutions.com
next prev parent reply other threads:[~2003-11-21 1:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-20 16:29 Iptables not working with RH9 Derek Storvik
2003-11-21 1:47 ` Josh Berry [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-11-24 13:51 Derek Storvik
2003-11-20 15:54 Derek Storvik
2003-11-20 16:17 ` Scott MacKay
2003-11-20 17:17 ` Ramin Dousti
2003-11-20 17:53 ` Scott MacKay
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3882.192.168.111.202.1069379222.squirrel@mail.linknet-solutions.com \
--to=josh.berry@linknet-solutions.com \
--cc=dstorvik@pf.ueo.ohio-state.edu \
--cc=netfilter@lists.netfilter.org \
--cc=scottmackay@yahoo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.