From mboxrd@z Thu Jan 1 00:00:00 1970 From: "M.F. PSIkappa" Date: Wed, 18 Apr 2001 15:58:47 +0000 Subject: [LARTC] Differencie between route and route-rule Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org HI, could you explain what's difference between this two examples ? ip addr add 10.10.10.3/24 brd + dev eth0 ip addr add 192.168.1.254/24 brd + dev eth1 ip route add default 10.10.10.1 # first case ip route add via 10.10.10.5 table 100 ip rule add to 192.168.2.0/24 table 100 # second case ip route add to 192.168.2.0/24 via 10.10.10.5 In 1st case it make some stange thing. In 2nd case it work fine. I only see one difference that in 2nd case is all in table main. I would like if somebody explain me what happed in 1st and in 2nd case. PSIkappa psi@atlantis.sk PS: sorry for my english _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/