All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fei Lung fei@cometway.com
To: lartc@vger.kernel.org
Subject: [LARTC] Simplest Routing Question EVER
Date: Fri, 02 Mar 2001 22:05:50 +0000	[thread overview]
Message-ID: <marc-lartc-98373940417079@msgid-missing> (raw)

<PRE>This must be the easiest question ever, but I've been stumped for 
days.  I can't seem to get my Linux box to route traffic through 
to my Win box.  What I have is:

T1 Gateway : 100.0.0.1
eth1 (Connected to gateway) : 100.0.0.2
eth2 (Connected to Win) : 100.0.0.3
Win box : 100.0.0.202
(eth0 is connected to DSL, but that doesn't matter for now)

for the rules, I have:
0:       from all lookup local
32766:   from all lookup main
32767:   from all lookup 253

for the routes I have:
100.0.0.202 dev eth2 proto kernel scope link src 100.0.0.3
100.0.0.1 dev eth1 proto kernel scope link src 100.0.0.2
127.0.0.1 dev lo scope link
default via 100.0.0.1 dev eth1

All I'm trying to do is to get the Windows machine to be able to 
use the Internet.  I've read everything I could find, but I can't 
seem to get it to work.  I've tried 'echo 1 &gt; /proc/sys/net/ipv4/ip_forward',
flushing the cache, reading the adv routing howto over and over,
but I can't seem to get this to work.  Any sugestions?

Thanks,
Fei Lung

$ chown flung universe



====================================
Easy and free access to your email anywhere! <A HREF="http://www.starten.net/mail">http://www.starten.net/mail</A>
====================================




</PRE>

             reply	other threads:[~2001-03-02 22:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-02 22:05 Fei [this message]
2001-03-02 22:24 ` [LARTC] Simplest Routing Question EVER bert
2001-03-02 22:40 ` Fei
2001-03-03  0:46 ` Mike
2001-03-03  1:57 ` Fei
2001-03-03  3:18 ` Mike
2001-03-03 14:14 ` bert

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-98373940417079@msgid-missing \
    --to=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.