All of lore.kernel.org
 help / color / mirror / Atom feed
From: Theo Cabrerizo Diem <theoc@spread.com.br>
To: lartc@vger.kernel.org
Subject: [LARTC] RTNETLINK Problems <ip route> don't work as expected. (I think)
Date: Thu, 28 Jun 2001 20:52:33 +0000	[thread overview]
Message-ID: <marc-lartc-99376172107487@msgid-missing> (raw)

Hi,

I have one firewall with 3 ethernet cards, 2 internet links, one cisco 
2920 and one problem in RTNETLINK ;o)

Let me explain my network :

|             *** Internet Link 1 ***                  *** Internet Link 
2 ***
                10.1.0.1|        Serial              Serial      | 10.2.0.1
||||                         +--------------+            +------------+ 
     
                                       |            |
||                                       +------------+
                               10.1.0.2|    CISCO   | 10.2.0.2
                                       +------+-----+
                                  192.168.1.1 / 192.168.2.1
                                              |
                                eth2 192.168.1.2/ 192.168.2.1
                                       +------------+
                                          FIREWALL
                                       +-+--------+-+
                          10.20.0.0  eth0|        |eth1 10.30.0.0
                                         |        |
                                 MY DMZ NET      MY CORPORATE NET

I used reserved IPs for security reasons .. <sorry :o( >
What I'm trying to do:
I don't want to use my cisco default route, because I will do some 
filtering, based on source address, at my firewall to choose wich link 
to use, so I must add (at my firewall) a default route using my ISP 1 
end <10.1.0.1> at one routing table, and other default route using my 
ISP 2 end <10.2.0.1> at another routing table, and do trafic control 
using iptables/iproute <as described in Advanced Routing how-to>.

the problem is ... RTNETLINK says Unreachable Network when I try to add 
a route, using a gateway wich isn't directly connected to my firewall 
:o(  this is the line I'm trying to use :
<I know I'm not writing on a specific routing table to do traffic control>

ip route add default via 10.1.0.1|
RTNETLINK answers: Network is unreachable

So ..  I've tried
ip route add default via 10.1.0.1 nexthop via 192.168.1.1
RTNETLINK answers: Invalid argument

Can anyone help me ? If someone need more info, ask me ...  <please 
reply me at theoc@spread.com.br but I will check this list every day ;o) >

[]'s



                                                                        
                             







_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

             reply	other threads:[~2001-06-28 20:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-28 20:52 Theo Cabrerizo Diem [this message]
2001-06-28 23:51 ` [LARTC] RTNETLINK Problems <ip route> don't work as expected. (I think) Ramin Alidousti
2001-06-29 19:23 ` Theo Cabrerizo Diem

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-99376172107487@msgid-missing \
    --to=theoc@spread.com.br \
    --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.