![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how we can use traceroute | phani_sree | High Level Programming | 3 | 12-11-2006 11:06 PM |
| Adding virtual Interface on HP UX | supersumanth | HP-UX | 3 | 10-14-2005 07:07 PM |
| will traceroute work for this? | hedrict | Shell Programming and Scripting | 2 | 04-03-2005 10:25 PM |
| traceroute output? | justine petrie | UNIX for Dummies Questions & Answers | 6 | 05-28-2002 06:25 AM |
| HP-UX - how to create virtual interface | thehoghunter | HP-UX | 4 | 03-12-2002 02:35 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Re
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 |
|
#3
|
|||
|
|||
|
Thanks for the reply.
It solved my problem. |
|||
| Google The UNIX and Linux Forums |