All of lore.kernel.org
 help / color / mirror / Atom feed
From: Grant Taylor <gtaylor@riverviewtech.net>
To: Mail List - Netfilter <netfilter@vger.kernel.org>
Subject: Re: simple connection bridging
Date: Mon, 14 Apr 2008 19:14:29 -0500	[thread overview]
Message-ID: <4803F365.1080105@riverviewtech.net> (raw)
In-Reply-To: <5d97c170804141526m27dd597cw8d2cdb2d8656bb00@mail.gmail.com>

On 4/14/2008 5:26 PM, Peter Boughton wrote:
> Thanks Grant.

You are welcome.

> As little as I can get away with - I know it's a problematic entity, 
> but (afaik) it's the only way to share the connection. (It's a 3G 
> connection, and appears as dialup)

Ah, there is the missing piece of the puzzle.  I can see how you are 
tied to where you can get the card to work.

> Yeah, I have a vague grasp of concepts, but with lots of holes, and 
> not much practical knowedge.

That's ok.  Knowing what you do and don't know and trying to learn more 
is a lot better than incorrectly thinking that you know it all.

> Your explanations are helping me to make sense of it though, so 
> thanks. :)

You are welcome.

> Yep, that's correct. I've got an image that shows the same with 
> pretty pictures here: 
> http://hybridchill.com/misc/network_setup_small.png

*nod*

Do you have any plans to remove Midnight (I) from the network down the 
road?  In other words is Midnight (I) just in the picture long enough 
for you to move the 3G internet connection to Photon (L)?

> So far it appears that I've got it working with static IPs. Someone 
> has said DHCP is possibly a better way on the Puppy Linux forum, but 
> given that it's working at the moment I'm okay with leaving it on 
> static, unless there's any specific advantages to doing otherwise?

I'm glad that you got ICS working.  The last time I messed with ICS 
(Windows 98) I had to have the clients DHCP.

Honestly, the static will work out better.  Midnight (I) will have to 
route through Photon (L) to be able to get to Silver (M).  I'm not aware 
of any way to dynamically augment the routing table on Midnight (I) with 
out doing some *VERY* *NASTY* scripting / hacking.  With Photon (L) 
having a static IP, you can put a persistent static route on Midnight 
(I) to be able to get to the network that Silver (M) is on via Photon 
(L).  I.e.:

route -p ADD 192.168.1.0 MASK 255.255.255.0 192.168.0.10 METRIC 1

Will add your persistent route on Midnight (I).

> Thanks,

You are welcome.



Grant. . . .

  reply	other threads:[~2008-04-15  0:14 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-12 21:39 simple connection bridging Peter Boughton
2008-04-13  7:12 ` Jan Engelhardt
     [not found] ` <4801622E.1060407@bofhland.org>
2008-04-13 11:10   ` Peter Boughton
2008-04-13 19:02     ` Jan Engelhardt
2008-04-14  7:52       ` whiplash
2008-04-14 10:45         ` Jan Engelhardt
2008-04-14 11:01           ` whiplash
2008-04-14 19:10             ` Grant Taylor
2008-04-14 19:39             ` Peter Boughton
2008-04-14 20:01               ` Grant Taylor
2008-04-14 22:26                 ` Peter Boughton
2008-04-15  0:14                   ` Grant Taylor [this message]
2008-04-15 22:42                     ` Peter Boughton

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=4803F365.1080105@riverviewtech.net \
    --to=gtaylor@riverviewtech.net \
    --cc=netfilter@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.