All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] How i define my linux to act as simple router
@ 2002-03-08  0:19 Juda Barnes
  0 siblings, 0 replies; only message in thread
From: Juda Barnes @ 2002-03-08  0:19 UTC (permalink / raw)
  To: lartc

[-- 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 --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-03-08  0:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-08  0:19 [LARTC] How i define my linux to act as simple router Juda Barnes

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.