[LARTC] iproute problem

Alexandre alex.hocquel_NOSPAM_ at free.fr
Thu Jan 12 13:01:57 CET 2006


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



More information about the LARTC mailing list