From: Grant Taylor <gtaylor@riverviewtech.net>
To: tedkaz@optonline.net
Cc: netfilter@lists.netfilter.org
Subject: Re: ppooe state RELATED,ESTABLISHED issue
Date: Fri, 05 Aug 2005 00:55:17 -0500 [thread overview]
Message-ID: <42F2FF45.8070700@riverviewtech.net> (raw)
In-Reply-To: <1123201815.23762.17.camel@inyoureyes.linsolutions.com>
Just a stab in the dark.
I don't know if this is the issue or not but something that comes to
mind is what did you set your INPUT / FORWARD / OUTPUT chains default
policy to? If you set it to DENY then you will have to explicitly allow
traffic that is coming in and out the respective interfaces to set up
the PPPoE connection / tunnel. I don't know enough about this (PPPoE)
to help.
Ted Kaczmarek wrote:
>Today I was testing a Centos 4.1(RH ES4 clone) with 2.6.9-11.EL and a
>Verizon dsl connection. I couldn't get any connection tracking related
>rules working on the pppoe interface.
>
>-A INPUT -i ppp0 -m state --state RELATED,ESTABLISHED -j ACCEPT
>-A FORWARD -i ppp0 -m state --state RELATED,ESTABLISHED -j ACCEPT
>
>The only way I could get it to forward traffic
>was to allow all INPUT and FORWARD traffic for ppp0.
>
>The pppoe is using eth0 and the inside interface is eth1.
>
>Googling uncovered a thread with respect to connection tracking being
>broken
>with bridging.
>
>http://www.uwsg.iu.edu/hypermail/linux/kernel/0506.2/0422.html
>
>Is this really the same issue? If packets are coming in eth1 and leaving
>ppp0(using eth0)
>are they not just being routed? If eth0 is up the I can see packets
>being bridged from ppp0e to eth0, but with eth0 down I am at a loss as
>to why this is happening.
>
>Also is this issue specific to 2.6? A 2.4 based machine would likely
>suffice in this application.
>
>
>Regards,
>Ted
>
next prev parent reply other threads:[~2005-08-05 5:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-05 0:30 ppooe state RELATED,ESTABLISHED issue Ted Kaczmarek
2005-08-05 5:55 ` Grant Taylor [this message]
2005-08-05 6:36 ` Jan Engelhardt
2005-08-05 8:55 ` Jörg Harmuth
2005-08-08 0:37 ` Ted Kaczmarek
2005-08-09 9:50 ` Jan Engelhardt
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=42F2FF45.8070700@riverviewtech.net \
--to=gtaylor@riverviewtech.net \
--cc=netfilter@lists.netfilter.org \
--cc=tedkaz@optonline.net \
/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.