All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Juda Barnes" <juda@pent900.com>
To: lartc@vger.kernel.org
Subject: [LARTC] How i define my linux to act as simple router
Date: Fri, 08 Mar 2002 00:19:23 +0000	[thread overview]
Message-ID: <marc-lartc-101554641822569@msgid-missing> (raw)

[-- Attachment #1: Type: text/plain, Size: 1077 bytes --]

Here is a short brief on my network

My network have both Public IP Address and Private iP Address
For this example My Public IP Addresses are 194.90.1.x   
And my private IP Addresses are 192.168.0.x

Linux A - IP Address 194.90.1.253 Work as Default Gateway of my  public IPs
              I am using IPTABLES to manage access list and firewalls

Workstation B - IP Address 194.90.1.1  With Default Gate 194.90.1.253
                        Is able to ping the Internet via eth0

Workstation C - IP Address 192.168.0.1


I Want Workstation B Will be able to PING the private network,   so i have set up on Linux A

eth0:1   with IP Address 192.168.0.5

* i have sent ping from Workstation B to 192.168.0.5     And i have got echo reply.
* Also ping from Linux A with the new IP Address (192.168.0.5)  to Workstation C gets echo reply.


The only thing that i have left is to set up routed   to make   packets that come from eth0 will forward
to eth0 ,   Yes thats the same interface i know ;-)


How Will i do that 
sincerly
Juda B Barnes




[-- Attachment #2: Type: text/html, Size: 3067 bytes --]

                 reply	other threads:[~2002-03-08  0:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=marc-lartc-101554641822569@msgid-missing \
    --to=juda@pent900.com \
    --cc=lartc@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.