Are you sure <a href="http://172.20.1.1">172.20.1.1</a> doesn't block pings? Is there anything else wrong with the setup besides the pings not working? It's not that uncommon for a server to not respond to ping.<br><br>- Jody
<br><br><div><span class="gmail_quote">On 1/12/06, <b class="gmail_sendername">Alexandre</b> <<a href="mailto:alex.hocquel_NOSPAM_@free.fr">alex.hocquel_NOSPAM_@free.fr</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br><br>I'm on Debian Sarge, and try actually to setup iproute this way :<br>- local network 1: <a href="http://192.168.12.0/24">192.168.12.0/24</a><br>- local network 2: <a href="http://172.20.0.0/16">172.20.0.0/16
</a><br>- one router on both network : <a href="http://192.168.12.50">192.168.12.50</a> & <a href="http://172.20.201.50">172.20.201.50</a><br>- one router to internet (SLIS) : <a href="http://172.20.1.1">172.20.1.1</a>
<br><br>I want from my 1st local network to access internet...<br><br>here are my lines... (taken from The LARTC Howto)<br><br>ip route add <a href="http://172.20.0.0/16">172.20.0.0/16</a> dev ra0 src <a href="http://172.20.201.50">
172.20.201.50</a> table Project<br>ip route add default via <a href="http://172.20.1.1">172.20.1.1</a> table Project<br>ip route add <a href="http://172.20.0.0/16">172.20.0.0/16</a> dev ra0 src <a href="http://172.20.201.50">
172.20.201.50</a><br>ip route add default via <a href="http://172.20.1.1">172.20.1.1</a><br>ip rule add from <a href="http://172.20.201.50">172.20.201.50</a> table Project<br>ip route add <a href="http://192.168.12.0/24">
192.168.12.0/24</a> dev eth0 table Project<br>ip route add <a href="http://127.0.0.0/8">127.0.0.0/8</a> dev lo table Project<br><br>after that :<br><br># ip route show<br><a href="http://192.168.12.0/24">192.168.12.0/24</a>
dev eth0 proto kernel scope link src <a href="http://192.168.12.50">192.168.12.50</a><br><a href="http://172.20.0.0/16">172.20.0.0/16</a> dev ra0 proto kernel scope link src <a href="http://172.20.201.50">172.20.201.50
</a><br>default via <a href="http://172.20.1.1">172.20.1.1</a> dev ra0<br><br>and if I try from local network 1:<br>$ ping <a href="http://172.20.201.50">172.20.201.50</a><br>it works, I can even access with ssh on<br>but:
<br>$ ping <a href="http://172.20.1.1">172.20.1.1</a><br>doesn't work!<br><br>what's the problem?<br><br>Any suggestion will be appreciated ;-)<br><br>thanks by advance,<br><br>Alexandre<br><br>_______________________________________________
<br>LARTC mailing list<br><a href="mailto:LARTC@mailman.ds9a.nl">LARTC@mailman.ds9a.nl</a><br><a href="http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc">http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc</a><br></blockquote>
</div><br>