TRACEROUTE6(8) BSD System Manager's Manual TRACEROUTE6(8)NAME
traceroute6 -- print the route IPv6 packets will take to the destination
SYNOPSIS
traceroute6 [-dlnrv] [-f firsthop] [-g gateway] [-m hoplimit] [-p port] [-q probes] [-s src] [-w waittime] target [datalen]
DESCRIPTION -d Debug mode.
-f firsthop
Specify how many hops to skip in trace.
-g gateway
Specify intermediate gateway (traceroute6 uses routing header).
-m hoplimit
Specify maximum hoplimit.
-l Print both host hostnames and numeric addresses. Normally traceroute6 prints only hostnames if -n is not specified, and only numeric
addresses if -n is specified.
-n Do not resolve numeric address to hostname.
-p port
Set UDP port number to port.
-q probes
Set the number of probe per hop count to probes.
-r
-s src Src specifies the source IPv6 address to be used.
-v Be verbose.
-w waittime
Specify the delay time between probes.
RETURN VALUES
The traceroute6 command will exit with 0 on success, and non-zero on errors.
SEE ALSO ping(8), ping6(8), traceroute(8)HISTORY
The traceroute6 command first appeared in WIDE hydrangea IPv6 protocol stack kit.
BSD May 17, 1998 BSD
Check Out this Related Man Page
TRACEROUTE6(8) System Manager's Manual: iputils TRACEROUTE6(8)NAME
traceroute6 - traces path to a network host
SYNOPSIS
traceroute6 [-dnrvV] [-i interface] [-m max_ttl] [-p port] [-q max_probes] [-s source] [-w wait time] destination [size]
DESCRIPTION
Description can be found in traceroute(8), all the references to IP replaced to IPv6. It is needless to copy the description from there.
SEE ALSO traceroute(8), tracepath(8), ping(8).
HISTORY
This program has long history. Author of traceroute is Van Jacobson and it first appeared in 1988. This clone is based on a port of tracer-
oute to IPv6 published in NRL IPv6 distribution in 1996. In turn, it was ported to Linux by Pedro Roque. After this it was kept in sync by
Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>. And eventually entered iputils package.
SECURITY
tracepath6 requires CAP_NET_RAW capability to be executed. It is safe to be used as set-uid root.
AVAILABILITY
traceroute6 is part of iputils package and the latest versions are available in source form at http://www.skbuff.net/iputils/iputils-cur-
rent.tar.bz2.
iputils-161105 09 March 2017 TRACEROUTE6(8)
Can anyone tell me how I might save my gateway setting after
logging out or rebooting my machine?
I typed the command "route add default gateway" and I am
connected. However, when I reboot the machine , I lose my
setting.
I am using Sco openserver 5.0.4. (3 Replies)
Dear folks,
How can delete the gateway from smitty or by command, Because I have 2 gatway in the system and I tried to delete by smitty it gave me failed command (7 Replies)
HI,
can somebody tell me what is the command to find out the ipconfiguration (not through smit). ifconfig -a did not show the gateway and all. thanks in advance.
Sab.. (7 Replies)
here is simple perl script i wanted for my net connection ... just to check if default gateway is pingable or not if not write in log file but problem is that i can not write in file i can print on STDOUT but not in file ...why so ??
same thing was there when i was tying to write on sockets... (7 Replies)
Hello,
I'm new to solaris and have an experience with linux. When we see network interface I can see qfe, hme, le0. What is that mean? Is it depend on the network card? (11 Replies)
Hello this is my first post at this forum.
Apologize for my lack of network understanding
but Im posting to learn.
I have a problem reaching default gateway 10.18.110.1
If I use my laptop I can ping 10.18.110.1 but with our red hat multihomed server the gateway does not respond to ping.
cat... (11 Replies)
Hi, Please i need help in writing an 'awk' script in sorting the following data;
traceroute6 to 2001:1ba0:2a0:5965:0:30:24:1 (2001:1ba0:2a0:5965:0:30:24:1) from 2001:418:1::62, 64 hops max, 16 byte packets
1 2001:418:1::4 0.342 ms
2 2001:418:1::1 0.630 ms
3 2001:504:16::1b1b 0.393 ms
4... (6 Replies)
Hello everybody,
I'm having troubles on setting the default gateway address (and other addresses, such as netmask, or ip) of the host running a C program. I know it has to be with ioctl, but don't know how to do it.
Could somebody give me an example on how to set the default gateway address of... (4 Replies)
Hi..I have to change default gateway in my linux machine. Its OS is RHEL6.
I followed following steps.
1.run command ip route to check current default gateway
2.delete that gateway with command
route del default gw x.x.x.x eth2
3.Add new gatewy with command below
route add default gateway... (3 Replies)
Hi,
I installed AIX 7.1 on a blade though (hmc with vio). I can ping the IP address, but not the gateway. Is there anything that I should configure?
Is there anything that I have to check with vio setting or Am I missing any configuration?
Please let me know further.
Thank you (5 Replies)
Hi Friends,
can any one help me on making my one script.
We are logging into AIX server through NPUM gateway
and i am using this command in npum gateway
usrun -h $servername root
I am making script and want to store in NPUM server and in that script i am using this command
usrun... (5 Replies)