On Wed, Oct 16, 2002 at 03:43:46PM +0800, Toto Gamez wrote:
: Network B (dial-up server)
: # route add -net 192.168.100.0 netmask 255.255.255.0 gw 192.168.100.99
: 
: Network A (dial-in server)
: # route add -net 192.168.100.0 netmask 255.255.255.0 gw 192.168.100.100

Two things...

1. Go to the bookstore and buy a good intro to TCP/IP book.  O'Reilly has
   a very good one..

2. Next - pick one of these 3 solutions to your problem:

        1. Renumber one of the networks to run out of a different network
           (you can't run both sides as 192.168.100/24 as-is).

        2. Subnet and possibly re-arrange portions of your IP space.

        3. Setup your Linux machine as a bridge.
           http://www.linux.org/docs/ldp/howto/BRIDGE-STP-HOWTO/
           - You can ignore the parts about patching the kernel, you just
             insert the module bridge.o
           - You can get the bridge utilities by installing the bridge-utils
             package.

-- 
Jason Costomiris <><           |  Technologist, geek, human.
jcostom {at} jasons {dot} org  |  http://www.jasons.org/ 
          Quidquid latine dictum sit, altum viditur.
                    My account, My opinions.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to