traceroute: Warning: Multiple interfaces found

I have added a route by

route add 10.224.36.0 -netmask 255.255.255.224 10.224.18.1

I can even ping to that IP. However when i do a traceroute it gives-->

$ traceroute 10.224.36.1

traceroute: Warning: Multiple interfaces found; using 10.224.8.152 @ ce0

traceroute to 10.224.36.1 (10.224.36.1), 30 hops max, 40 byte packets

1 10.224.18.1 (10.224.18.1) 0.608 ms 0.542 ms 0.410 ms

2 10.224.36.1 (10.224.36.1) 40.482 ms 45.331 ms 40.516 ms

What's wrong?

Anmol

[521 byte] By [angupta4783a] at [2007-11-27 9:08:46]
# 1
What part are you asking about? What seems wrong to you?-- Darren
Darren_Dunhama at 2007-7-12 21:47:33 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2
I am asking about --"Warning: Multiple interfaces found; using 10.224.8.152" Why is it using 10.224.8.152 when it should be using 10.224.18.1?
angupta4783a at 2007-7-12 21:47:33 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 3
I don't think the version of traceroute here uses the routing tables at all, but just picks an interface to transmit on. That's why it whines about finding multiple interfaces. I'm not sure if other versions address this.Try providing the interface directly.--
Darren_Dunhama at 2007-7-12 21:47:33 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...