[clug] routing advice needed

Kim Holburn kim.holburn at anu.edu.au
Wed Dec 3 09:02:26 GMT 2003


For you router guys out there I need some advice.

I have a machine with 3 interfaces.

eth0 -> 1.1.1.0/26 -> 1.1.1.1 -> internet

eth1 -> 2.2.2.0/24 -> 2.2.2.0/24
                   -> 2.2.2.2 -> VPN to 4.4.4.0/24

eth2 -> 3.3.3.0/24 -> internal net 


default route is -> eth0 1.1.1.1

if I have a packet from eth2 to the special subnet 4.4.4.0/24 I want to it to go via a gateway on eth1 2.2.2.2 (say a VPN) but 

if I have a packet from eth1 to 4.4.4.0/24 I want it to go via the default route (eth0).

I use the command:
ip route 4.4.4.0/24 via 2.2.2.2 from 3.3.3.0/24

but what I get is the same as if I ran:

ip route 4.4.4.0/24 via 2.2.2.2

Anyone have an idea how to do that?
-- 
--
Kim Holburn  
Network Consultant - Telecommunications Engineering
Research School of Information Sciences and Engineering
Australian National University - Ph: +61 2 61258620 M: +61 0417820641
Email: kim.holburn at anu.edu.au  - PGP Public Key on request

Life is complex - It has real and imaginary parts.
     Andrea Leistra (rec.arts.sf.written.Robert-jordan)


More information about the linux mailing list