Operating System - HP-UX
1827293 Members
3535 Online
109717 Solutions
New Discussion

Re: IPv6 Ping with Router Header

 
veeresh_1
Occasional Contributor

IPv6 Ping with Router Header

Hi,

I have 3 machine HP-UX11i and FreeBSD host connected accross Linux Router. I would like to ping from HP-UX11i to FreeBSD with routing header.
Is the HP-UX11i support ping with routing header?

Thanks in Advance
Veeresh
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: IPv6 Ping with Router Header

What command are you using for the ping?

Perhaps a test should be run. If it doesn't work, provide the return code.

ping hostname
rc=$?

echo "return code is: $rc"

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Muthukumar_5
Honored Contributor

Re: IPv6 Ping with Router Header

You can use traceroute to get the routing headers from a source machine to destination machine.

hth.
Easy to suggest when don't know about the problem!
veeresh_1
Occasional Contributor

Re: IPv6 Ping with Router Header

Do we have any option with ping ?

Veeresh
C. Beerse_1
Regular Advisor

Re: IPv6 Ping with Router Header

The option with ping is `ping -t <#>`.
Traceroute does a `ping -t 1`, `ping -t 2`, `ping -t 3` until it reaches the destination.

-t stands for time-to-live, which is how many hops the ping should go.
make everything as simple as possible, not simpler (A.Einstein??)
veeresh_1
Occasional Contributor

Re: IPv6 Ping with Router Header

ping -t will set the hop limit. I have to include IPv6 router header along with ping ( I mean in the echo request ,the packet should pass through the Linux Router ).

Veeresh