All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre <alex.hocquel_NOSPAM_@free.fr>
To: lartc@vger.kernel.org
Subject: [LARTC] iproute problem
Date: Thu, 12 Jan 2006 12:01:57 +0000	[thread overview]
Message-ID: <dq5gem$t5c$1@sea.gmane.org> (raw)

Hello,

I'm on Debian Sarge, and try actually to setup iproute this way :
- local network 1: 192.168.12.0/24
- local network 2: 172.20.0.0/16
- one router on both network : 192.168.12.50 & 172.20.201.50
- one router to internet (SLIS) : 172.20.1.1

I want from my 1st local network to access internet...

here are my lines... (taken from The LARTC Howto)

ip route add 172.20.0.0/16 dev ra0 src 172.20.201.50 table Project
ip route add default via 172.20.1.1 table Project
ip route add 172.20.0.0/16 dev ra0 src 172.20.201.50
ip route add default via 172.20.1.1
ip rule add from 172.20.201.50 table Project
ip route add 192.168.12.0/24 dev eth0 table Project
ip route add 127.0.0.0/8 dev lo table Project

after that :

# ip route show
192.168.12.0/24 dev eth0  proto kernel  scope link  src 192.168.12.50
172.20.0.0/16 dev ra0  proto kernel  scope link  src 172.20.201.50
default via 172.20.1.1 dev ra0

and if I try from local network 1:
$ ping 172.20.201.50
it works, I can even access with ssh on
but:
$ ping 172.20.1.1
doesn't work!

what's the problem?

Any suggestion will be appreciated ;-)

thanks by advance,

Alexandre

_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

             reply	other threads:[~2006-01-12 12:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-12 12:01 Alexandre [this message]
2006-01-12 14:48 ` [LARTC] iproute problem Jody Shumaker

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='dq5gem$t5c$1@sea.gmane.org' \
    --to=alex.hocquel_nospam_@free.fr \
    --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.