From: Thomas Kuiper <tkuiper-netfilter@inxsoft.net>
To: Jesse Gordon <jesseg@nikola.com>
Cc: netfilter@lists.netfilter.org
Subject: Re: dumb question...route from local eth1 to eth2 and vice versa
Date: Thu, 01 Dec 2005 11:22:09 +0800 [thread overview]
Message-ID: <438E6C61.3030305@inxsoft.net> (raw)
In-Reply-To: <08c101c5f625$3318e6e0$5e00800a@printserver>
Jesse,
I think his problems has nothing to do with iptables but routing in general.
Joel,
I guess you want to ask your question (which is very basic) to a network
related linux beginners groups (there are thousands of those), but you might
find the one that is related to your linux distribution.
Or one of the linux network related usenet groups that you can simply browse
at http://groups.google.com/
Best Regards,
Thomas
Jesse Gordon wrote:
> ----- Original Message ----- From: "Joel F" <roadapathy@yahoo.com>
> To: <netfilter@lists.netfilter.org>
> Sent: Wednesday, November 30, 2005 6:43 PM
> Subject: dumb question...route from local eth1 to eth2 and vice versa
>
>
>> eth0 - my WAN ip.
>>
>> eth1 - 192.168.0.0 My kids network
>> eth2 - 192.168.1.0 My personal network
>>
>> How can I route packets to and from my network of
>> 192.168.1.x (eth2)
>> to my kids network 192.168.0.x (eth1) so that we can
>> all play
>> network games???
>
>
> You may get away with simply enabling forwarding between eth1 and eth2,
> something like this might allow both the *.1.x and the *.0.x networks to
> communicate with eachother:
> iptables -A FORWARD -i eth1 -o eth2 -j ACCEPT #Data going one way is
> allowed
> iptables -A FORWARD -i eth2 -o eth1 -j ACCEPT #And data going other way
> is allowed.
...
next prev parent reply other threads:[~2005-12-01 3:22 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-01 2:43 dumb question...route from local eth1 to eth2 and vice versa Joel F
2005-12-01 3:13 ` Jesse Gordon
2005-12-01 3:22 ` Thomas Kuiper [this message]
2005-12-01 3:36 ` Jesse Gordon
2005-12-01 6:44 ` Rob Sterenborg
2005-12-01 6:59 ` Rudi Starcevic
2005-12-01 8:49 ` Rob Sterenborg
2005-12-01 7:05 ` Rudi Starcevic
2005-12-01 7:08 ` Rudi Starcevic
-- strict thread matches above, loose matches on Subject: below --
2005-12-01 10:18 Rudi Starcevic
2005-12-01 21:04 ` Anthony Sadler
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=438E6C61.3030305@inxsoft.net \
--to=tkuiper-netfilter@inxsoft.net \
--cc=jesseg@nikola.com \
--cc=netfilter@lists.netfilter.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.