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:03:58 +0000	[thread overview]
Message-ID: <489FC83E.1080705@iconux.org> (raw)
In-Reply-To: <489F746B.3040002@123mail.org>


>> The host was multi-homed, and when the 1x RTT link came up the default
>> route was swung onto the link.  Existing connections began to emit
>> packets to the modem link with a source IP corresponding to the previous
>> default route.  It was these packets which caused the reconfiguration.
>>   
> I'm not doing any sort of multihoming so there is no default route 
> until the ppp connection comes up. No invalid packets should be making 
> it to the ISP but I'll do a capture and see what comes up...

What comes up are packets from a host in my local network getting sent 
out over ppp!  Every time a packet with the source from my internal 
network gets sent over ppp, the connection reconfigures. You were 
exactly right!  What I'm seeing is packets being sent out over ppp such as

192.168.0.10 -> google.com

Which means that my iptables NAT script isn't doing its job. I've never 
claimed to be an iptables expert which is why I've always used 
MonMotha's iptables firewall.  I guess its time to learn....


  parent reply	other threads:[~2008-08-11  5:03 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 [this message]
2008-08-11  5:09 ` James Cameron
2008-08-11  5:36 ` Marshall Crocker

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=489FC83E.1080705@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.