Traceroute on virtual interface

Hello all,
I have configured a virtual interface using ifconfig on HP UX 11.11.

When i try to do traceroute with -i option i get * * * from traceroute.
i use $traceroute -i lan0:1 my-gateway
traceroute to my-gateway (15.70.180.1), 30 hops max, 40 byte packets

1 * * *
2 * * *

30 * * *

also i tried to use address with -s option
traceroute -s <IP of Virtual Interface > my-gateway

still this does not solve the problem.

Can i use traceroute on virtual interfaces?

Cheers ,
Sumanth

Try this:

lanadmin -g "nm_id_of_nic"

netstat -an

netfmt -f /var/adm/nettl.LOGxx

May be help full to overcome your problem.

Awadhesh

Thanks for the reply.
It solved my problem.