Oh, by the way, I installed the traceroute from www.sunfreeware.com and saw the same problem with that as with the stock traceroute from solaris 7.
But, both appear to have the "-i" option to specify which interface to use.
--tmac
Timothy A. McCarthy --> System Engineer, Eastern Region. Network Appliance http://www.netapp.com 301-230-5847 Office \ / Page Me at:@@ 301-230-5852 Fax / 800-654-9619
On Wed, 28 Jul 1999 tkaczma@gryf.net wrote:
I think what we have here is a genuine traceroute bug.
Tom
On Wed, 28 Jul 1999, Tim McCarthy wrote:
Well, I have the same problem (but opposite) on my Solaris 7 box:
(try to contact on private net) bash-2.03# traceroute ppats traceroute: Warning: Multiple interfaces found; using 10.0.0.2 @ hme0 traceroute to ppats (10.0.0.1), 30 hops max, 40 byte packets 1 ppats (10.0.0.1) 1.399 ms 0.704 ms 0.669 ms
(try to contact via public net) bash-2.03# traceroute yahoo.com traceroute: Warning: yahoo.com has multiple addresses; using 204.71.200.245 traceroute: Warning: Multiple interfaces found; using 10.0.0.2 @ hme0 traceroute to yahoo.com (204.71.200.245), 30 hops max, 40 byte packets ^C bash-2.03#
But, pings work fine: bash-2.03# ping ppats ppats is alive bash-2.03# ping www.yahoo.com www.yahoo.com is alive bash-2.03#
But, try this...(I chose the RTFM approach) use the -i options to specify an interface to use, in my case I did "traceroute -i le0 www.yahoo.com" and got exactly what I expected.
--tmac
Timothy A. McCarthy --> System Engineer, Eastern Region. Network Appliance http://www.netapp.com 301-230-5847 Office \ / Page Me at:@@ 301-230-5852 Fax / 800-654-9619
On Tue, 27 Jul 1999 tkaczma@gryf.net wrote:
On Mon, 26 Jul 1999, Mohler, Jeff wrote:
Ok, Ive double checked /etc/netmasks (already was there) /etc/notrouter, /etc/defaultrouter (already was there) changed mac addresses on qfe0-qfe3 so the switch doesnt look at all five interfaces on the machine as one MAC, dbl checked VLAN configs on the Cat 5505 ports..
Still, the Sun wants BADLY to route 10.16.118.0 traffic across the public hme0 interface, instead of the up/configured/plugged-in 10.16.118.23 interface.
Well, the notrouter entry doesn't really help you. The absence of that entry, when you finally resolve your routing issues, will cause your private network to not be private again. The Sun will route traffic between interfaces. I don't think that is what you envisioned.
Tom