All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marshall Crocker <marshall@iconux.org>
To: linux-ppp@vger.kernel.org
Subject: Re: How to fix continuous ConfReq's on celluar internet connection
Date: Mon, 11 Aug 2008 05:36:48 +0000	[thread overview]
Message-ID: <489FCFF0.7090402@iconux.org> (raw)
In-Reply-To: <489F746B.3040002@123mail.org>


> Yes, just block the packets that aren't from the source IP that pppd
> assigns to the link.

I tired adding the rule to drop packets with a source of 192.168.0.X 
destined for ppp0 but that didn't appear to work. Most likely due to 
some of the other chains created by MonMontha's script.  I'm curious as 
to why packets with a source from my internal LAN are getting sent out 
over ppp in the first place.  The FORWARD chain looks like:

Chain FORWARD (policy DROP)
target     prot opt source               destination        
INETIN     all  --  anywhere             anywhere           
INETOUT    all  --  anywhere             anywhere           
ACCEPT     all  --  192.168.0.0/24       anywhere 

Is it possible the INETOUT chain gets executed first and sometimes 
bypasses the accept for 192.168.0.0/24?   I'm sure I'll figure it out 
sooner or later but if anyone knows iptables better than me, I'll glady 
accept any suggestions :).

      parent reply	other threads:[~2008-08-11  5:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-10 23:06 How to fix continuous ConfReq's on celluar internet connection Marshall Crocker
2008-08-10 23:11 ` James Cameron
2008-08-10 23:21 ` James Cameron
2008-08-10 23:28 ` Marshall Crocker
2008-08-11  0:04 ` Marshall Crocker
2008-08-11  0:06 ` Bill Unruh
2008-08-11  5:03 ` Marshall Crocker
2008-08-11  5:09 ` James Cameron
2008-08-11  5:36 ` Marshall Crocker [this message]

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=489FCFF0.7090402@iconux.org \
    --to=marshall@iconux.org \
    --cc=linux-ppp@vger.kernel.org \
    /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.