From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Date: Thu, 12 Jan 2006 12:01:57 +0000 Subject: [LARTC] iproute problem Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org 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